1、配置seajs.config({});比较常用的就是paths、base与aliasseajs.config({ // 别名配置 alias: { 'es5-safe': 'gallery/es5-safe/0.9.3/es5-safe', 'json': 'gallery/js...
分类:
Web程序 时间:
2014-12-01 19:02:09
阅读次数:
223
MySQL Workbench上使用"DELETE FROM TABLE_E;"清空一个表时返回错误:Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE th...
分类:
数据库 时间:
2014-11-28 20:07:04
阅读次数:
574
Short-circuit protection is an obvious requirement for a power supply, especially when its load connects to a cable that's subject to damage. Many mod...
分类:
其他好文 时间:
2014-11-28 16:04:06
阅读次数:
149
在用PHP5.3以上的PHP版本时,只要是涉及时间的会报一个Warning: phpinfo() [function.phpinfo]: It is not safe to rely on the system's timezone settings. You are *required* to u...
分类:
Web程序 时间:
2014-11-27 12:05:26
阅读次数:
222
转 http://www.zedwood.com/article/cpp-md5-function MD5 is no longer considered cryptographically safe for digital signatures, however, because the md5 ...
分类:
编程语言 时间:
2014-11-27 10:24:56
阅读次数:
403
在应用Unix/Linux时,我们一般想让某个程序在后台运行,于是我们将常会用 & 在程序结尾来让程序自动运行。比如我们要运行mysql在后台: /usr/local/mysql/bin/mysqld_safe –user=mysql &。可是有很多程序并不想mysqld一样,这样我们就需要nohu...
分类:
系统相关 时间:
2014-11-26 18:34:51
阅读次数:
182
环境:Windows server 2003 x64Apache 2.2.14mod_fcgid-2.2b-w32.zipPHP VC9 x86 Non Thread Safe(用Visual C++ 2008 Redistributable Package x86来编译的)我用下面的配置能使FAS...
分类:
数据库 时间:
2014-11-26 15:39:37
阅读次数:
311
mysql pid文件记录的是当前mysqld进程的pid.通过Mysqld_safe启动mysql时,mysqld_safe会检查pid文件,未指定PID文件时,pid文件默认名为$DATADIR/`hostname`.pid 1)pid文件不存在,不做处理 2)文件存在,且pid已占用则报错"A...
分类:
数据库 时间:
2014-11-24 22:25:58
阅读次数:
286
启动mysql_safe时传递两个参数:
--skip-grant-tables 跳过授权表
--skip-networking 为了安全,防止网络登录
萌萌的it人
登录方式一:
修改/etc/init.d/mysql
分类:
数据库 时间:
2014-11-24 19:05:10
阅读次数:
318
出处:http://www.tracefact.net/CSharp-Programming/Generics-In-CSharp.aspx术语表generics:泛型type-safe:类型安全collection: 集合compiler:编译器run time:程序运行时object: 对象.N...