管理员权限打开/etc/default/apport# set this to 0 to disable apport, or to 1 to enable it# you can temporarily override this with# sudo service apport start f...
分类:
其他好文 时间:
2014-07-22 22:52:16
阅读次数:
172
xampp启动时显示的错误为:9:52:41 [Apache] Attempting to start Apache app...9:52:41 [Apache] Status change detected: running9:52:42 [Apache]Status change detecte...
分类:
其他好文 时间:
2014-07-19 14:27:30
阅读次数:
143
在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
Laravel充分利用PHP 5.3的特性,使路由变得简单并富于表达性。这使得从构建API到完整的web应用都变得尽可能容易。路由的实现代码在application/routes.php文件。和其它框架不同,应用逻辑在Laravel中可以通过两种方式集成。虽然在控制器(controllers)中实现...
分类:
其他好文 时间:
2014-07-19 00:15:07
阅读次数:
382
Xms Xmx PermSize MaxPermSize 区别Eclipse崩溃,错误提示:MyEclipse has detected that less than 5% of the 64MB of PermGen (Non-heap memory) space remains. It is s...
分类:
其他好文 时间:
2014-07-18 14:14:51
阅读次数:
202
今天在VMWARE里安装了一个Linux 操作系统,重新启动后,出现如下的警告提示:
starting sendmail: make: warning: file 'sendmil.cf' has modification time 2.3e+04 in the future
clock skew detected. Your build may be incomplete
这个错误的...
分类:
其他好文 时间:
2014-07-17 14:39:55
阅读次数:
253
我们新建一个ASP.NET MVC的Web Application后,默认的情况下,项目的目录结构如下:
App_Data :这个目录跟我们一般的ASP.NET website是一样的,用于存放数据。Content :这个目录是建议用来存放一下资源文件的。例如CSS、JS、图片等等。当然你不愿意的话,完全可以不放到这里来。Controllers :这个目录是建议将Controller...
分类:
Web程序 时间:
2014-07-17 10:57:15
阅读次数:
222
很多人的解释都不一样, 我碰到的问题是,开辟的内存空间小于操作的内存空间.也就是说,我free的内存越界了.这是我开辟链表结构体内存的代码: 1 PNODE Create() { 2 int len; //total count of nodes to be created. 3 ...
分类:
移动开发 时间:
2014-07-17 09:57:34
阅读次数:
279
Field of the InventionThe present invention relates to a display controller. Background to the inventionDisplay controllers are known. One such displa...
分类:
其他好文 时间:
2014-07-14 21:54:25
阅读次数:
311
在android项目中,通过run as java application运行java类时,可能会出现下面这个问题:Invalid layout of java.lang.String at value## A fatal error has been detected by the Java Ru...
分类:
编程语言 时间:
2014-07-14 18:57:59
阅读次数:
336