CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 指定路径

搜索资源列表

  1. vbtai

    0下载:
  2. ASP.NET开发环境下运行。将指定服务器目录下的所有目录(所有子目录)和文件的路径返回。 -ASP.NET development environment running. The server will be designated directory of all catalog (all subdirectories) and the documents returned to the path.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:366988
    • 提供者:多多
  1. domainQuery

    0下载:
  2. 网上的域名查询系统,大都是基于ASP ASP.NET 和php的,其实用JSP也可以轻松实现! 闲来无事儿,就用JSP做了一个! 是基于AJAX技术的,用DWR实现的AJAX 特别感谢:http://www.checkdomain.com 提供查询资源! 里边还有一个aqu.jar包,那个是我的工具包!呵呵,里边有我的一些常用的方法和收集韦来的一些md5 aes des base64 rsa .....等加密类!其中 com.v246.utils.io.Path类,可以根据一个.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:247775
    • 提供者:古刹飞鹰
  1. xp_ie

    0下载:
  2. context.htc /mbar.htc 属性说明(仿xp多级菜单 不限级) 属性 说明 默认值 备注 xmlsrc : xml文档路径 无 必须指定,xml文档不能出错 text :显示的文本 无 id :选项的id 无 onclick :选择时执行的脚本 无 accessKey:快捷键 无 check :是否选定(yes/no) no enable :使能(yes/no) yes type :类型(line/选项) 选项
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:37742
    • 提供者:可爱的中国
  1. FindTheShortestPath-java

    0下载:
  2. 本代码可以用于查找指定地图中点与点之间的最短路径,例如查找两站牌之间的最佳公交线路。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:7271
    • 提供者:肖超伟
  1. free15

    0下载:
  2. 1.全新后台新闻编辑器 2.全新后台下载编辑器 3.增加图片友情链接管理功能 4.新增JMail在线发送邮件,支持在线导出Email 5.新增在后台网站配置中指定网站首页新闻条数 6.新增在后台网站配置中指定网站首页产品列表的个数 7.修改后台下载和新闻管理中不能查找的功能 8.修改了后台调查不能编辑调查的功能 9.修改了后台UBB不支持字体 10.企业文化的图片可以使用相对路径 11.完善前后台登陆系统安全性 12.优化了数据库
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1464641
    • 提供者:kang
  1. SearchInJspFile

    0下载:
  2. 实现文件的查找功能,在指定的文件名中查找对应的字符串,存在就将该文件名绝对路径打印出来。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1128
    • 提供者:xcs
  1. webDir.zip

    0下载:
  2. ASP.NET开发环境下运行。 将指定服务器目录下的所有目录(所有子目录)和文件的路径返回。,ASP.NET development environment. The specified server directory of all the directory (all subdirectories) and return to the path to the file.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-08
    • 文件大小:1143
    • 提供者:席党林
  1. javaProject

    0下载:
  2. 遍历指定文件夹下的某种文件。可以对WINDOWS下的文件夹进行遍历,返回满足条件的文件路径-Ergodic designated folder of a document. WINDOWS can be carried out under the folder traversal and return to meet the conditions of the file path
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:5049
    • 提供者:史忠勇
  1. wangluobianchengshiyan(4)

    0下载:
  2. 1.实现一个采用用户自定义协议的文件传输服务器FileServer和客户FileClient。当FileClient发送请求“GET xxx.xxx”时,FileServer就把xxx.xxx文件发送给FileClient,FileClient把该文件保存到客户端的本地文件系统中,当FileClient发送请求“PUT xxx.xxx”时,FileServer就做好接收xxx.xxx文件的准备,FileClient接着发送xxx.xxx文件的内容,FileServer把接收到的文件内容保存到服务
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:19229
    • 提供者:cnwst
  1. Javaconfig

    0下载:
  2. 安装JDK 从java.sun.com/">http://java.sun.com/下载jdk-1_5_0_04-windows-i586-p.exe 安装到指定路径,我选择D:jdk1.5.0 配置环境变量: JAVA_HOME: D:jdk1.5.0 PATH: D:jdk1.5.0 in CLASSPATH: . D:jdk1.5.0lib ools.jar D:jdk1.5.0jrelib t.jar -Install JDK from
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:4171
    • 提供者:yang hua yuan
  1. gameArithmeticPractice

    0下载:
  2. A*寻路 * 按照A*算法:h=f+g, * h为从起点A到终点B的评估耗费, * g为从起点A,沿着产生的路径,移动到网格上指定方格的移动耗费, * f为从网格上那个方格移动到终点B的预估移动耗费-A* pathfinding* A* algorithm in accordance with: h = f+ g,* h from the starting point A to end B of the assessment of cost,* g from the st
  3. 所属分类:Applet

    • 发布日期:2017-04-15
    • 文件大小:22727
    • 提供者:nile
  1. OWLS-TC3

    0下载:
  2. 这条语句创建了类 IndexWriter 的一个实例,该类也是 Lucene 索引机制里面的一个关键类。这个类能创建一个新的索引或者打开一个已存在的索引并为该所引添加文档。我们注意到该类的构造函数接受三个参数,第一个参数指 定了存储索引文件的路径。第二个参数指定了在索引过程中使用什么样的分词器。-IndexWriter indexWriter = new IndexWriter(indexDir,luceneAnalyzer,true
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:4440267
    • 提供者:黄涛涛
  1. FileZip

    0下载:
  2. java 代码压缩 指定路径的文件-java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:986
    • 提供者:吴新明
  1. Test

    0下载:
  2. 抓取页面内容,通过HttpURLConnection对指定路径的网站内容进行抓取-Crawl the page content, to crawl through the site content HttpURLConnection for the specified path
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:705
    • 提供者:wangyong
  1. ZxingDecoderHandler

    0下载:
  2. 利用zxing写的二维码生成程序,生成静态图片到指定路径-Two-dimensional code generator
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:872
    • 提供者:zl
  1. WriterExa

    0下载:
  2. java复制文件,本程序中是.txt文件,也可是其他文件。指定路径可自己修改,需要复制的文件必须存在,否则只会新建空文件。程序中注解已表明路径与文件名-java copy files, this program is. txt files, but other files. Specified path can modify their own, need to copy the file must exist, otherwise it will create an empty file. A
  3. 所属分类:JavaScript

    • 发布日期:2017-04-11
    • 文件大小:1095
    • 提供者:zz
  1. SurfaceViewvttPlayVideo

    0下载:
  2. 一个视频播放器,可以播放指定路径的视频,格式包括mp4,3gp,mp4,mp3等.-A video player that can play the specified path of video formats including mp4,3gp, mp4, mp3, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1259836
    • 提供者:温东
  1. MusicPlayer

    0下载:
  2. 播放指定路径下的音乐,背景10秒钟换一次,如果打包运行的话注意com库的路径位置,界面没有按钮,一切控制靠宏功能。-Play the music under the specified path, the background 10 seconds for a time, if the package run, then note the location of com library path, the interface does not have buttons, all control
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:168918
    • 提供者:李鸿英
  1. 删除文件的Java程序

    0下载:
  2. 用于删除指定路径下的文件,java程序编写的,在Eclipse中可以应用(used to delete Files)
  3. 所属分类:Java编程

    • 发布日期:2017-12-11
    • 文件大小:34822
    • 提供者:浅唱
  1. Base64Test

    0下载:
  2. 图片转成base64编码与base64转成图片保存到指定路径(Picture and Base64 encode each other)
  3. 所属分类:Java编程

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:夜耗子
« 12 »
搜珍网 www.dssz.com