<body> <input type="checkbox" id="ckAll" />check all<br /> <input type="checkbox" name="sub" />1<br /> <input type="checkbox" name="sub"/>2<br /> <input type="checkbox" name="sub"/>3<br /> <input t...
分类:
Web程序 时间:
2014-07-22 09:13:34
阅读次数:
325
function Map() { ??? this.elements = new Array(); ?//得到map的大小 ??? this.size = function() { ??????? return this.elements.length; ??? } ?//判断是否为空 ??? this.isEmpty = f...
分类:
Web程序 时间:
2014-07-22 08:37:36
阅读次数:
369
杀死wineqq进程 $?killall?wineserver?QQProtect.exe??
explorer.exe?QQ.exe?Tencentdl.exe?qdwnd=65610?TXPlatform.exe?
services.exe??winedevice.exe??plugplay.exe...
GroupBy是按照Item的hashCode来分组的,所以Item最好是override GetHashCode()方法 namespace?ConsoleApplication5
{
????class?Program
????{
????????static?void?Main(string[]?args)
?...
分类:
其他好文 时间:
2014-07-22 08:22:36
阅读次数:
253
现象,外网发包,流量暴涨 这个gitlab安全不? ?[20:20:49]?Warning:?Network?TCP?port?6667?is?being?used?by?/var/tmp/lib/init.?Possible?rootkit:?Possible?rogue?IRC?bot ????????...
分类:
其他好文 时间:
2014-07-22 08:16:37
阅读次数:
294
BSON是由10gen开发的一个数据格式,目前主要用于MongoDB中,是MongoDB的数据存储格式。BSON基于JSON格式,选择JSON进行改造的原因主要是JSON的通用性及JSON的schemaless的特性。 BSON主要会实现以下三点目标: 1....
分类:
Web程序 时间:
2014-07-22 08:13:34
阅读次数:
255
属性定义@interface Nothin : NSObject@property NSString *prop;@end访问属性 Nothin *nothin = [Nothin new]; //get [nothinprop]; //set [nothin setProp: @"Nothin"]...
分类:
其他好文 时间:
2014-07-22 08:13:34
阅读次数:
302
SELECT?a.Pid,a.id?FROM?`user`?as?b,`reward`?as?a?WHERE?b.id=4?and?a.Pid?=?b.Pid; 在执行上面语句是报错:Illegal mix of collations (ucs2_general_ci,IMPLICIT) and (utf8_general_ci,IMPLICI...
分类:
数据库 时间:
2014-07-21 10:33:24
阅读次数:
235
阿里巴巴 http://mirrors.aliyun.com/ 浙江大学 http://mirrors.zju.edu.cn/ 中国科学技术大学 http://mirrors4.ustc.edu.cn/ 华中科技大学 http://mirrors.hustunique.com/...
分类:
Web程序 时间:
2014-07-21 10:18:25
阅读次数:
278
1 增加组 groupadd ftpgroup 2 修改/etc/vsftpd/vsftpd.conf 将底下三行 #chroot_list_enable=YES # (default follows) #chroot_list_file=/etc/vsftpd.chroot_list 改为 chroot_list_enable=YES # (default foll...
分类:
其他好文 时间:
2014-07-21 10:13:21
阅读次数:
228