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
CMAKE方式编译安装Mysql5.51、源码cmake方式编译安装MySQL5.5.32安装前先安装:yuminstallncurses-devel-y1.1下载Mysql和cmake安装包:wgethttp://wwwNaNake.org/files/v2.8/cmake-2.8.8.tar.gz1.2查看系统环境cat/etc/redhat-releaseuname-runame-m1.3安装cmake包tarzxfcmake-..
分类:
数据库 时间:
2014-05-27 03:26:20
阅读次数:
368
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
网上转的,留查备用,我服务器装的office2007所以修改的是Microsoft
Office word97 - 2003
文档这一个。ASP.NET生成WORD文档服务器部署注意事项1、Asp.net2.0在配置MicrosoftExcel、MicrosoftWord应用程序权限时error:8...
分类:
Web程序 时间:
2014-05-21 23:41:50
阅读次数:
337
在CentOS 6.5安装MySQL
5.6.17,安装到最后一个rpm文件MySQL-server时安装命令是:rpm -ivh
MySQL-server-5.6.17-1.el6.x86_64.rpm出现了错误信息:error: Failed dependencies: libai...
分类:
数据库 时间:
2014-05-21 22:57:20
阅读次数:
779
Jni Error(app bug): accessed stale local
reference这个错误平常是 弱全局变量引起的时候 出现的一个错误,但是今天我却在另外一种情况下遇到了下面是错误截图出现错误的原因其他很简单
是因为自己的粗心引起的java层函数声明是这么写的 publicnati...
分类:
移动开发 时间:
2014-05-21 22:00:58
阅读次数:
390
http://qt-project.org/doc/qtcreator-3.0/creator-project-cmake.html方法1:使用qmake编辑工程文件xxxx.pro添加equals(QT_ARCH,"arm"){target.path=/tmp/$${TARGET}/binINSTALLS+=target}CONFIG(debug,debug|release){message(thisisdebugversion)}else{DEFINES+=QT_NO_DEBUG_..
分类:
系统相关 时间:
2014-05-20 18:15:36
阅读次数:
478
OpenCV库官方网站为http://opencv.org/。 在该网站可以下载最新的OpenCV for Windows,例如当前我下载的是opencv-2.4.9.exe ,双击该文件解压到某个目录下,解压后的根目录为opencv,opencv目录下有2个子目录,分别为build和sources,build目录中存放的是已经编译好的库,而sources目录中存放的是源代码。下面我们会在sour...