1、主PY文件写视图函数,带id参数。 @app.route('/detail/<question_id>') def detail(question_id): quest = return render_template('detail.html', ques = quest) 2、首页标题的标签 ...
分类:
其他好文 时间:
2017-12-07 00:24:42
阅读次数:
174
注意:市面上对于写RESTful是用RestFul,其实是不规范的,标准写法RESTful。 在Java上,处理这个应该是没有继承Serializable类,然后通过Eclipse生成serialVersionUID上去试一下。 参考: https://stackoverflow.com/quest ...
分类:
其他好文 时间:
2017-10-24 01:43:27
阅读次数:
570
King's Quest Time Limit: 15000MS Memory Limit: 65536K Total Submissions: 9460 Accepted: 3497 Case Time Limit: 2000MS Description Once upon a time ther ...
分类:
其他好文 时间:
2017-09-29 19:34:23
阅读次数:
186
1. SQL(Structure Quest Language) 一种结构化查询语言,它是一种通用的关系型数据库操作语言,用于存取数据,查询,更新和管理数据库。 2. 基本语句 Select, Create, Insert, Drop 3. SQL语句注意事项 1)SQL语句中,英文字母大写或小写均 ...
分类:
数据库 时间:
2017-09-05 11:17:00
阅读次数:
212
Some days ago, WJMZBMR learned how to answer the query "how many times does a string x occur in a string s" quickly by preprocessing the string s. But ...
分类:
其他好文 时间:
2017-07-30 23:27:48
阅读次数:
224
In our daily life we often use 233 to express our feelings. Actually, we may say 2333, 23333, or 233333 ... in the same meaning. And here is the quest ...
分类:
其他好文 时间:
2017-07-25 22:42:28
阅读次数:
182
http://blog.csdn.net/lsx991947534/article/details/48860537 http://blog.csdn.net/aguangg_6655_la/article/details/53245642 http://widequestion.com/quest ...
分类:
其他好文 时间:
2017-07-21 01:25:06
阅读次数:
181
1.为什么要有依赖注入? 对于依赖的对象要自己生成,紧耦合; 接口被传入进来,具体传进来的是什么根据Spring容器决定(Quest可以有很多实现);使用的是哪个具体的Quest,BravaKnight并不知道,只有配置文件才晓得; 2. 为什么需要AOP编程? 每个组件都有自己需要关注的核心业务, ...
分类:
编程语言 时间:
2017-07-20 17:20:13
阅读次数:
158
VS2015的web程序在VS2017安装后打开工程出现如下错误: 原因: 由于VS2017安装后更新了dotnet sdk的版本,且VS2017不再使用project.json 管理依赖关系。用vsproj替代。 解决办法: 参考网址:https://stackoverflow.com/quest ...
分类:
Web程序 时间:
2017-07-15 14:48:54
阅读次数:
240
参考资料: https://crunchify.com/hashmap-vs-concurrenthashmap-vs-synchronizedmap-how-a-hashmap-can-be-synchronized-in-java/ https://stackoverflow.com/quest ...
分类:
编程语言 时间:
2017-07-08 00:24:59
阅读次数:
250