-
java_add_to_title_code
根据网址,自动获取网站标题,可以具体参考"www.jndngzs.com"(According to Web site to automatically access Web site title, the specific reference to " www.jndngzs.com" )
- 2009-04-19 08:26:05下载
- 积分:1
-
一个图书馆管理系统 功能完善
资源描述一个完善的图书馆管理系统,包括登录界面(加入了只能验证码),读者和管理员操作权限不一样,适合大家学习交流。谢谢!
- 2022-08-07 05:01:00下载
- 积分:1
-
JQUERY-multiple-file-upload
JQUERY multiple-file-upload 多文件上传,ASP上传程序,Ajax方式上传,示例中带有多种方式的上传实例,本示例只针对ASP,自带有一个asp环境的上传类(JQUERY multiple-file-upload multiple file upload, ASP upload process, Ajax upload, upload examples of a variety of ways with the example, this example only for ASP, comes with an asp upload class environment)
- 2014-03-26 18:47:16下载
- 积分:1
-
php版的在线商城
php版的商城,商品管理,购物车,结算功能都已经实现,比较完善的php商城,很不错的参考。对于PHP初学者很有参考价值。
- 2022-03-20 00:45:37下载
- 积分:1
-
xmlygswz_a5
XM旅游公司网站源码是一款功能比较完整的旅游公司网站源码,界面也比较美观。功能还可以继续完善,可以作为二次开发使用。
功能如下:
一、前台
用户可以方便的进行对旅游网站信息的浏览,也可以注册账号、发表游记
二、后台
1、公司简介主要是公司信息的修改增加
2、服务项目主要是对旅游提供服务的信息管理
3、旅游攻略
4、常见问题
5、游记管理主要是游客发表游记管理
6、景点图片管理
7、用户管理
默认登录名密码均为51aspx
DB_51aspx目录下是数据库文件,直接附加即可,使用的时候注意修改连接字符串 (XM source is a travel company website features a more complete travel company website source, the interface is more beautiful. You can also continue to improve the function can be used as secondary development.
Functions as follows:
First, the front desk
Users can easily browse the site for travel information can also be registered account, published Travels
Second, the background
1, the Company was modified to increase corporate information
2, information management services primarily to provide services for tourism
3, Travel Guides
4, Frequently Asked Questions
5, mainly tourists travel management travel management published
6, attractions Pictures
7, User Management
The default login name password are 51aspx
Under DB_51aspx directory is a database file, directly attached to the use of the time pay attention to modify the connection string)
- 2014-06-13 15:22:13下载
- 积分: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
-
scriptccapt
page register files on php
- 2013-08-17 13:50:50下载
- 积分:1
-
2606066
软件后台服务源码程序,例程结合易语言互联网支持库,实现ASP网页的应用。(Background service source software programs, routines combined with easy language Internet support library that implements the ASP web applications.)
- 2016-01-20 20:08:06下载
- 积分:1
-
Gongsin QA 主页模板
这是对我过去的工作进行的简单 QA 网站主页的例子。别担心,其开放的源代码,您可以使用它自由:)
- 2023-03-04 02:45:03下载
- 积分:1
-
ASPNewsSystem
说明: 本人写的一个新闻系统。代码结构非常好。给ASPER 学习。本人觉得可以成为ASP 面向对象学习的范本。(I wrote a news system. Code structure is very good. Learning to ASPER. I think that we can become the object-oriented learning ASP model.)
- 2005-09-06 10:23:01下载
- 积分:1