上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页
摘要: 使用process.start("c:\windows\system32\where.exe", "待查找的文件"); 根据输出的结果判断是否有此文件,如果有,则会输出此文件的全路径.否则报找不到. 阅读全文
posted @ 2008-08-22 10:59 margiex 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 我在3700米地方使用过,气压大概只有650pa,理论上4K米也问题不大,只是开机和使用时要小心不要晃动太厉害. 说明书上说的是不能在低于700pa,高于3K米的地方使用, 对硬盘可能损坏, 这可能是为了小心起见. 以上只是我个人见解,使用时还请自己根据实际情况决定. 阅读全文
posted @ 2008-08-21 19:15 margiex 阅读(463) 评论(0) 推荐(0) 编辑
摘要: 在类的前面定义,添加如下代码: using System.Runtime.CompilerServices; [assembly: SuppressIldasmAttribute()] public class Test { .... } 或者在assemblyinfo.cs中添加 [assembly: SuppressIldasm] 编译之后,用正常的ildasm不能打开, 要修... 阅读全文
posted @ 2008-08-21 18:59 margiex 阅读(1127) 评论(0) 推荐(0) 编辑
摘要: 1. 使用timer+ multiview, 先显示view1, 待timer中的执行完成之后,再显示view2即可. view1即loading提示内容,view2为真正要显示的内容. 可以针对整个页面使用.如果VIEW2中的内容显示失败,则显示VIEW3(错误提示), 通过模拟btn_Click,这样在page_load时候就可以调用ajax-loading. 从而可以实现整个页面上的所有... 阅读全文
posted @ 2008-05-28 11:33 margiex 阅读(1731) 评论(0) 推荐(0) 编辑
摘要: 修改几个BUG; 增加对text file定义的支持,如下图: /Files/margiex/mdquery.rar 更新历史 http://www.cnblogs.com/margiex/archive/2008/04/29/1176960.html http://www.cnblogs.com/margiex/archive/2008/04/17/1158907.html 阅读全文
posted @ 2008-05-27 22:34 margiex 阅读(1014) 评论(1) 推荐(0) 编辑
摘要: ") Function URLDecode(sConvert) Dim aSplit Dim sOutput Dim I If IsNull(sConvert) Then URLDecode = "" Exit Function End If ' convert all pluses to spaces sO... 阅读全文
posted @ 2008-05-27 15:44 margiex 阅读(704) 评论(0) 推荐(0) 编辑
摘要: tencent://message/?uin=QQ号码&Site=QQ号码&Menu=yes 在网页中添加上面的连接,点了之后就会弹出QQ聊天窗口,如果不是好友,则需要输入认证码才能聊天. 如果需要在网页中添加QQ客户支持,则可以考虑使用此种方式. 不知能否所有地方通用还是需要什么特殊要求. 阅读全文
posted @ 2008-04-27 11:30 margiex 阅读(4180) 评论(4) 推荐(0) 编辑
摘要: feature: Visual Studio style GUI, and support multi-connection for diff database concurrently. Support MS SQL server 2000/2005, mysql, oracle 10g, ibm db2 950 express teradata, Access97/2000/... 阅读全文
posted @ 2008-04-17 22:37 margiex 阅读(1417) 评论(4) 推荐(1) 编辑
摘要: const int VERSION_STRING_SIZE = 24; const int JET_2_VERSION_NUMBER_START = 1; const int JET_VERSION_NUMBER_START = 21; const int LENGTH = 1; FileStream fs = new FileStream(te... 阅读全文
posted @ 2008-04-15 23:08 margiex 阅读(573) 评论(0) 推荐(0) 编辑
摘要: Exception: System.Data.ProviderBase.FieldNameLookup.GetOrdinal(String fieldName) 使用Idatareader返回数据时,如果多个线程同时调用一个方法,可能返回的reader数据已经被修改,因此需要改为返回DataTable or dataRow. 而且如果多个地方调用同一个静态方法来返回数据对象,则在此方法中的DBC... 阅读全文
posted @ 2008-04-07 00:01 margiex 阅读(670) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 37 下一页