2015年4月12日
摘要:
Default.aspx 文件上传测试 Default.aspx.cs protected void BtnUpload_Click(object sender, EventArgs e) { ...
阅读全文
posted @ 2015-04-12 08:19
aoun
阅读(419)
推荐(0)
摘要:
基本过滤选择器: 1. first 选取第一个元素 2. last 选取最后一个元素 3. not 排除元素 4.
阅读全文
posted @ 2015-04-12 00:06
aoun
阅读(142)
推荐(0)
2015年3月20日
摘要:
1. atoi // const char * to int2. _wtoi // wchar* to int
阅读全文
posted @ 2015-03-20 09:04
aoun
阅读(146)
推荐(0)
2015年3月18日
摘要:
1.VB函数(过程)调用,参数的默认传递方式为引用(ByRef),值传递为ByVal
阅读全文
posted @ 2015-03-18 13:47
aoun
阅读(138)
推荐(0)
2015年3月16日
摘要:
关于编码:1.ANSI ANSI并不是一种具体的编码格式,是编码标准。比如在简体中文windows中ANSI代表GBK,在繁体中文windows中ANSI代表BIG5。
阅读全文
posted @ 2015-03-16 20:36
aoun
阅读(106)
推荐(0)
2015年3月12日
摘要:
Dim fso1 As New FileSystemObject Dim ts1 As TextStream Set ts1 = fso1.CreateTextFile("c:\verifymsg" & VerifyNum & ".txt") ts...
阅读全文
posted @ 2015-03-12 15:56
aoun
阅读(337)
推荐(0)
2015年3月10日
posted @ 2015-03-10 22:55
aoun
阅读(139)
推荐(0)
2015年3月9日
摘要:
1.Linux文件可存取身份分为:owner/group/others权限分为:read/write/execute2. 一个账号可以属于多个群组3. 如果user对一个目录没有执行(x)权限,那么它除了读取该目录下的文件列表外,无法读取其他信息(因为user无法在该目录下执行任何指令),也无法切换...
阅读全文
posted @ 2015-03-09 22:29
aoun
阅读(171)
推荐(0)
摘要:
1.忘记root密码 使用grub的编辑模式
阅读全文
posted @ 2015-03-09 20:13
aoun
阅读(199)
推荐(0)
posted @ 2015-03-09 19:36
aoun
阅读(354)
推荐(0)