-
360抢票插件源码
360快速抢票插件的js代码,360抢票快人一步,可以拿来研究javascript与12306网站的交互。
- 2022-01-25 23:01:08下载
- 积分:1
-
Admin Control Panel Template
INADMIN is a new FREE administration panel created by INDEZINER. We help coders and other people that are doing coding and administration panels for web applications to have better productivity and concentrate on functionality. They can use our web admin solution to have a great css admin full of nice effects and customizations.
It has a lot of cool features like:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-29 09:53:59下载
- 积分:1
-
WeAdmin-master
weAdmin-master,a web font,bootstrap
- 2020-06-20 13:20:01下载
- 积分:1
-
WebBrowser_HTML
直接访问WebBrowser控件中的HTML源码,不是通过document.body.innerHTML方式,而是通过IPersistStreamInit!(WebBrowser control direct access to the HTML source code, not by document.body.innerHTML way, but through IPersistStreamInit!)
- 2007-10-17 09:24:37下载
- 积分: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
-
pinphp_taobaoke
pinphp购物分享淘宝客程序源码 V2.2:
为达到最佳效果,推荐使用九网互联的PHP全能空间,支持Zend、MySQL。
非常实用的一个小程序,适合做网店或者是淘宝客之类的
使用前需要先运行install安装。
PinPHP(购物分享淘宝客程序),随着Pinterest的流行,Pinterest山寨版,比较好的描述应该是垂直领域的Pinterest,专注在流行服饰穿搭的社群经营,国内目前比较知名的有:美丽说、蘑菇街、花瓣网等细分网站。
PinPHP(购物分享淘宝客程序) 2.2 更新日志:
升级(针对2.01修复版):
1、修改了用户中心页面(platform:php+mysql;pinphp(taobaoke)souce code)
- 2020-11-03 15:09:52下载
- 积分:1
-
flash视频器播放器代码.zip
资源描述flash视频器播放器代码 可以在自己的网页上添加一个播放视频的窗口,和网上的视频网站类似。
- 2022-03-13 15:47:27下载
- 积分:1
-
露珠文章管理系统
应用背景露珠文章管理系统,麻雀虽小,五脏俱全!致力于打造互联网上程序最小功能齐全的网站源码,只要你会打字就会做网站和管理网站。关键技术露珠文章管理系统 3.8 更新日志:
1.更改模板中的部分代码。
2.改进网站内链自动化随机加到文章内容中功能,让网站内链发挥最大化作用,让站长们别在为去别人网站发外链苦脑。
3.更新部分网友反映的一些小问题。
- 2023-01-24 01:15:04下载
- 积分:1
-
kindeditor-4.1.7000000000
后台编辑器ASP、.net、JSP、PHP( editor ASP、.net、JSP、PHP, )
- 2013-10-03 21:18:21下载
- 积分:1
-
upload
web开发中需要使用文件上传,需要导入两个包,struts和springmvc的文件上传也都是需要导入这两个包(Web development needs to upload files, need to import two packages, struts and springmvc file upload is also necessary to import these two packages.)
- 2018-05-13 17:39:04下载
- 积分:1