官方文档:1.引用是什么:http://www.php.net/manual/zh/language.references.whatare.php2.引用做什么:http://www.php.net/manual/zh/language.references.whatdo.php3.引用传递:htt...
分类:
Web程序 时间:
2014-08-02 12:24:13
阅读次数:
2282
http://doc.thinkphp.cn/manual/query.htmlSQL查询ThinkPHP内置的ORM和ActiveRecord模式实现了方便的数据存取操作,而且新版增加的连贯操作功能更是让这个数据操作更加清晰,但是ThinkPHP仍然保留了原生的SQL查询和执行操作支持,为了满足复...
分类:
数据库 时间:
2014-07-31 16:45:46
阅读次数:
335
Metrics核心翻译自Metrics官方文档: http://metrics.codahale.com/manual/core/JAVA Metrics是一个用于度量的一个JAVA的类库,使用请參见 http://blog.csdn.net/scutshuxue/article/details/8...
分类:
编程语言 时间:
2014-07-30 20:28:24
阅读次数:
443
http://www.slf4j.org/manual.htmlThe Simple Logging Facade for Java (SLF4J) serves as a simple facade or abstraction for various logging frameworks, su...
分类:
其他好文 时间:
2014-07-30 20:15:44
阅读次数:
259
第一步: 取消自动validationvalidation有一堆,什么xml、jsp、jsf、js等等,我们没有必要全部都去自动校验一下,只是需要的时候才会手工校验一下!取消方法:windows–>perferences–>myeclipse–>validation除开Manual下面的复选框全部选...
分类:
系统相关 时间:
2014-07-30 14:41:24
阅读次数:
269
MANUALSECTIONSThestandardsectionsofthemanualinclude:1UserCommands(用户命令)2SystemCalls(系统调用)3CLibraryFunctions(库文件)4DevicesandSpecialFiles(特殊文件如块设备,字符设备)5FileFormatsandConventions(配置文件格式)6Gameset.Al.(游戏)7Miscellanea..
分类:
其他好文 时间:
2014-07-29 15:43:09
阅读次数:
243
private void button1_Click(object sender, EventArgs e) { Frm f = new Frm(); f.StartPosition = FormStartPosition.Manual;...
分类:
移动开发 时间:
2014-07-28 15:28:33
阅读次数:
190
http://docs.mongodb.org/manual/reference/sql-aggregation-comparison/unwind解释 拆解数组http://blog.nosqlfan.com/html/3648.html几种方式做grouphttp://blog.csdn.ne....
分类:
数据库 时间:
2014-07-25 19:09:11
阅读次数:
289
ubuntu14 手动安装sbt 参见官网配置说明http://www.scala-sbt.org/release/tutorial/Manual-Installation.html 1、下载sbt通用平台压缩包:sbt-0.13.5.tgzhttp://www.scala-sbt.org/down...
分类:
系统相关 时间:
2014-07-25 16:43:51
阅读次数:
1010
首先放上PHP连接SQLServer的驱动下载地址http://php.net/manual/zh/ref.pdo-sqlsrv.php另外PHP for IIS管理工具 大家可以自己搜索一下 很久以前下的。现在忘记地址了。PHPManagerForIIS-1.1.2-x64.msi第一个是比较基础...
分类:
数据库 时间:
2014-07-24 22:05:52
阅读次数:
209