摘要: 一个很简单的函数,用来判断密码是不是简单文本,如:111111、654321、13579、abcde、aaaaa……有序字符阵列。
<?phpfunction issimpletext($text){ if (strlen($text)<4) return true; $issample = true; $step = ord(substr($text, ......
摘要:ted graham 提到了39 条 checklist, 我觉得还是总结的挺全面.
are exceptions used to indicate error rather than returning status or error codes?
使用异常来只是错误而不是使用状态或者错误代码值
are all classes and public methods commente......
tiles和struts初步应用1,定义配置文件:
<component-definitions> 【程序编程相关:
微软追加年度渠道预算 只为抵挡 Linu】
<?xml version="1.0" encoding="iso-8859-1"?> 【推荐阅读:测试Trackback II】
<put name="header" value="/header.jsp"/> 【扩展信息:
国内六大电脑厂商将尝试安装 Linux】 <definition name="adef" path="/layout.jsp"> <put name="footer" value="/footer.jsp"/> <put name="body" value="/abody.jsp"/> </definition></component-definitions>
2,配置web.xml:
...
下一页 摘要:平时不怎么留意数据库相关的东西,看到这篇文章,感觉不错:《speed up sql server apps》learn 10 useful tips and tricks that help boost sql server application performance—and streamline development and deployment as well下面列举文章中的......