1.recreating default ads instance ./[root@dhcppc2
~]# dsadm delete /usr/local/dsee7/var/dcc/ads #delete default
instance[root@dhcppc2 ~]# dsccsetup...
分类:
其他好文 时间:
2014-05-20 01:50:56
阅读次数:
421
/* * Object factory */function
objectFactory(jsonObj){ function objectEntity(){ } if(typeof jsonObj ==
"object"){ for(var index in jsonObj){ objectEnt...
分类:
Web程序 时间:
2014-05-19 22:39:02
阅读次数:
472
条件C(x):=可以选择是单位重量的价值不小于x,则该问题就变成了满足C(x)的最大的x,那么怎么判断C(x)是否可行呢?假设我们选了某个物品的集合S,那么它们的单位重量价值是:因此就变成了判断是否存在s满足下面条件:把这个不等是进行变形就得到//#define
LOCAL#include//#in...
分类:
其他好文 时间:
2014-05-19 22:31:12
阅读次数:
363
parameter 属性赋值例如要检索用户表中状态为 1 (status=1) 并且电子包含 163
的用户,当提交表单时(注意表单是 GET 方式提交),形成的 URL
地址大致如下:http://www.5idev.com/index.php/Index/search/status/1/emai...
分类:
Web程序 时间:
2014-05-19 10:59:04
阅读次数:
307
在做性能测试测试时候,如果被测试的系统页面很简单,并且性能很好,这样会导致压力机得tcp链接数不够而导致如下错误:HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\tcpip\Parameters\TcpTimedWaitDelay
to 30...
分类:
其他好文 时间:
2014-05-19 08:55:54
阅读次数:
322
Given an array of non-negative integers, you
are initially positioned at the first index of the array.Each element in the
array represents your maximu...
分类:
其他好文 时间:
2014-05-19 08:23:07
阅读次数:
223
Given an array of non-negative integers, you
are initially positioned at the first index of the array.Each element in the
array represents your maximu...
分类:
其他好文 时间:
2014-05-19 08:07:26
阅读次数:
288
Android
打包流程:官网地址:http://developer.android.com/tools/building/index.html具体的打包步骤如下:1:生成R.java类文件:Eclipse中会自动生成R.java,ant和命令行使用androidSDK提供的aapt.exe程序生成...
分类:
移动开发 时间:
2014-05-19 08:00:37
阅读次数:
486
把启动命令放到/etc/rc.d/rc.local文件里这样就可以每次启动的时候自动启动服务了,例如对于apache,编译好apache后会在安装目录的bin下生成apachectl文件,这是个启动脚本,我们只需要把这个命令加到rc.local里就可以了(suse没有rc.local。SUSE是可以...
分类:
系统相关 时间:
2014-05-19 07:31:30
阅读次数:
379
Socket 编程时,单机最多可以建立多少个 TCP 连接,受到操作系统的影响。Windows
下单机的TCP连接数受多个参数影响:最大TCP连接数[HKEY_LOCAL_MACHINE \System \CurrentControlSet
\Services \Tcpip \Parameters]...