http://wangwei007.blog.51cto.com/68019/1106735检查Linux系统日志error和mysql错误日志的脚本http://wangwei007.blog.51cto.com/68019/1102836picklehttp://wangwei007.blog.51cto.com/68019/1045577python用zipfile模块打包文件或是目录、解压zip文件实例http://blog.163.co..
分类:
编程语言 时间:
2014-05-27 04:14:22
阅读次数:
434
[root@qycaishenye]#tail-f/data/caishenye/sa_9_0.logPHPWarning:mkdir():Nosuchfileordirectoryin/data/caishenye/sa_9_0.phponline18PHPFatalerror:Calltoundefinedfunctionmysql_pconnect()in/data/caishenye/sa_9_0.phponline25InteractivemodeenabledPHPWarning:mkdir():..
分类:
数据库 时间:
2014-05-27 04:00:48
阅读次数:
466
Refertothemount.cifs(8)manualpage(e.g.manmount.cifs)记住共享的是一个文件夹,不是一个文件
分类:
其他好文 时间:
2014-05-27 03:11:02
阅读次数:
286
Android 项目开发的时候
出现:
Description
Resource Path
Location Type
Unknown error: java.lang.NullPointerException
出现的原因:
是因为,我在导入外部项目的时候,没有添加依赖包(appcompat-V7;appcompat_v7_3)。
解决方案:
将 这两...
分类:
编程语言 时间:
2014-05-22 13:23:28
阅读次数:
327
测试结论
mysql版本 5.1
表类型: innodb, row_format=compact (这是默认的行格式)
插入超过10个blob, blob的数据量很小(
插入超过10个blob, blob的数据量很大(>768字节), 插入失败:报 Got error 139 from storage engine。
注意,如果mysql服...
分类:
数据库 时间:
2014-05-22 11:55:10
阅读次数:
347
第一种:
1、进旧站后台:系统管理→数据库备份。单击下部“全选”后“提交”进行备份;
2、将旧站的所有文件上传到新站点,删除install目录下的install.lock文件;
3、象安装全新站点一样进行网站初始化安装;
4、进入新站后台:系统管理→数据库还原。同样“全选”,然后单击“提交”进行数据库还原。
5、后台进入“HTML更新”,选择“一键更新网站”。
OK...
分类:
其他好文 时间:
2014-05-22 08:59:15
阅读次数:
453
#include
#include
#include
#include
#include
using namespace std;
struct Library
{
long number;//编号
string bookname;//书名
string author;//作者
string press;//出版社
int price;//价格
}...
分类:
其他好文 时间:
2014-05-22 07:17:38
阅读次数:
206
在项目开发中,使用SQLite一不小心就会碰到各种DB异常,网上搜了下没有这方面的资料,写出来记录下。异常信息:android.database.sqlite.SQLiteMisuseException:
library routine called out of sequence: , while...
分类:
数据库 时间:
2014-05-21 03:12:20
阅读次数:
1023
--MySQL主从失败 错误Got fatal error
1236解决方法----------------------------------------------------2014/05/19由于主服务器异外重启,
导致从报错, 错误如下:show slave status错误:mysql>...
分类:
数据库 时间:
2014-05-20 08:22:10
阅读次数:
801
参考:1.
使用Python进行线程编程:http://www.ibm.com/developerworks/cn/aix/library/au-threadingpython/2.
Python:使用threading模块实现多线程编程:http://blog.csdn.net/bravezhe/...
分类:
编程语言 时间:
2014-05-20 08:13:57
阅读次数:
445