Description:
The design uses CREE XPE LAMPS high brightness, very good reliability, life expectancy of 25,000 hours.
Character:
分类:
其他好文 时间:
2014-08-04 14:02:47
阅读次数:
178
从阮老师博客的一道测试题说起: 代码段一:var name = "The Window"; var object = { name : "My Object", getNameFunc : function(){ return function(){ retur...
分类:
编程语言 时间:
2014-08-04 13:43:47
阅读次数:
255
Oracle Database - Enterprise Edition - Version 8.1.7.4 and later Information in this document applies to any platform. **Checked for relevance 06-Apr-...
分类:
数据库 时间:
2014-08-04 10:45:27
阅读次数:
363
1:下载64位mysql压缩包:http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.17-winx64.zip2:解压,路径自己定,我的是在S:\program\mysql-5.7.4-m14-winx64。3:新建my.ini , 内容如下...
分类:
数据库 时间:
2014-08-03 17:34:35
阅读次数:
286
POJ 2492 A Bug's Life 并查集...
分类:
其他好文 时间:
2014-08-02 23:33:14
阅读次数:
329
1。直接用mysqld手工启动[root@ora11g bin]# ./mysqld --defaults-file=../my.cnf 140328 10:04:37 [ERROR] Fatal error: Please read "Security" section of the manual...
分类:
数据库 时间:
2014-08-02 23:23:24
阅读次数:
402
4');//普通使用 //2.相对于load而言,find提供了更丰富的可扩展,可自定义性,可进行自行sql组合 $result = R::find($tableName,'is_my_name is not null');//使用not null //3.可使用...
分类:
数据库 时间:
2014-08-02 20:51:45
阅读次数:
222
1.安装:#yum -y install mysql-server2.修改配置:#vi /etc/my.cnf暂时修改一下编码(添加在密码下方添加): default-character-set = utf8# chkconfig mysqld on ← 设置MySQL服务随系统启动自启动# ch....
分类:
数据库 时间:
2014-08-02 17:50:13
阅读次数:
229
dumpbin的用法为:dumpbin /exports my.dll > my.def dlltool的用法为:dlltool -D my.dll -d my.def -l my.lib //生成 .lib 文件 或者为:dlltool -D my.dll -d my.def -l my.a //...
1.首先到http://dev.mysql.com/上下载windows版mysql5.6免安装zip包。然后将zip包解压到D:\mysql-5.6.20-winx64下。2.复制mysql下的my-default.ini, 在同目录下创建my.ini. my.ini为mysql的配置。最简单的配...
分类:
数据库 时间:
2014-08-02 17:48:23
阅读次数:
5855