最近有个FAT文件系统非正常umount导致sdcard挂载异常,进入errors处理,remount-ro了。[ 7993.545483] c0 FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corr...
分类:
其他好文 时间:
2014-08-13 17:58:46
阅读次数:
226
怎么开启PHP 的错误提示?/etc/php5/apache2/php.ini在php.ini 修改error_reporting = E_ALL & ~E_NOTICEdisplay_errors = On重启apache服务器在运行有错误的php页面时,还是没有提示. - -1、可能你php.....
分类:
Web程序 时间:
2014-08-13 10:05:25
阅读次数:
241
I am having problems with a bit of code that accesses a restful web service. Running this code, it errors out at var httpResponse = (HttpWebResponse)h...
分类:
Web程序 时间:
2014-08-08 20:56:16
阅读次数:
1149
In this DocumentPurposeScopeDetailsReferencesApplies to:Oracle Database - Enterprise Edition - Version 7.0.16.0 to 11.2.0.2 [Release 7.0 to 11.2] Info...
分类:
其他好文 时间:
2014-08-06 21:44:42
阅读次数:
646
html 代码: 1 2 3 pool: {{ d['pool']}} 4 5 state: {{ d['state']}} 6 errors: {{ d['errors'] }} 7 scan: {{ ''.join(d['sca...
分类:
Web程序 时间:
2014-08-06 17:33:51
阅读次数:
246
linux系统支持很多种文件系统。1. 如何确认当前系统挂载了哪些文件系统?使用mount命令可以查看当前系统上已经挂载了哪些文件系统,lqt@lqt-ThinkPad-T420:~$ mount/dev/sda1 on / type ext4 (rw,errors=remount-ro)proc ...
分类:
系统相关 时间:
2014-08-06 17:24:21
阅读次数:
451
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
centos启动时,提示错误: 1 /dev/mapper/VolGroup-lv_root contains a file system with errors,check forced. 2 /dev/mapper/VolGroup-lv_root: 3 Inodes that were par...
分类:
其他好文 时间:
2014-07-31 23:29:00
阅读次数:
3182
错误如图示:1、在php的目录下建立个文件夹tmp,这个有权限的问题,如果是ntfs的分区,就一定要添加evryone的控制权限,否则是没用的。2、在php.ini找到session.save_path 这一行,设成session.save_path = "C:/php/tmp"把前面的注释分号去掉...
分类:
Web程序 时间:
2014-07-29 14:13:58
阅读次数:
235
在上篇表单验证中,过程中可谓坎坷,记录一下错误问题及解决方案。我们用到的模板contact_form.html如下,其他urls.py自行去修改。 Contact us Contact us {% if errors %} {% for error in er...
分类:
其他好文 时间:
2014-07-29 13:59:38
阅读次数:
184