-
aspxtp
asp投票系统,.,,,,
(asp ,.,,,, voting system)
- 2008-01-03 15:26:54下载
- 积分:1
-
ZhiSel_v7.4.0
/admin/admin_login.asp 帐号:admin 管理密码:123456 认证码:zhirui
配置文件/include/config.asp
数据文件/include/conn.asp
首页新闻调用:33指分类的ID号,12指调用显示条数
首页扩展调用: 4指扩展的ID号
首页FLASH横幅:Images/bcastr.xml 修改即可(/admin/admin_login.asp Account: admin admin password: 123456 Authentication Code: zhirui
Profiles /include/config.asp
Data files /include/conn.asp
Home News calls: 33 ID number refers to the classification, 12 refers to the number of calls is displayed
Home extension calls: 4 refers to the expansion of the ID number
Home FLASH Banners: Images/bcastr.xml modification)
- 2014-08-27 12:34:08下载
- 积分:1
-
后台网站管理
这里是我收集的关于webForm后台管理的一些源码,里边附带的有数据库,大家一起来学习啊
- 2022-01-25 14:40:24下载
- 积分:1
-
banking managemet
- 2022-12-20 00:50:03下载
- 积分:1
-
ERPv2.0
友欧ERPv2.0是杭州友欧科技有限公司开发的一套仓库管理系统,系统包含了入库管理,库存管理,出库管理,统计报表,会员管理,帐务管理等功能,完全能满足一般企业的仓库管理。系统界面美观大方,功能强大并且易用,是企业仓库管理的最佳工具 安装时注意查看conn.asp和conn2.asp中的数据库路径,这里使用的是相对路径,一般不必修改 管理员账号 用户名:admin 密码:admin
(Friends of the Friends of Europe European ERPv2.0 Hangzhou Science and Technology Co., Ltd. developed a set of warehouse management system, the system includes warehouse management, inventory management, a database management, statistical reporting, membership management, account management and other functions, can fully meet the general enterprise warehouse management. System interface elegant, powerful and easy to use, is the best tool for enterprise storage management, installation, look out conn.asp and conn2.asp database path used here is a relative path, generally do not have to modify the administrator account user name : admin Password: admin)
- 2009-09-23 13:02:29下载
- 积分:1
-
使用ASP.NET医院库存管理系统
资源描述这是一个医院库存管理系统。这个库存系统是管理医院项目,为药店和医院的商店
- 2022-07-06 11:19:35下载
- 积分: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
-
mysql与aspx链接简单实例
IDE:vs2014本实例为简单的mysql数据库与aspx的数据交互,方便开发小型项目的朋友们进行数据连接项目内部有mysqltest与webtest两个文件夹 其中mysqltest文件夹中MysqlHelper.cs文件中含有数据连接,请在此修改数据连接语句。
- 2023-03-04 00:30:04下载
- 积分:1
-
促进与百高框架开发
应用背景一个开源框架,以建立和发展你的应用程序的方式关键技术使用方便智能模块化高性能
- 2023-06-20 12:50:03下载
- 积分:1
-
FAQMentor问题管理系统
资源描述
详细介绍: 一个用来管理问答形式的管理程序,可用于网上调查或网上考试,带有管理功能,方便地实现在线管理。
- 2022-04-01 18:47:03下载
- 积分:1