@login_required()def to_register(request): return render_to_response("pay/register_yeepay.html", context_instance=RequestContext(request))// 意思简单,就不说了...
分类:
其他好文 时间:
2014-08-16 02:14:09
阅读次数:
236
题意很简单了,对一个区间有两种操作:
1. "C A B C" Color the board from segment A to segment B with color C.
//A~B涂上颜色C
2. "P A B" Output the number of different colors painted between segment A and segment B (includ...
分类:
其他好文 时间:
2014-08-15 14:39:58
阅读次数:
292
最近做的项目一直在用laraval框架,有些地方确实很方便,但是有些方面实在是太坑了,就比如这次在数据库里,官方文档写的是Take note thatemailis not a required option, it is merely used for example. You should us...
分类:
数据库 时间:
2014-08-14 20:28:39
阅读次数:
226
1.软件版本 apache-tomcat-7.0.55 eclipse-standard-luna-R-win32-x86_64 2.eclipse 配置tomcat7 成功后,启动tomcat7 访问 127.0.0.1:8080 报如下错 HTTP Status 404 - / 报错原因:在集成时eclipse 默认改了tom...
分类:
系统相关 时间:
2014-08-14 14:22:18
阅读次数:
635
Description
Chosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new problem.
There is a very long board with length L...
分类:
其他好文 时间:
2014-08-13 22:28:57
阅读次数:
401
首先说一句:是版本的问题!在多对多或者多对一,从一中查找多中查询某些语句时容易出现我写的hql为:from Department as d where d.employees.name='Tom';运行时出现异常:org.hibernate.QueryException: illegal attem...
分类:
系统相关 时间:
2014-08-13 17:36:36
阅读次数:
298
新建一个register.py文件,把一下代码贴进去,保存(G盘)#
#scripttoregisterPython2.0orlaterforusewithwin32all#andotherextensionsthatrequirePythonregistrysettings#
#writtenbyJoakimLoewforSecretLabsAB/PythonWare#
#source:#http://www.pythonware.com/products/work..
分类:
编程语言 时间:
2014-08-13 15:16:57
阅读次数:
216
有关的设置这一节里将描述通过标签来指定不同的事务性设置。默认的设置如下:事务传播设置是REQUIRED隔离级别是DEFAULT事务是 读/写事务超时默认是依赖于事务系统的,或者事务超时没有被支持。任何RuntimeException将触发事务回滚,但是任何 checkedException将不触发事...
分类:
编程语言 时间:
2014-08-13 12:55:36
阅读次数:
239
函数式编程感悟是声明式编程,与命令式编程相对,其典型应用为SQL语句。为了清晰描述这个问题,我做了如下的场景比较:我们知道SQL Server 由数据文件和检索引擎组成,当用户客户端需要检索一个学生,名字为tom时,怎将Sql语句“select id, name from student where...
分类:
其他好文 时间:
2014-08-13 12:54:06
阅读次数:
195
iOS6之前 Required background modes
1.App plays audio
2.App registers for location updates
3.App provides Voice over IP services...
分类:
移动开发 时间:
2014-08-13 01:19:04
阅读次数:
299