上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页

2011年8月8日

Windows7 64bit 使用局域网上的共享打印

摘要: 我的机器是 Windows7 64Bit , 希望可以打印局域网上 10.9.16.90 这台计算机上的打印机, 打印机名称为 printer 之前使用 “Add A printer " ----> ”网络上的打印机“ 到最后总是失败, 提示: 无法连接打印机 错误 0x000000d ... 阅读全文

posted @ 2011-08-08 17:15 norsd 阅读(181) 评论(0) 推荐(0) 编辑

2011年8月3日

C# 组件,动态创建的组件,本身引起的异常

摘要: var arrFiles = oDI.GetFiles("*.dll"); foreach (var fi in arrFiles) { var ass = Assembly.LoadFile(fi.FullName); ... 阅读全文

posted @ 2011-08-03 20:09 norsd 阅读(146) 评论(0) 推荐(0) 编辑

2011年7月28日

windump 的一次实践

摘要: windump -d可以列出当前的设备列表。我在windows7 下有时候会出现只能列出一个的问题,这时候需要把不可见的设备Disable后再次Enable然后再次 windump -d 就可以看到了。windump -i x x是第几个设备,注意是 1Base , 不是0Basew... 阅读全文

posted @ 2011-07-28 16:05 norsd 阅读(413) 评论(0) 推荐(0) 编辑

多网卡指定网卡发送数据

摘要: 环境:2个网卡,分别在不同网络环境。局域网一: 网关:10.9.16.254 电脑地址1:10.9.16.88局域网二:网关:10.9.24.1 电脑地址2:10.9.24.88 要求... 阅读全文

posted @ 2011-07-28 16:00 norsd 阅读(1726) 评论(0) 推荐(0) 编辑

2010年12月23日

int 转 DateTime 需要注意的问题

摘要: 一个int值转换为DateTime 需要从 1970年1月1日0点0分0秒开始. 但是必须明确,这个时间是标准时间,所以不是北京时间. 数据库中数据的时间都是以标准时间为准绳的. 所以必须转换到当前时间, 中国是 +8 , 可以简单的调用 ToLocalTime 达到效果. ... 阅读全文

posted @ 2010-12-23 10:49 norsd 阅读(120) 评论(0) 推荐(0) 编辑

2010年10月10日

一个小问题害死人。 看不见得错误!

摘要: 一个JS文件, 死活无法运行. 然后一段一段删除,一段一段黏贴. 发现原来有一段全角的空格, 真是看不见得错误! 阅读全文

posted @ 2010-10-10 21:11 norsd 阅读(80) 评论(0) 推荐(0) 编辑

2010年3月30日

C# WebBrowser External 注意问题

摘要: 1. External 类必须 [ComVisible(true)] 2. External 类必须 public class YourExternal[] 3. External 类函数必须 public , 否则 window.external 不可见。 阅读全文

posted @ 2010-03-30 11:32 norsd 阅读(154) 评论(0) 推荐(0) 编辑

2010年3月17日

IE6下 js 访问 document.body 为空.

摘要: document.body为空或不是对象 2009-10-13 21:34 把script的代码放到的下面 就可以了 这是由于引入的JS库在IE6中存在BUG from http://hi.baidu.com/accpandsvse/blog/item/2b3ba819... 阅读全文

posted @ 2010-03-17 09:24 norsd 阅读(107) 评论(0) 推荐(0) 编辑

2010年2月25日

不被jquery识别.

摘要: 不被jquery识别. ie6 以上. 阅读全文

posted @ 2010-02-25 05:23 norsd 阅读(89) 评论(0) 推荐(0) 编辑

2010年2月24日

PHP 的引用变量问题

摘要: $xml = '../data/news.xml' ; $qp = qp($xml, 'news_root')->children(); $arrData = array() ; $i = 0 ; foreach( $qp as $child ) { print_r( $arrData )... 阅读全文

posted @ 2010-02-24 17:08 norsd 阅读(151) 评论(0) 推荐(0) 编辑

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 35 下一页

导航