02 2010 档案

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

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

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 阅读(152) 评论(0) 推荐(0) 编辑

EClipse for PHP 中文乱码问题
摘要:EClipse for PHP 中文乱码问题 UTF-8 格式的php,中文都是乱码. 如果此时在EClipse中输入中文会有 CP1252 错误( CP1252不支持xxxx ) 解决方法: windows->preferences->general 打开点击workspace ... 阅读全文

posted @ 2010-02-24 10:29 norsd 阅读(107) 评论(0) 推荐(0) 编辑

jquery append 返回值
摘要:jquery append container.append( control ) ; 返回的是 container 本身. 而不是control 这点与dom的做法不同. 阅读全文

posted @ 2010-02-21 08:59 norsd 阅读(343) 评论(0) 推荐(0) 编辑

html table 边缝问题
摘要:纯css: 1 .在 table 的 css 中声明: border-collapse: collapse; border-spacing: 0; 2 .th td 的css 中声明: padding:0; 半纯css: 1.上同. 2. 很多朋友会说表现在结构中,这样不符合标准,那如... 阅读全文

posted @ 2010-02-20 23:30 norsd 阅读(490) 评论(0) 推荐(0) 编辑

ARGB 排布
摘要:ARGB 分别为 Alpha , Red , Green , Blue 比如一个数: 0xffc864d2 ff代表Alpha , c8代表Red , 64代表Green , d2代表Blue 而在文件中,因为小头排布的问题: 显示的是: d2 64 c8 ff . 阅读全文

posted @ 2010-02-20 21:09 norsd 阅读(126) 评论(0) 推荐(0) 编辑

PHP 调用 C# dll
摘要:弄了半天, PHP 终于能调用我的C# dll 了. 该死的,我对C# COM注册一向不了解, PHP 文档上只给PHP那部分内容,没告诉我怎么弄dll 我还傻兮兮的用 Regsvr32 注册那个c# dll. 背景: Windows xp sp3 ; apache 2.2.14 ; ph... 阅读全文

posted @ 2010-02-20 02:12 norsd 阅读(359) 评论(0) 推荐(0) 编辑

截获ExtTextOutW , ETO_GLYPH_INDEX 问题.
摘要:一般而言,普通的第三方程序不会蛋疼的去直接使用 ETO_GLYPH_INDEX . 如果我们截获到这种情况, 很有可能是更高级的api调用所致. 比如 DrawTextA/W TextOutA/W 等. 具体情况,调试下断点, 看callstack就能一目了然. 很多时候都是 Dr... 阅读全文

posted @ 2010-02-10 09:18 norsd 阅读(342) 评论(0) 推荐(0) 编辑

vs2010 vc 调试钩子dll
摘要:vs2010 vc dll project properties debugging command: 被挂接的exe 路径. (比如C:/文华财经Mytrader行情交易系统/mytrader_wh.exe) Attach: yes 然后启动debug , 运行mytrader_wh... 阅读全文

posted @ 2010-02-10 09:10 norsd 阅读(253) 评论(0) 推荐(0) 编辑

stdafx.h 包含的头文件出错,导致大问题.
摘要:莫名奇妙的,编译的时候无法识别 PVOID , 然后我 typedef void* PVOID; 还是不能识别. 最后发现stdafx.h 包含一个 h 文件. 里面 struct COMMANDINFO { DWORD dwMagic ; DWORD dwVersio... 阅读全文

posted @ 2010-02-03 18:49 norsd 阅读(197) 评论(0) 推荐(0) 编辑

C# WebBrowser 如何写 AttachEvent
摘要:C# WebBrowser 比如 IHTMLDocument2/3 中开始有 onclick , onxxxxxx , attachEvent 之类好用的属性. 比如 attachEvent( string strEvent , object oDispatch ) ; strEvent ... 阅读全文

posted @ 2010-02-01 00:19 norsd 阅读(168) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示