码迷,mamicode.com
首页 >  
搜索关键字:usage report    ( 3968个结果
【DataStructure】Descriptioin and usage of List
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 Alistis a collection of elements that are accessible sequential...
分类:其他好文   时间:2014-08-11 00:28:31    阅读次数:221
【DataStructure】 Classical Question: Josephus Cycle
【Description】   This problem is based upon a report by the historian Joseph ben Matthias (Josephus) on the outcome of a suicide pact that he had made between himself and 40 soldiers as they were besi...
分类:其他好文   时间:2014-08-11 00:27:51    阅读次数:235
【DataStructure】Description and usage of queue
【Description】 A queue is a collection that implements the first-in-first-out protocal. This means that the only accessiable object in the collection in the first one that was inserted. The most commo...
分类:其他好文   时间:2014-08-10 21:43:10    阅读次数:236
【DataStructure】One of queue usage: Simulation System
Statements: This blog was written by me, but most of content  is quoted from book【Data Structure with Java Hubbard】  【Description】 This simulationillustrates objectoriented programming...
分类:其他好文   时间:2014-08-10 21:42:20    阅读次数:450
SSH集成过程中遇到的问题及解决
1.出现了下面问题页面显示为 1 Struts Problem Report 2 Struts has detected an unhandled exception: 3 4 Messages: could not initialize proxy - no Session 5 c...
分类:其他好文   时间:2014-08-09 11:16:07    阅读次数:452
ireport根据相关条件控制样式设置
以下是根据字符长度去控制样式 样式只对Text field 有效,对Static Text无效。 window--Style library -- 右键 add  添加style ,设置好了之后。再右键Add Style To Report,然后选中field 时,要style属性中选择自定的样式即可。 右击style 选择“添加”—“Style” 可以在属性中设置...
分类:其他好文   时间:2014-08-08 21:21:45    阅读次数:400
如何强制使用某一大小的包去ping某个IP地址?
测试MTU的时候用得到的, 命令如下: ping -f -l 9000 10.110.68.40 ping命令的帮助输出如下: C:\Users\administrator>ping /? Usage: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL...
分类:其他好文   时间:2014-08-08 20:44:56    阅读次数:240
Web Application Stress 对网站进行压力测试
打开Microsoft web Application Stress工具按下图顺序操作:1、2、点击Record3、4、在浏览器中输入要测试的URI地址5、在设置中设置参数,如发起请求线程数等如下:6、单击三角符号开始测试:7、点击菜单中的Report查看测试结果:上图中每秒请求数为:1272.50
分类:移动开发   时间:2014-08-08 18:01:56    阅读次数:287
cocos2d-x-2.2.5项目创建--命令行创建
Gavin:downloads DavidLik$ cd cocos2d-x-2.2.5/ Gavin:cocos2d-x-2.2.5 DavidLik$ cd tools/ Gavin:tools DavidLik$ cd project-creator/ Gavin:project-creator DavidLik$ sudo ./create_project.py  Usage: c...
分类:其他好文   时间:2014-08-07 18:56:00    阅读次数:204
Top 参数解析
Top命令监控某个进程的资源占有情况下面是各种内存:VIRT:virtual memory usage 1、进程“需要的”虚拟内存大小,包括进程使用的库、代码、数据等 2、假如进程申请100m的内存,但实际只使用了10m,那么它会增长100m,而不是实际的使用量RES:resident memory...
分类:其他好文   时间:2014-08-07 12:51:29    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!