最近需要统计一下项目中代码的总行数,写了一个Python小程序,不得不说Python是多么的简洁,如果用Java写至少是现在代码的2倍。import ospath="/Users/rony/workspace/ecommerce/ecommerce/hot-deploy/"global totalc...
分类:
编程语言 时间:
2014-11-11 19:01:02
阅读次数:
233
一、指定参数类型为Listdelete FROM STUDYBOOK WHERE ID IN #bookList[]#二、不制定参数三、必须要propertyupdate users set user_name=#userInfo.user_name# where user_id in #list[...
分类:
其他好文 时间:
2014-11-11 18:32:57
阅读次数:
254
Apple provides a really nifty tool called Smart App Banners that automatically prompts users to install your app when they visit your website on a mob...
分类:
移动开发 时间:
2014-11-11 14:08:09
阅读次数:
259
DataTable dt = new BLL.T_Expiry().GetAllList().Tables[0];//查询数据string FileName = "T_Users.xls";HttpResponse response = Page.Response; response.Append....
◆Oracle查询用户表空间:select * from user_all_tables ◆Oracle查询所有函数和储存过程:select * from user_source ◆Oracle查询所有用户:select * from all_users.select * from db...
分类:
数据库 时间:
2014-11-11 10:33:22
阅读次数:
244
ECshop 数据库表结构
-- 表的结构 `ecs_account_log`
CREATE TABLE IF NOT EXISTS `ecs_account_log` (
`log_id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增ID号',
`user_id` mediumint(8) unsigned NOT NULL COMMENT '用户登录后保存在session中的id号,跟users表中的user_id对应',
`user...
分类:
数据库 时间:
2014-11-10 15:30:08
阅读次数:
272
tomcat-users.xml(在%tomcat%/conf目录下)下添加 server.xml //同一局域网下访问这样就可以了 最好关闭本地防火墙 //如果要外网访问 路由器---转发规则---虚拟服务器---添加行条目 //默认端口8080-->80(本地 避免...
分类:
其他好文 时间:
2014-11-10 15:25:06
阅读次数:
280
Problem DescriptionPassword security is a tricky thing. Users prefer simple passwords that are easy to remember (like buddy), but such passwords are o...
分类:
其他好文 时间:
2014-11-10 13:34:20
阅读次数:
189
Extjs4 使用store的post方法引用官网的一句话 Now when we call store.load(), the AjaxProxy springs into action, making a request to the url we configured ('users.jso....
分类:
Web程序 时间:
2014-11-10 12:00:40
阅读次数:
215
Atitit.故障排除系列-----apache 不能启动的排除
能直接使用cli启动httpd ,,详细打印出信息..
C:\Users\ASIMO>"C:\wamp\apache2\bin\httpd.exe"
httpd.exe: Syntax error on line 42 of C:/wamp/Apache2/conf/httpd.conf: ServerR...
分类:
Web程序 时间:
2014-11-09 23:56:27
阅读次数:
421