码迷,mamicode.com
首页 >  
搜索关键字:files    ( 13589个结果
log4net和一般的记录日志方法
下载http://files.cnblogs.com/crazyair/log4net.zip1 在web项目中新建一个Log4Net.config“Asp.Net 配置”选项。设置和注释的完整列表在 machine.config.comments 中,该文件通常位于 /Windows/Micros...
分类:Web程序   时间:2014-06-27 19:50:48    阅读次数:292
C# ClickOnce deployment for Windows Services ClickOnce 部署windows service
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
分类:Windows程序   时间:2014-06-27 00:43:40    阅读次数:500
excel导入pb
string ls_excelpath,docnameinteger li_rtnli_rtn = GetFileOpenName("Select File", ls_excelpath, docname, "XLS", + "Text Files (*.XLS),*.XLS," + "Doc F....
分类:其他好文   时间:2014-06-26 23:53:24    阅读次数:291
iOS项目工程添加.a文件遇到的Dsymutil Error
将.a文件加入工程,很多教程讲的都是:右键选择Add->Existing Files…,选择.a文件和相应的.h头文件。或者将这两个文件拖入XCode工程目录结构中,在弹出的界面中勾选Copy items into destination group's folder(if needed),并确保A...
分类:移动开发   时间:2014-06-26 21:26:26    阅读次数:296
How to delete expired archive log files using rman?
he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the ...
分类:其他好文   时间:2014-06-26 20:20:52    阅读次数:262
boost标准库开发环境搭建
1、下载boost相关的库的安装包 网址:http://www.boost.org/ 其中1.55.0版本的下载地址是:http://sourceforge.net/projects/boost/files/boost/1.55.0/ 截图: 2.boost开发相关的软件: boost_1_55_0.tar.gz  Linux平台下面的boost源码包 boost_1_55_0...
分类:其他好文   时间:2014-06-26 13:32:13    阅读次数:302
将ACCESS数据批量导入SQL SERVER
代码:IFOBJECT_ID(‘Sp_InputAccesstoSQL‘)ISNOTNULL DROPPROCSp_InputAccesstoSQL GO CREATEPROCSp_InputAccesstoSQL @dirNVARCHAR(100),--ACCESS文件存放路径:如D:\Files @tabnameNVARCHAR(50)--定义导入到数据库中的表名,如果存在就不需要创建 AS SETNOCOUNTON DECLARE@cmd..
分类:数据库   时间:2014-06-26 12:12:38    阅读次数:399
Drupal Nginx伪静态设置方法
location ~ ^.*/files\/styles\/.*$ { access_log off; expires 45d; error_page 404 @drupal;}location @drupal { if (!-e $reque...
分类:其他好文   时间:2014-06-25 17:49:26    阅读次数:279
abcEditor上传绕过
文件只是验证了$_FILES["file"]["type"]。没有其他地方进行验证。可以修改POST信息中的$_FILES["file"]["type"]文件类型为图片的类型就可绕过。提交POST后,关闭代理,就能发现成功上传了PHP了。
分类:其他好文   时间:2014-06-25 14:44:38    阅读次数:151
window7_64安装STAF
1.       安装包下载 从http://sourceforge.net/projects/staf/files/staf/V3.4.17/下载所需安装包,有Windows、Linux、Solaris、Mac等不同平台不同的版本的安装包,我下载的是大小为109.1MB的: STAF3418Beta1-setup-winamd64.exe,这里有些疑惑的是为什么后缀有winamd的字眼,因为我...
分类:Windows程序   时间:2014-06-25 06:42:18    阅读次数:312
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!