2008年10月22日
摘要: 在函数前面加上 __declspec(dllexport) 即可。例如:__declspec(dllexport) int mySum(int a, int b){……} dumpbin.exedepends.exe (http://www.dependencywalker.com/)真是两个好工具,检测dll导出的函数的名称。 阅读全文
posted @ 2008-10-22 23:24 jerry data 阅读(188) 评论(0) 推荐(0) 编辑
  2008年6月25日
摘要: business objects oracle sas sap microsoft information builders microstrategy hyperion spotfire 阅读全文
posted @ 2008-06-25 22:20 jerry data 阅读(73) 评论(0) 推荐(0) 编辑
  2007年12月11日
摘要: What is an assembly? An Assembly is a logical unit of code Assembly physically exist as DLLs or EXEs One assembly can contain one or more files The constituent files can include any... 阅读全文
posted @ 2007-12-11 12:11 jerry data 阅读(235) 评论(0) 推荐(0) 编辑
  2007年12月6日
摘要: var IsIE=0; if(window.navigator.userAgent.indexOf("MSIE")>=1) IsIE=1; else IsIE=0; if(IsIE) mydiv.setAttribute("className","map"); else mydiv.setAttribute("class","map"); 浏览器的不一致,能让人... 阅读全文
posted @ 2007-12-06 17:19 jerry data 阅读(257) 评论(0) 推荐(0) 编辑
  2007年12月4日
摘要: quotation: http://evolt.org/article/Mission_Impossible_mouse_position/17/23335/index.html At the moment I am writing an Introduction to Events. As part of my study I wanted to create a generic, simp... 阅读全文
posted @ 2007-12-04 16:39 jerry data 阅读(547) 评论(0) 推荐(0) 编辑