laravel的参考文档中view的讲解有些简单。在实际项目开发中view的灵活性其实是非常大。首先来看看laravel中的布局页 和asp.net mvc中有什么不同 @section('title') {{{$title}}} --> @show ...
分类:
Web程序 时间:
2014-10-16 19:14:32
阅读次数:
228
模板方法模式
GOOD:把不变的代码部分都转移到父类中,将可变的代码用virtual留到子类重写
#include
#include
#include
using namespacestd;
classAbstractClass
{
public:
void Show()
{
cout我是"
...
分类:
其他好文 时间:
2014-10-16 18:48:03
阅读次数:
198
进入mysql命令行:set profiling=1; //开启记录mysql语句执行时间set profiling=0; //关闭show profiles; //查看之前执行的语句,(貌似只能查看在mysql命令行下执行的语句。)400W左右的数据,随机select一条,大概3,4秒,建...
分类:
数据库 时间:
2014-10-16 17:29:12
阅读次数:
205
属性名 用途 hibernate.dialect一个Hibernate Dialect类名允许Hibernate针对特定的关系数据库生成优化的SQL. 取值 full.classname.of.Dialect hibernate.show_sql输出所有SQL语句到控制台. 有一个另外的选择是把or...
分类:
Web程序 时间:
2014-10-16 16:37:32
阅读次数:
246
题目链接:
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&category=242&page=show_problem&problem=1669
Root :: Regionals
2006 :: Asia - Beijing
R...
分类:
其他好文 时间:
2014-10-16 14:52:12
阅读次数:
669
题目链接:
https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=1668
Root
Regionals 2006 >> Asia
- Beijing
3667 - Ruler
Ti...
分类:
其他好文 时间:
2014-10-16 14:50:52
阅读次数:
241
show index from tblname查询后各列的描述· Table表的名称。· Non_unique如果MySQL索引不能包括重复词,则为0。如果可以,则为1。· Key_name索引的名称。· Seq_in_index索引中的列序列号,从1开始。· Column_name列名称。· Co...
分类:
其他好文 时间:
2014-10-16 13:39:52
阅读次数:
128
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321click to show spoilers.Have you thought about this?Here are som...
分类:
其他好文 时间:
2014-10-16 09:13:42
阅读次数:
150
默认情况数据库的flashback database是关闭的。启用Flashback Database 步骤:1.配置Flash Recovery Area 检查是否启动了flash recovery area:SQL> show parameter db_recovery_file;NAME T....
分类:
数据库 时间:
2014-10-16 03:10:31
阅读次数:
231
PHPCMSV9 默认模板目录结构templates 框架系统模板目录 announce 公告 show.html 内容页 comment 评论 show_list.html 内容页评论列表 list.html 评论列表 content 内容模型 category.html 文章频道页...
分类:
Web程序 时间:
2014-10-16 00:40:41
阅读次数:
226