统一登录验证:1、定义实体类Person:利用特性标签验证输入合法性设计登录页面 123456789publicclassPerson{[DisplayName("用户名"), Required(ErrorMessage ="账户非空!")]publicstringLoginName {g...
分类:
Web程序 时间:
2014-08-07 21:56:10
阅读次数:
331
题目:Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)You ha....
分类:
编程语言 时间:
2014-08-07 05:11:48
阅读次数:
258
实际上就是一个python的curl应用。应tom的要求,现在公布给大家。希望能对大家有用。 http://onefishum.blog.163.com/bl ... 052013324114213898/? 目前高端的工作是越来越难找了。本人做了51、zhaopin、猎聘网的...
分类:
编程语言 时间:
2014-08-06 23:19:02
阅读次数:
601
Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required...
分类:
数据库 时间:
2014-08-06 19:07:12
阅读次数:
573
项目A中引入一个jar包B,在项目A中调用项目B,出现如下错误提示:大致意思是:这上面所需的包是间接引用的,即A项目调用B项目,B项目又引用了另外一个包C,而这个包现在不在你的A项目的引用中。所以你需要做的就是把jar包C引入至项目A中。
分类:
其他好文 时间:
2014-08-06 18:45:41
阅读次数:
193
打开SQL,提示“SQL Prompt has been disabled due to an error with the registration of a required DLL - TextMgrP.dll. To resolve the error, repair SQL Server ...
分类:
数据库 时间:
2014-08-06 14:19:41
阅读次数:
447
Uncle Tom's Inherited Land*
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 1943 Accepted Submission(s): 809
Special Judge
Problem Descripti...
分类:
其他好文 时间:
2014-08-05 22:47:42
阅读次数:
275
今天碰到一个很奇怪的问题,XCODE提示这样的警告 Pods was rejected as an implicit dependency for ‘libPods.a’ because its architectures
‘i386’ didn’t contain all required architectures ‘x86_64’
在网上搜了一篇,解析是这样的,因为pod 是以ARM6...
分类:
移动开发 时间:
2014-08-05 19:24:50
阅读次数:
297
添加记录--insert1.向用户表(user)中添加一条记录varuser={“username”:”Tom”,“age”:10};à对象(json)db.user.insert(user);à向user(集合)中插入记录2.向用户集合中插入一条日志记录varblog={“title”:”title1”,”content”:”content1”,”addtime”:”2012”}db.u..
分类:
数据库 时间:
2014-08-05 03:14:59
阅读次数:
309
Python程序能用很多方式处理日期和时间。转换日期格式是一个常见的例行琐事。Python有一个timeandcalendar模组可以帮忙。什么是Tick?时间间隔是以秒为单位的浮点小数。每个时间戳都以自从1970年1月1日午夜(历元)经过了多长时间来表示。Python附带的受欢迎的time模块下有很多..
分类:
编程语言 时间:
2014-08-05 03:09:59
阅读次数:
417