Society has always been competitive, but nowadays life is perhaps more competitive than in any previous era. Can you imagine the level of competition ...
分类:
其他好文 时间:
2014-06-20 13:45:03
阅读次数:
288
原因:在编辑php时添加的“–with-mcrypt”选项造成。解决方法:1、如果不需要mcrypt,那么编辑php时去掉该选项,然后再make、make install。2、如果需要mcrypt,那么需要安装libltdllibltdl在libmcrypt软件包中就有,具体过程:#cd /soft...
分类:
Web程序 时间:
2014-06-18 23:29:26
阅读次数:
252
2014年6月16日 10:48:51出错的部分提示摘录:#1452 - Cannot add or update a child row: a foreign key constraint failsresult 2 when explaining filename '#sql-3d5_20436...
分类:
数据库 时间:
2014-06-18 21:01:47
阅读次数:
332
字符串初始化 1、初始化 let someString = "Some string literalvalue"
let wiseWords = "\"Imagination is moreimportant than knowledge\" -Einstein" let dollarSign = "\x24"...
分类:
其他好文 时间:
2014-06-18 12:30:29
阅读次数:
257
头文件unistd.h是Linux/Unix的系统调用,包含了许多UNIX系统服务函数原型,如open、read、write、_exit、getpid等函数。在linux下能够编译通过的包含此头文件的程序,在VC下编译时出现了如下问题 fatal error C1083: Cannot open i...
分类:
其他好文 时间:
2014-06-18 10:31:54
阅读次数:
244
完整的异常信息如下:org.hibernate.loader.MultipleBagFetchException: cannot simultaneously fetch multiple bags at org.hibernate.loader.BasicLoader.postInstantia....
分类:
其他好文 时间:
2014-06-18 10:06:31
阅读次数:
198
本文出自:http://blog.csdn.net/svitter
node.js大家知道的可能比较多,但是jade大家可能就不知道了。。GFW封杀掉google以后,今天在百度上找了好久也没有找到——哎,仍需前进。
肯定有在github上获取一些框架的小白和我一样,看了到了json,jade,less这些莫名奇妙的东西然后怅然不知所云。
jade可以用来生成html文件,写法要简单很多...
分类:
Web程序 时间:
2014-06-17 22:26:49
阅读次数:
329
项目中用的grunt-contrib-less, 写了以下less代码.mapfix{ position: fixed; top:10px; width: 430px; z-index: 100; background: #fff; -position:absolute; top:exp...
分类:
Web程序 时间:
2014-06-17 15:26:30
阅读次数:
239
XMLHttpRequest cannot load file~~~~~~~Origin 'null' is therefore not allowed access
最近在做框架的时候,需要加载.html文件和.json文件的时候出现了一下一个错误...
分类:
数据库 时间:
2014-06-16 20:26:18
阅读次数:
266
用什么命令查看redhatlinux的版本?使用uname-a或者less/proc/version都行。
分类:
系统相关 时间:
2014-06-16 16:02:11
阅读次数:
248