在index.php的第97和98行的注释, // The directory name, relative to the "controllers" folder. Leave blank // if your controller is not in a sub-folder within t....
分类:
其他好文 时间:
2014-07-19 00:18:35
阅读次数:
212
LiersTime Limit:14000/7000MS (Java/Others)Memory Limit:128000/64000KB (Java/Others)SubmitStatusProblem Description有N个人,其中有若干个人一起参加了舞会,现在想知道哪些人有可能参加了舞会...
分类:
其他好文 时间:
2014-07-19 00:18:20
阅读次数:
232
在oracle 9i之前,对中文的排序,是默认按2进制编码来进行排序的. 9i时增加了几种新的选择:按中文拼音进行排序:SCHINESE_PINYIN_M按中文部首进行排序:SCHINESE_RADICAL_M按中文笔画进行排序:SCHINESE_STROKE_M而oracle 9i是对中文的排序是...
分类:
数据库 时间:
2014-07-19 00:18:00
阅读次数:
212
手把手分析全排列算法,费了不少功夫终于想通了,本文将给出三种全排列算法以及详细解释
分类:
其他好文 时间:
2014-07-19 19:07:23
阅读次数:
267
#include #include #include #include #include #include #include using namespace std ;const int MAXN=50;int a[MAXN][MAXN];//增广矩阵int x[MAXN];//解集bool fre...
分类:
其他好文 时间:
2014-07-19 00:17:37
阅读次数:
300
Objective-C类、对象、方法1.编写一个复数类:#import @interface Complex: NSObject //类声明,Complex继承NSObject{ int iReal;//成员变量声明,在括号内 int iImag;}//成员函数声明,在括号外-(...
分类:
其他好文 时间:
2014-07-19 19:07:42
阅读次数:
213
The tutorial is from Dan Klein and Pieter AbbeelA good tutorial: https://docs.python.org/2/tutorial/ Table of ContentsInvoking the Interpreter Operato...
分类:
编程语言 时间:
2014-07-19 00:17:17
阅读次数:
372
1、代码中 某文件后面有 “M” 标记,表示该文件已被修改,需要 commit.(右键该文件 -> source control -> commitselected file...)2、代码中 某文件后面有 “A” 标记,表示该文件是新添加的,已受SVN管理,需要 commit.(右键该文件 -> ...
分类:
其他好文 时间:
2014-07-19 19:08:02
阅读次数:
245
1.更新软件源:修改sources.list文件:leafpad /etc/apt/sources.list然后选择添加以下适合自己较快的源(可自由选择,不一定要全部): #官方源deb http://http.kali.org/kali kali main non-free contribdeb-...
分类:
系统相关 时间:
2014-07-19 00:16:53
阅读次数:
480
racle11gimpdp时报ORA-12899(2012-07-16 16:42:12)转载▼标签:oracleimpimpdpit分类:oracle技术-开发源库ZHS16BGK,汉字在数据库存放的时候占用两个字节目标库UTF8,汉字在数据库里存放的时候占用三个字节由于字符集不同,导致现在数据库...
分类:
其他好文 时间:
2014-07-19 19:08:26
阅读次数:
220
面向对象中,有一个原则是: 组合优于继承的原则今天学习了组合模式,做一个小总结。组合模式的应用场景:把整体和局部的关系用树形结构表示,从而客户端能够把一个一个的局部对象和由局部对象组合的整体对象采用同样的方法来对待;组合模式的应用实例:_units,$unit); } /*...
分类:
其他好文 时间:
2014-07-19 00:16:32
阅读次数:
215
分布式session有以下几种方案:1. 基于nfs(net filesystem)的session共享将共享服务器目录mount各服务器的本地session目录,session读写受共享服务器io限制,不能满足高并发。2. 基于关系数据库的session共享这种方案普遍使用。使用关系数据库存储se...
分类:
Web程序 时间:
2014-07-19 00:16:10
阅读次数:
315
1:通过maven添加需要的jar包 1 2 3 org.springframework 4 spring-web 5 3.2.9.RELEASE 6 7 8 9 ...
分类:
编程语言 时间:
2014-07-19 19:08:41
阅读次数:
310
1. 设计好一组分类信息;2. 在列表页模板中填写帖子的标题格式,例如:[{producer_value}][{artist_value}]{subject}[{size_value}{size_unit}]3. 修改template\default\forum\forumdisplay_list....
分类:
其他好文 时间:
2014-07-19 00:15:50
阅读次数:
407
原文出处:http://www.codesky.net/article/201203/177810.html4.3 Flexpaper参数说明SwfFile (String) 需要使用Flexpaper打开的文档Scale (Number) 初始化缩放比例,参数值应该是大于零的整数ZoomTrans...
分类:
其他好文 时间:
2014-07-19 00:15:27
阅读次数:
215
题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:
其他好文 时间:
2014-07-19 19:09:03
阅读次数:
282