上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页
摘要: .net framework 自从 2002 年发展至今,已经历了好几个版本,1.0, 1.1, 2.0, 3.0, 3.5 等不同的版本更替,.net framework 的Redistributable Package也愈来愈大,到了 .NET Framework 3.5 SP1 时已经膨胀到 阅读全文
posted @ 2016-03-04 21:45 bobo-bobo 阅读(1086) 评论(0) 推荐(0) 编辑
摘要: SELECT * FROM "spbak" ORDER BY intime desc limit 0,100; 阅读全文
posted @ 2015-12-28 16:36 bobo-bobo 阅读(895) 评论(0) 推荐(0) 编辑
摘要: tableToExcel Demo Exporting the W3C Example Table 序号 ... 阅读全文
posted @ 2015-12-18 15:36 bobo-bobo 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 错误码 信息2420 数字语法错误2421 日期语法错误2422 字符串语法错误2423 ‘.’、‘!’、或 ‘()’的使用无效2424 不认识的名称2425 不认识的函数名称2426 表达式中的函数不可用2427 对象没有值2428 与域函数一起使用的参数无效2429 In 运算符缺少 ()243... 阅读全文
posted @ 2015-12-16 16:24 bobo-bobo 阅读(3648) 评论(0) 推荐(0) 编辑
摘要: 使用 PowerShell, 指定源文件路径然后进行安装:Install-WindowsFeature NET-Framework-Core –Source D:\Sources\sxs使用命令提示符中的DISM命令,指定源文件路径然后进行安装:DISM /Online /Enable-Featur... 阅读全文
posted @ 2015-12-11 10:27 bobo-bobo 阅读(517) 评论(0) 推荐(0) 编辑
摘要: Private Declare Function GetWindowLong Lib "user32" Alias "GetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long) As LongPrivate Declare Function ... 阅读全文
posted @ 2015-12-09 11:55 bobo-bobo 阅读(336) 评论(0) 推荐(0) 编辑
摘要: userAccountControl 基本属性属性标志十六进制十进制说明SCRIPT0x00011运行登录脚本ACCOUNTDISABLE0x00022账户禁用HOMEDIR_REQUIRED0x00088账户需要HOME目录LOCKOUT0x001016账户被锁定PASSWD_NOTREQD0x0... 阅读全文
posted @ 2015-11-25 17:12 bobo-bobo 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: 一般我们是通过版本来讨论同一软件区别的,比如WinXP免激活版、零售版等等,但通过讨论光盘的不同来定义版本更加容易理解。因为软件的载体是光盘,微软不可能为了每一种版本都生产出不同的光盘,而只能是以相同的光盘配合以不同的许可协议成为不同的版本 ,尽管官方是通过版本定义的,按照今年8月1日实行的Volu... 阅读全文
posted @ 2015-11-25 08:20 bobo-bobo 阅读(1072) 评论(0) 推荐(0) 编辑
摘要: /// /// 执行CMD 命令 /// /// 命令串 /// public static string RunCommand(string strCommand) { ... 阅读全文
posted @ 2015-11-23 15:09 bobo-bobo 阅读(160) 评论(0) 推荐(0) 编辑
摘要: /// /// 获取客户端IP地址 /// /// public static string GetClientIP() { string result = HttpContext.Cu... 阅读全文
posted @ 2015-11-23 15:05 bobo-bobo 阅读(204) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 19 下一页