码迷,mamicode.com
首页 >  
搜索关键字:old lock file    ( 66212个结果
django 和 mysql的一次troubleshooting
下面是一次用django连接mysql的经历,记录下来也许以后会有帮助。首先是用django的./manage.py syncdb 去连接mysql-bash-3.2$ ./manage.py syncdbTraceback (most recent call last): File "./man....
分类:数据库   时间:2014-06-29 13:36:40    阅读次数:412
Oracle Managed Files,OMF
OMF相关参数:DB_CREATE_FILE_DESTDefines the location of the default file system directory or Oracle ASM disk group where the database creates datafiles or ...
分类:数据库   时间:2014-06-29 13:34:37    阅读次数:300
PHP采集程序大全
在论坛好久了没有怎么正式的发表过东西,今天给大家共享一下我的采集代码!思路: 采集程序的思路很简单大体可以分为以下几个步骤: 1.获取远程文件源代码(file_get_contents或用fopen). 2.分析代码得到自己想要的内容(这里用正规匹配,一般是得到分页)。 3.跟...
分类:Web程序   时间:2014-06-29 12:39:11    阅读次数:242
执行linux脚本出现问题
1. 权限不够: 使用 chmod +x XXX.sh 提升权限2. 出现:/bin/bash^M: bad interpreter: No such file or directory 原因:文件换行里出现\r\n 与linux格式不符合 安装dos2unix apt-get installd.....
分类:系统相关   时间:2014-06-29 12:26:50    阅读次数:293
SAX解析XML文件实例代码
import java.io.File;import java.io.IOException;import java.util.ArrayList;import java.util.List;import javax.xml.parsers.ParserConfigurationException;...
分类:其他好文   时间:2014-06-29 07:43:35    阅读次数:244
pdf2swf 转换时报错。This file is too complex to render- SWF only supports 65536 shapes at once
在使用swftools转换pdf 到swf的时候报错,有如下说明:if the pdf contains too many images / shapes, pdf2swf will fail with this error :ERROR Thisfileistoocomplextorender-S...
分类:其他好文   时间:2014-06-05 21:24:54    阅读次数:310
map 学习笔记
1.map 常用功能/***************************************** File Name: map.cpp* Author: sky0917* Created Time: 2014年06月 4日 15:49:14**************************...
分类:其他好文   时间:2014-06-05 18:58:27    阅读次数:210
set 学习笔记
1. set 常用功能/***************************************** File Name: set.cpp* Author: sky0917* Created Time: 2014年06月 4日 18:47:22*************************...
分类:其他好文   时间:2014-06-05 18:35:23    阅读次数:222
The Complex Gaussian Distribution
This is the beginning of my plan. Or this is a manifesto, a motivation for me. Note what I read, good or bad, old or new, Tao or method. Maybe sometim...
分类:其他好文   时间:2014-06-05 15:57:51    阅读次数:373
Out of resources when opening file 错误解决
mysqldump: Got error: 23: Out of resources when opening file ‘./mydb/tax_calculation_rate_title.MYD’ (Errcode: 24) when using LOCK TABLES看到这个后,我比较奇怪,备...
分类:其他好文   时间:2014-06-05 13:19:12    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!