-
thinkphp框架_人才招聘系统
基于thinkphp框架制作的人才招聘系统。后台借用J-UI框架网站主要功能包括:求职者求职,企业HR发布简历并网罗人才,求职类话题讨论专区。目标:帮助IT行业的求职者和企业实现职位匹配需求,提供求职话题讨论平台
- 2022-02-20 11:45:32下载
- 积分:1
-
zhuangxiujiancai2009
装修公司或者论坛的网站,和装修有关的网站。(And renovation related sites.)
- 2013-07-30 23:00:06下载
- 积分:1
-
ssh会议管理系统(源码+数据库+文档+视频+截图)
拥有全面的部署教程,功能完善,会议室,人员配置完善 本系统为基于jsp ssh mysql的会议室管理系统,包含普通用户和管理员,系统功能如下:普通用户:会议室管理、会议管理、用户管理、个人资料。管理员用户:会议室管理、会议管理、用户管理、部门管理、设备管理、个人资料。服务器端采用ssh框架,界面整洁完美,适合作为毕业设计、课程设计、数据库大作业。
- 2020-12-11下载
- 积分:1
-
carsys
租车系统,asp开发的汽车租赁网站,包括车辆管理以及车辆出租的功能。(Car system, asp developed car rental sites, including vehicle management and vehicle rental functions.)
- 2015-09-29 16:30:06下载
- 积分:1
-
pebble-2.3.1
pebble-blog 博客源码博客源码博客源码(pebble-blog blog blog source source source blog)
- 2009-02-27 19:07:03下载
- 积分:1
-
PHP论坛中只准使用中文注册
有一些论坛有特殊需要,只准使用中文注册,避免使用英文注册,就可以使用这个插件了。(some forum with special needs, and only the use of Chinese registration, registration to avoid the use of English, they can use the plug-in the.)
- 2004-12-17 16:28:08下载
- 积分:1
-
自由风图书更新系统 V1.0
资源描述如果你还没有申请到支持ASP的免费空间,那这个软件也许对你很有用如果你还没有申请到支持ASP的免费空间,那这个软件也许对你很有用。
- 2022-02-14 21:22:47下载
- 积分: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
-
fileDownload
very intersting script php file download2
- 2013-12-19 08:56:55下载
- 积分:1
-
网上订餐系统(大学生专用)
大学生专用,Java为编程语言,html css ,以servlet为后台。MVC3层框架.
- 2019-08-17下载
- 积分:1