- 博客(10)
- 收藏
- 关注
原创 Paging Query Using RowNumber Function
Although we have many ways to do paging query in SQL Server (with 'not exist', 'not in'), SQL Server provide an inner function to help us to do paging query after SQL Server 2005. Below is a very simp...
2010-08-19 14:05:44
160
原创 PHP Log
PHP的错误信息记录到日志文件中 修改php.ini 1.display_errors = off //不显示错误信息(不输出到页面或屏幕上) 2.log_errors = on //记录错误信息(保存到日志文件中) 3.error_reporting = E_ALL //捕获所有错误信息 4.error_log = //设置日志文件名 程序中修改以上...
2010-08-17 21:45:41
195
原创 Integrating Eclipse PDT and Wamp For PHP IDE - Debugging with ZendDebugger
[b]Preparation[/b] 1. download eclipse pdt all in one package my package name : zend-eclipse-php-helios-win32-x86 2. download Wamp my version is : WampServer2.0c downloaded from www.php100.c...
2010-08-16 21:42:09
145
原创 UTF-8 and Unicode Standards
http://www.utf-8.com/ Java与字符编码研究 http://china.manufacturer.com/article/study_for_character_encoding_java.htm
2009-06-01 11:02:33
132
notebook today5
1. c# how operate xml file. what about java? http://social.msdn.microsoft.com/Forums/en-US/csharplanguage/thread/e8258307-2497-4b39-b6fb-a021cfd97773 java: http://www.cafeconleche.org/books/xmlja...
2009-04-09 10:26:11
123
Eclipse c++ 环境搭建
http://www.ibm.com/developerworks/cn/linux/opensource/os-ecc/ 1.配置好Java环境,装好eclipse 2.安装MinGW 3.path加入MinGW的bin目录 4.添加环境变量WXWIN至MinGW安装目录 5.安装gdb以便调试 6.finish...
2009-02-25 01:16:45
109
原创 Installer Class and Custom Actions
Installer Class and Custom Actions http://www.devcity.net/Articles/339/1/article.aspx
2008-12-11 11:06:27
220
about 64 bit install
windows 32位 64位 DLL 文件读取问题 http://hi.baidu.com/lizongzong/blog/item/559f8b625563acd8e7113add.html
2008-12-11 10:50:46
109
原创 C++初学一(C++的运行原理)
C++是 cpp文件先编译成目标文件(.obj)连接(C语言函数库)变成可执行文件(.exe)然后在执行到windows操作系统
2008-07-29 23:38:15
167
The choise between Interface and Abstract Class
很多人有过这样的疑问:为什么有的地方必须使用接口而不是抽象类,而在另一些地方,又必须使用抽象类而不是接口呢?或者说,在考虑Java类的一般化问题时,很多人会在接口和抽象类之间犹豫不决,甚至随便选择一种。 实际上接口和抽象类的选择不是随心所欲的。 要理解接口和抽象类的选择原则,有两个概念很重要:对象的行为和对象的实现。如果一个实体可以有多种实现方式,则在设计实体行为的描述方式时,应当达到这...
2008-05-30 11:32:45
167
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人