码迷,mamicode.com
首页 >  
搜索关键字:basic files    ( 18226个结果
文件遍历排序函数
function bianli(path) 'initiate  path = server.mappath(path)  set fso=server.CreateObject("scripting.filesystemobject")  set objFolder=fso.GetFolder(path)  set objfiles = objfolder.files '把文件名及文...
分类:其他好文   时间:2014-05-12 14:54:44    阅读次数:261
Netbeans Platform 工程,免安装JDK
使用Netbeans 6.8 创建了一个Netbeans Platform 工程,以Zip形式发布后,按照以下操作,可 以在客户端免安装JDK:1. 从已安装JDK的计算机中,提取JDK:eg. C:\Program Files\Java\jdk1.6.0_19;2. 复制到下,重命名为jdk;3....
分类:Web程序   时间:2014-05-12 05:37:47    阅读次数:369
Burpsuite教程与技巧之HTTP brute暴力破解
Burpsuite教程与技巧之HTTP brute暴力破解Gall@WEB安全2013-02-28 共19052人围观,发现32个不明物体收藏该文感谢Gall投递常规的对username/passwprd进行payload测试,我想大家应该没有什么问题,但对于Authorization: Basic...
分类:其他好文   时间:2014-05-12 05:27:26    阅读次数:340
vc编译 zlib 1.2.8
最近用到gzip关的算法,于是想起了zlib这个库,于是将其下载下来编译。 首先,在官网上下载源码包:http://zlib.net/zlib-1.2.8.tar.gz 解压之后,打开vc 命令工具:%comspec% /k ""C:\Program Files (x86)\Microsof...
分类:其他好文   时间:2014-05-12 03:04:53    阅读次数:367
客户端+服务器端总结
常见错误与解决方案:错误1、服务器重启后,自动停止解决办法:一般查看E:\Program Files\Apache Software Foundation\Tomcat 7.0\logs,tomcat安装目录下面的tomcat7-stderr.2014-05-10.txt,一般性错误需要在这里面找,...
分类:其他好文   时间:2014-05-12 03:01:47    阅读次数:373
VS2005环境下采用makefile编译、使用libjpeg.lib函数库
1、从www.ijg.org下载源码,解压后得到文件夹jpeg-8d2、在文件夹里新建jconfig.h文件,将jconfig.vc里的内容拷到jconfig.h中3、编译. Run->CMD->进入到C:\Program Files\Microsoft Visual Studio 8\VC\bin...
分类:其他好文   时间:2014-05-11 23:50:00    阅读次数:585
http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed wit
异常:The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application 这是因为页面中用了struts标签的原因。 解决方法: 1。下载jstl1.1 解压后把lib文件夹下的jstl....
分类:编程语言   时间:2014-05-11 21:44:48    阅读次数:364
ZOJ 2724 Windows 消息队列 (优先队列)
链接:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2724 Message queue is the basic fundamental of windows system. For each process, the system maintains a message queue. If something h...
分类:Windows程序   时间:2014-05-11 20:31:56    阅读次数:796
Windows Server服务器端MySQL数据库自动备份
1.给root账户授权所有sql权限 grant all privileges on *.* to root@"%" identified by ".";flush privileges; 2.建立bat批处理文件 @echo off set path=%path%;D:\Program Files\MySQL\MySQL Server 5.5\bin set y=%date:~0,4% s...
分类:数据库   时间:2014-05-11 03:11:33    阅读次数:406
Spark0.9 安装
1、下载Scala     wget  http://www.scala-lang.org/files/archive/scala-2.10.3.tgz    tar xvzf scala-2.10.3.tgz -C /usr/local 2、下载Spark    wget http://www.apache.org/dist/incubator/spark/spark-0.9.0-inc...
分类:其他好文   时间:2014-05-11 02:06:21    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!