码迷,mamicode.com
首页 >  
搜索关键字:file    ( 50992个结果
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
测试Servlet生命周期学习笔记
测试环境:windows xp旗舰版软件环境:myclipse8.5+tomcat7.0*********************************************************************************操作方法:1.新建工程;File——>new——>...
分类:其他好文   时间:2014-06-06 11:00:36    阅读次数:221
linux操作技巧
1、几种快速清空文件内容的方法: $ : > filename #其中的 : 是一个占位符, 不产生任何输出. $ > filename $ echo “” > filename $ echo /dev/null > filename $ echo > filename $ cat /d...
分类:系统相关   时间:2014-06-06 09:54:16    阅读次数:393
[PHP脚本]安装及使用
Sublime Text中设置快捷编译方法步骤一:首先确保你电脑安装了php,并把php设置到环境变量里了。步骤二:点击 sublime_text的“工具”->"编译系统"->"编译新系统"步骤三:输入编译脚本输入如下:{"cmd": ["php", "$file"],"file_regex": "...
分类:Web程序   时间:2014-06-06 09:07:00    阅读次数:322
fileupload控件在ajax中无法使用
google得到的方法:1。http://geekswithblogs.net/ranganh/archive/2008/04/01/file-upload-in-updatepanel-asp.net-ajax.aspxThere is a better way of doing it with ...
分类:其他好文   时间:2014-06-06 08:14:26    阅读次数:279
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
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
迷上了代码!