-
re-name-1.0
ASP批量修改文件名程序,UTF-8编码,可以修改中文或其它语种的文件名。空间需要支持FSO。(ASP batch program to modify the file name, UTF-8 encoding, Chinese or other languages can modify file names. Space needed to support FSO.)
- 2015-10-20 22:22:26下载
- 积分:1
-
err-006
关于桌球、蝴蝶的动态效果,还有canvas的简单实现花的效果( the dynamic effect of butterfly and table tennis)
- 2016-12-28 17:50:11下载
- 积分:1
-
webERP.d9soft
weberp 开源代码,为方便有些朋友对不同开发环境的需要,共享此文件。(weberp open source code, in order to facilitate the need of some friends of different development environment, sharing the file.)
- 2012-07-05 22:23:16下载
- 积分:1
-
xy_fwcx
声明:湘域源在线产品防伪查询系统为独立产品,可以挂接在任何网站上,但不影响系统的独立使用。
1、《添加管理员》选项,可以在本产品防伪查询系统中添加多个管理员。
2、《管理员管理》选项,可以修改管理员密码和删除管理员,但请至少保留一个管理员。
3、《生成防伪码》选项,可以自动生成防伪码,并导出为EXCEL表格,供印制防伪标签之用。
4、《添加防伪码》选项,可以批量导入含防伪码的TXT文本,到本系统的数据库中,以供查询。
5、《管理防伪码》选项,可以查系统已有的防伪码,以及防伪码的查询次数,还可以清除无用的防伪码及查询次数清零。
后台管理地址: manage/login.asp
后台管理用户:admin
后台管理密码:admin
声明:
本次发布版本为免费版,无任何功能限制,如用做商业用途,请保留版信息。(its free)
- 2011-10-17 01:45:04下载
- 积分:1
-
minisay_v1.2.0beta
minIsay是一个简单的笔记程序,是我在学习php过程中的一个练习程序。 minIsay发布,主要用于记录一些简短,零碎的内容。minIsay是从Isay3修改、精简而来,minisay更简洁,操作更方便。(
MinIsay is a simple note procedures, I am learning php process of a practice procedure. MinIsay release, mainly used to record some short, fragmented content. MinIsay is modified Isay3, streamlined, minisay more concise, more convenient operation.)
- 2016-11-09 19:44:59下载
- 积分:1
-
ssh增删改查
初学者适用,ssh增删改查,主要是和大家交流,我也是初学者。struts2+spring2+hibernate3
- 2022-06-28 06:39:49下载
- 积分:1
-
Introduced-tof-ASP
介绍了ASP基础知识,从浅到深,通俗易懂(Introduced the basic knowledge of ASP, from shallow to deep, easy to understand)
- 2011-12-26 11:25:09下载
- 积分:1
-
zhaopinqiuzhi-asp
全功能无限制。
后台登录mgr/login.asp
高级管理员websoa密码webs-oa.com
管理员admin密码admin
信息录入员hx密码hx888
- 2013-07-26 08:38:25下载
- 积分:1
-
FrCapture-master
说明: ## 视频截图工具
可以在预览视频的时候选择一个适合的界面把它截取下来,并存成图片。
## 使用
### 简单使用
主要文件:
```
<script src="poster.js"></script>
```
在视频预览界面调用:
```
poster($('video')[0],function(e){
//console.log(e);
if(e.bool){
//输出文件对象
var blob=e.data;//返回的是blob对象
console.log(blob);
p.src=window.URL.createObjectURL(e.data);//创建一个临时预览路径
}
});
```
### 使用extendvideo.js
`extendvideo.js`与`poster.js`不同的是前者会在引入它的页面里每个`video`标签里增加一个`getPoster()`方法
。
用法:
```
var blob=$('video')[0].getPoster();//返回图片blob对象
```
## 原理
此视频截图工具,采用了canvas绘图函数实现video图片截取,产生base64编码图片信息,再通过转blob。
你的浏览器需要支持`HTML5`(### simple to use
Main documents:
.
<script src= "poster.js" ></script>
.
Call on the video preview interface:
.
Poster ($('video') [0], function (E) {)
//console.log (E);
If (e.bool) {
/ / output file object
Var blob=e.data; / / return is blob
Console.log (BLOB);
P.src=window.URL.createObjectURL (e.data); / / create a temporary preview path
}
});
.
The use of extendvideo.js ###
The difference between `extendvideo.js` and `poster.js` is that the former adds a `getPoster () method to each `video` tag in the page that is introduced to it.
.
Usage:
.
Var blob=$('video') [0].getPoster (BLOB); / / return picture object
.
## principle
This video capture tool uses a canvas drawing function to intercept video pictures, generate Base64 coded picture information, and then transfer blob.
## compatibility
Your browser needs to support `HTML5`)
- 2018-01-16 10:49:42下载
- 积分:1
-
智睿录取查询报名系统
应用背景智睿录取查询报名系统定位教育招生开发的系统,专业针对的职校,技术,普通大中专学校及民办教育,培训机构开发招生录取查询系统及在线报名系统,为综合一体校园查询系统。系统针对当前学校网站的适用性和操作性开发,增强了系统的针对性和易用性。
关键技术智睿录取查询报名系统 5.9.0 更新日志:2015-09-29
1、单页显示调整优化
2、权限列表调整优化
- 2022-02-12 08:00:43下载
- 积分:1