E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bloat
跟着cherno手搓游戏引擎【6】ImGui和ImGui事件
导入ImGui:下载链接:GitHub-TheCherno/imgui:DearImGui:
Bloat
-freeImmediateModeGraphicalUserinterfaceforC++withminimaldependencies
larito
·
2024-01-17 01:03
游戏引擎
DearPyGui:一个简单的 Python GUI 工具箱
DearPyGui:针对Python的无膨胀(
Bloat
-free)图形用户界面,具有最小的依赖性,托管在hoffstadt/DearPyGui。
水之心
·
2021-04-13 03:18
漫谈TCP-AIMD/BBR的公平性以及buffer
bloat
周三的时候,我发了一则朋友圈:aimd是公平的这个事实很容易从数学上证明,但是朴素的aimd会带来全局同步。解决reno家族全局同步的策略就是概率性随机丢弃,避免所有流同时md,然而bbr却没法从数学上证明这种策略是公平的,至少我是证明不了。。。周六早上3,4点钟自然醒,写篇意识流。了解TCPReno/CUBIC的都应该知道,基于AIMD的Reno家族的窗口/时间曲线是一个锯齿状。锯齿看似是固有的
dog250
·
2021-01-30 08:39
BBR
AIMD
公平性
buffer
bloat
【手册】如何编译/修改三星手机Rom(二)
如果不了解的小伙伴点击这里跳转《【手册】如何编译/修改三星手机Rom(一)》,了解上一篇的基础知识还是很有必要的;hi小伙伴们,现在回到这篇指南手册,我想告诉你的是,修改/定制Rom的唯一目的是移除三星提供给我们的在
BLOAT
疯人院的院长大人
·
2020-09-16 08:26
系统定制
第6章gp_toolkit管理架构_gp_
bloat
_diag
gp_
bloat
_diag这个视图显示了普通的堆存储表(
bloat
)(实际的磁盘页数超过了给定表统计信息的页面数)。
kygoal
·
2020-07-16 01:14
Greenplum中Heap表膨胀查看和解决方案
在某些情况下,因为底层存储架构的原因,Greenplum的Heap表很容易出现膨胀(
Bloat
)。
Bloat
会影响表的扫描性能,从而影响查询性能。1.什么是表膨胀?
DataFlow范式
·
2020-07-16 01:25
Greenplum
VS2010和VS2008 KB2465361之后,MFC静态链接 EXE体积变大问题
原文链接:http://tedwvc.wordpress.com/2011/04/16/static-mfc-code-
bloat
-problem-from-vc2010-is-now-in-vc2008
MagicFuzzX
·
2020-07-10 22:16
Visual
C++
mfc
exe
2010
null
path
ETH接口漏洞总结
以太坊:TheDAO漏洞攻击分析state-
bloat
攻击。
死鱼
·
2020-03-07 22:20
PostgreSQL and
bloat
The bucardo projecthasreleasedits nagiospluginsforPostgreSQL andwecanextractfromthemthisniceviewinordertocheckfortableandindex bloatintoour PostgreSQL databases:下面是检查表空间的使用情况的脚本:CREATEORREPLACEVIEWblo
Still water run deep
·
2015-12-22 22:00
PostgreSQL and
bloat
The bucardo projecthasreleasedits nagiospluginsforPostgreSQL andwecanextractfromthemthisniceviewinordertocheckfortableandindex bloatintoour PostgreSQL databases:下面是检查表空间的使用情况的脚本:CREATEORREPLACEVIEWblo
Still water run deep
·
2015-12-22 22:00
/scripts/
bloat
-o-meter
#!/usr/bin/python##Copyright2004MattMackall##inspiredbyperlBloat-O-Meter(c)1997byAndiKleen##Thissoftwaremaybeusedanddistributedaccordingtotheterms#oftheGNUGeneralPublicLicense,incorporatedhereinbyrefe
山庄来客
·
2014-05-12 21:00
function
python
File
C#
perl
UP
避免控制层膨胀-服务代理
https://today.java.net/article/2009/11/04/using-service-delegate-avoid-mvc-controller-
bloat
mzwang123
·
2014-04-17 08:00
MaxTokenSize and Kerberos Token
Bloat
Revisionhistory#DateDescriptionAuthorReviewerV12014-3-1MaxTokenSizeandKerberosTokenBloatApolloye&jackywu1.DescriptionUsercannotusecommunicator&Gdrive&Hdirve&connecttooutlookWhentheylogintoGdirveneedsu
apolloxm
·
2014-03-10 14:08
network
history
package
windows
server
MaxTokenSize and Kerberos Token
Bloat
Revision history#DateDescriptionAuthorReviewerV12014-3-1MaxTokenSize and Kerberos Token BloatApollo ye&jacky wu1 .DescriptionUser can not usecommunicator&G drive& H dirve& connect to outlookWhen they
apolloxm
·
2014-03-10 14:08
history
token
NetWork
package
generated
经典论文翻译导读之《A
Bloat
-Aware Design for Big Data Applications》
【译者预读】世界上最窝囊的莫过于运维说可以给你8核16G内存的高配机器你却只能说虚成4份再给我吧。。。为何,因为怕Java程序驾驭不了这么大的内存。实践发现JVM堆内存调到2G以上就要非常小心GC带来的巨大开销了。本篇论文从理论和实践上摸索出了一条解决之道,其思路清晰、分析透彻,想享受Java便利又远离GC困扰的,可供参考。 1简介在过去十年里,在数据驱动商业智能持续增长的需求下,各种大规模数据密
susam
·
2013-08-21 08:00
application
[介绍] SymbolSort, 帮你避免或减少代码膨胀 (Code
Bloat
)
代码膨胀?这在以前其实并不是我会记在心上的问题,最近由于发现某个工程生成的DLLdebug版本居然达到25M之大,我就开始想怎么判断这是不是正常,如果不正常有办法解决吗?或者能否在以后多加注意避免这种问题呢?在google大神的帮助之下,我找到一些不错的文章,其中某个博客的MinimizingCodeBloat系列文章我就觉得不错:MinimizingCodeBloatforFasterBuild
maikforever
·
2011-09-01 20:00
/scripts/
bloat
-o-meter
#!/usr/bin/python##Copyright2004MattMackall##inspiredbyperlBloat-O-Meter(c)1997byAndiKleen##Thissoftwaremaybeusedanddistributedaccordingtotheterms#oftheGNUGeneralPublicLicense,incorporatedhereinbyrefe
fuyajun01
·
2011-01-06 00:00
python
function
C#
File
perl
UP
[译文]使用服务代理来避免MVC控制器的膨胀
原文:Using a Service Delegate to Avoid MVC Controller
Bloat
作者:Eric Spiegelberg 出处:http://today.java.net
mondayw
·
2009-12-26 19:00
spring
框架
mvc
Web
应用服务器
Advanced English Note—AD060103.wma
使受风吹雨打,使风化,侵蚀;风化,经受风雨,受侵蚀 ~thedownturn 4.
bloat
[bləʊt] v.
gnuhpc
·
2009-11-25 13:00
ATL源码学习4---TearOff接口支持
其中一个问题是“vptr-膨胀”(vptr-
bloat
)。对于一个类继承的每个接口,类的每个实例都有一个vptr。由于某些接口使用的频率很低,所以最好是在使用它们的时候才付出相应的代价。
tttyd
·
2009-09-22 16:00
cache
null
delete
Class
each
interface
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他