-
asptohtm
飞鸟asp生成htm插件适合各类asp网站。网页生成静态Html文件有许多好处,比如生成html网页有利于被搜索引擎收录,不仅被收录的快还收录的全。生成htm可以减少服务器响应时间和服务器压力,从而提高网页打开的速度。(Asuka asp generate htm asp site for all types of plug-ins. Page generate static Html file has many benefits, such as creating html pages indexed by search engines in favor of full inclusion is not only fast but also included. Htm can generate server response time and reduce server stress, thereby increasing the speed of Web page opens.)
- 2016-04-21 18:36:04下载
- 积分:1
-
QgESS3.0
进销存管理系统(qgESS) v3.0,php编程学习源码,很好的参考资料。(Invoicing management system (qgESS) V3.0, PHP learning programming source code, a good reference.)
- 2013-12-18 12:55:42下载
- 积分:1
-
phpbb3_Calendar_fcszfg
php源码实现,这是一个用php脚本语言写的其它类别,FramkPHP 快速易用PHP框架 v1.6.0,framkphp是一款运行轻畅、架构清晰的PHP框架,框架以“快速易用”为理念给php开发者提供网站建设的最佳实践,framkphp框架在数据缓存有着突出的表现,框架核心代码非常易读且嵌套少易于进行个性化扩,可以作为初学者例子代码(php source code implementation , which is a scripting language used to write php other categories , FramkPHP quick and easy PHP framework v1.6.0, framkphp is a smooth running light , a clear framework PHP framework , the framework of )
- 2014-07-06 13:00:42下载
- 积分:1
-
ShortMessage
论坛短消息,用户登录、登出
查看个人的短消息
发送短消息
回复短消息
删除短消息(Forum short message, users log in, log out to view a short personal message to send a short message reply short message short message delete)
- 2009-03-23 12:38:53下载
- 积分:1
-
liuyanbo
一个简单的基于php和ajax的留言薄程序,实现无刷新动态留言(A simple Guestbook program in php and ajax, no refresh dynamic message...)
- 2012-02-27 15:26:28下载
- 积分:1
-
7cnzz0519
源码下载 PHP源码 社区论坛 原始番茄花园风格(PHP source codes download original tomato garden style community forum)
- 2016-06-30 22:12:58下载
- 积分:1
-
1
说明: asp文件上传系统源码下载,ASP带进度条上传文件系统(ASP file upload system source code download, ASP into the progress bar upload file system)
- 2018-11-27 04:07:31下载
- 积分:1
-
UBB
建站必须掌握的基础知识,特别是新站长必熟悉才可以,排版必备(Jianzhan must master the basics)
- 2011-08-28 18:35:55下载
- 积分:1
-
13161511021
简单发表文章系统。带后台。支持无限量发表文章,百度自动收录。(Simple system published articles. With the background. Supports an unlimited amount of published articles, Baidu is automatically included.)
- 2014-05-11 10:46:50下载
- 积分: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