headermask image

header image

category archive listing Category Archives: 软件开发

SMARTY和PHPLIB template

页面的显示离不开mvc。
SMARTY和PHPLIB template是不错的php template
SMARTY采用编译的办法加快执行的速度,像jsp一样,首次访问速度慢。
这篇文章做了测试SMARTY编译后速度比php template快10%
http://www.ibm.com/developerworks/cn/linux/l-smart/
SMARTY的官方网站

sqlserver的String or binary data would be truncated 异常解决办法

一般出现这个问题是因为数据库中的某个字段的长度小,而插入数据大
解决办法:alter table TABLENAME alter column COLUMNNAME  VARCHAR(65) ;

13步网站优化(apache & IIS)

Earlier this year, Steve Souders from the Yahoo! Performance team published a series of front-end performance optimization “rules” for optimizing a page.
This tutorial takes a practical, example-based approach to implementing those rules. It’s targeted towards web developers with a small budget, who are most likely using shared hosting, and working under the various restrictions that […]

100个页面开发的开源工具

100个页面开发的开源工具
开发工具
1. Aptana
The Aptana IDE is a free, open-source, cross-platform,
JavaScript-focused development environment for building Ajax applications.
It features code assist on JavaScript, HTML, and CSS languages, FTP/SFTP support
and a JavaScript debugger to troubleshoot your code.
Aptana网址
2. Eclipse
Eclipse is an open-source software framework written primarily in Java. In its default form it is a Java IDE, consisting of the […]