默认访问的模块//‘DEFAULT_MODULE‘=>‘Home‘,默认控制器为Index默认动作为index当你在Home入口文件index.php中显式的设置了$_GET[‘m‘]=‘Home‘;$_GET[‘c‘]=‘Index‘;此行为看似多此一举(因为默认就是这个配置),在PATHINFO模式下,下面的链接不会出问题http://localhost/tp/i..
分类:
其他好文 时间:
2015-03-28 18:54:43
阅读次数:
116
DATETIMEw. InformatReads datetime values in the form ddmmmyy hh:mm:ss.ss or ddmmmyyyy hh:mm:ss.ss.SyntaxDATETIMEw.Syntax Descriptionwspecifies the width of the input field.Default 18Range 13–40Details...
分类:
其他好文 时间:
2015-03-28 17:21:38
阅读次数:
158
Struts2常量介绍 10级学员 刘根鹏课堂笔记 经过前几讲的介绍,我想大家对struts2有了初步的了解,下面让我来讲讲struts2中常量的用法和使用(常量的默认配置struts2-core-2.x.x.x/org/apache/struts2/default.pro...
分类:
其他好文 时间:
2015-03-28 13:07:13
阅读次数:
136
CI框架中有个比较好的查询优化,就是数据库缓存优化
1.开启缓存
//在application/config.php中开启
$db['default']['cache_on'] = TRUE;
//在application/config.php中开启
$db['default']['cachedir'] = './cache';
//并在对应的目录中加一个可写缓存目录cach...
分类:
数据库 时间:
2015-03-28 11:40:13
阅读次数:
129
用fdisk分出来两个分区模拟两块硬盘,[root@localhost~]#fdisk/dev/sdbCommand(mforhelp):n(创建两个执行两遍)Commandactionllogical(5orover)pprimarypartition(1-4)lFirstcylinder(75-130,default75):Usingdefaultvalue75Lastcylinderor+sizeor+sizeMor+sizeK(75-130,default..
分类:
其他好文 时间:
2015-03-28 06:32:01
阅读次数:
151
官网下载http://www.jetbrains.com/webstorm/download/1.终端输入~$ sudo apt-get install default-jdk2.然后然后将webstorm解压,运行bin/webstorm.sh,命令行:sh bin/webstorm.sh,至此w...
分类:
Web程序 时间:
2015-03-28 06:21:37
阅读次数:
231
enctype=‘multipart/form-data‘ HTML forms provide three methods of encoding. application/x-www-form-urlencoded (the default) multipart/form-data text/plain 上传文件的表单中<form>要加属性enctype="mu...
分类:
其他好文 时间:
2015-03-27 22:28:37
阅读次数:
120
MVC自带的ActionFilter 在Asp.Net WebForm的中要做到身份认证微软为我们提供了三种方式,其中最常用的就是我们的Form认证,需要配置相应的信息。例如下面的配置信息: 说明我们登录页面是Login.aspx,登录成功后的默认页面是Default.aspx,而我们用户信息采用验...
分类:
Web程序 时间:
2015-03-27 22:03:00
阅读次数:
308
Language:
Default
Ubiquitous Religions
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 26140
Accepted: 12872
Description
There are so many different re...
分类:
其他好文 时间:
2015-03-22 09:12:28
阅读次数:
104