摘要: @@@'删除文件 Kill(FullPath) eg. Kill("E:\123.xls") @@@'改名 Rename(oldfileName, newfileName) 注释: 将文件移动到新的位置并改名,之前的位置没有文件 eg. Rename("E:\123old.xls", "E:\123 阅读全文
posted @ 2016-05-25 23:31 人生为卒 阅读(494) 评论(0) 推荐(0) 编辑
摘要: /:是除号,5/2=2.5\:是整除符号.5\2=2 是求两个数相除后的整数部分. Mod 求余 5 mod 2=1 阅读全文
posted @ 2016-05-13 14:37 人生为卒 阅读(774) 评论(0) 推荐(0) 编辑
摘要: http://zhidao.baidu.com/link?url=fT3tDQPpcNi Yh8ki626wx8uvaEaeVTs9Xbdm-Jl7eWZioqstjXzzsexHS7W5k_L2d_BCTOK0JToYQKew4vK 阅读全文
posted @ 2016-04-18 13:41 人生为卒 阅读(217) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/77b8dc7f29b9436175eab662.html 阅读全文
posted @ 2016-03-22 23:09 人生为卒 阅读(218) 评论(0) 推荐(0) 编辑
摘要: 32位系统 :http://wenku.baidu.com/link?url=GRNGRKZkJ8OUQS6y7-wShaVd9tF58l5yfpvPQZmaRnGIW_6X42NLnisqDKWBLWsjWymQn2Ed0E5e7tk4Yl88Cn_PsNP9xqUNONtQMMQs0rq 64位 阅读全文
posted @ 2016-03-22 09:06 人生为卒 阅读(212) 评论(0) 推荐(0) 编辑
摘要: private static bool ReadXmlFileSet() { bool ReadXmlFileSet = false; string appPath = ""; string _appPath = ""; //读取Xml数据信息对象 ... 阅读全文
posted @ 2016-03-18 16:51 人生为卒 阅读(180) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Phoenix-Rock/archive/2009/07/09/1519895.html   右键项目--查看类图--选中基类--右键--在自定义特性处输入DesktopCompatible(true)--保存--重新生成并运行 阅读全文
posted @ 2016-03-15 21:30 人生为卒 阅读(267) 评论(0) 推荐(0) 编辑
摘要: http://www.lxway.com/852960566.htm 阅读全文
posted @ 2016-03-07 17:35 人生为卒 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://www.xuebuyuan.com/2174728.html 在vb.net中如何判断字段为null 在vb.net中如何判断字段为null isdbnull()或者dbnull.value 如果是判断一个DataRow的某个字段值是否是NULL的话,除了上面的方法,还可以 If My 阅读全文
posted @ 2016-03-03 21:39 人生为卒 阅读(4570) 评论(0) 推荐(0) 编辑
摘要: http://wenku.baidu.com/link?url=pn6gly8t_buQ4vE8WkKVdmf1qsFeKjXs1AhWq6x-ineXArRZXBCu8OfgGwQ3IWbZRccTQfO1ZsogHhcAJ-T0NMfM0iXPWvUjSLn48REcqEu 阅读全文
posted @ 2016-03-01 09:28 人生为卒 阅读(151) 评论(0) 推荐(0) 编辑