-
H5简历模版
说明: 基于HTML5和CSS的个人简历模板,供大家学习交流(Personal resume template based on HTML5 and CSS for everyone to learn and communicate)
- 2019-07-06 23:43:07下载
- 积分:1
-
manage_files_online_by_asp
使用asp语言编写的网络文件管理系统,可以进行移动删除等操作(Asp language use network file management system, can be deleted, such as mobile operator)
- 2009-05-14 22:26:13下载
- 积分:1
-
Java_Web开发实战经典-开发实战练习
java web开发实战经典的源码,用于学习java web方面的内容(Java web development of real war classic source code)
- 2018-05-17 22:28:21下载
- 积分:1
-
js 生日特效
一图胜千言
- 2022-02-27 02:50:18下载
- 积分:1
-
创思招聘求职系统源代码
资源描述基于asp的创思招聘求职系统
> 后台数据库采用sql7.0
> 招聘信息和简历数目统计每一小时更新一次
> 系统支持E-Mail功能
- 2022-04-14 10:24:27下载
- 积分:1
-
PHP实现的随礼系统
资源描述
PHP实现的简单的随礼系统。
包含注册和登陆;新建婚礼,添加好友,邀请好友赴宴,受邀随钱。
显示方式为列表,并对来往账单进行分析,随礼不乱。
- 2022-04-27 11:12:33下载
- 积分:1
-
gw413
一、自动安装
1.打包本程序传到空间后,运行setup.php,根据提示填写相关参数,1分钟快速安装。
完成。
">
- 2020-11-03 14:59:52下载
- 积分: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
-
网络爬虫代码
资源描述
该代码是对图片中信息的捕获
Python写个爬虫把22mm.cc上的美女图片爬下来,我们把这个爬虫项目命名为:mm_crawler。
需满足:
1. 不要把非相关的图片也爬了;
2. 你总该考虑多线程吧?或者协程;
3. 命令行-h可以查看程序运行帮助,-n可以指定并发线程数(默认10个),-o可以指定图片存储在哪个目录(默认当前运行目录的pics目录下),-l可以限制爬多少图片就结束(默认不限制);
4. 思考个问题,如果下次我要爬其他的美女网站,你这个程序如何尽可能利于复用;
5. 把你的实现思路清晰记录在该爬虫项目的目录下:readme.txt;
6. 你可以用Python内置模块与第三方模块来加速你这个任务;
- 2022-11-21 22:10:03下载
- 积分:1
-
jiajiao_web_sql
此程序适用于家教网站、培训机构等使用,功能完整无错可放心使用,SQL SERVER 2000 数据库网站所有收费功能项目可后台直接设置,如不同会员会员期限,查看联系方式数类型,地区,各种文章分类,类型可随意后台增减。本程序的最大特点是,功能灵活,后台全可设置,你不需要要多少建设站知识,传上空间,就可使用。修改Conn.asp文件进行数据库配置,Dataabc目录下为数据库文件直接还原即可。(This procedure applies to tutor website, training institutions and other use, full-featured error-free ease of use, SQL SERVER 2000 project sites all charge function can be directly set the background, such as different Member deadline, please contact the number type, region, variety article Categories, types arbitrarily increase or decrease in the background. Most important feature of this program is functional and flexible, full background can be set, you do not need much to stop the construction of knowledge, communication space, can be used. Conn.asp modify configuration files, files directory under Dataabc direct reduction can be.
)
- 2016-05-06 10:07:11下载
- 积分:1