-
Validator_test1
网站开发C#开发一个小程序 (easy softwart about web )
- 2013-07-19 14:50:31下载
- 积分:1
-
sgksjg
php+mysql无限级分类用js联级select控制(php+mysql unlimited classification cascade select control with js)
- 2013-10-10 10:33:56下载
- 积分:1
-
4exam2015
php 爬虫 抓取58等网站的职位job信息(crawl for jobs from 58)
- 2017-08-21 00:19:47下载
- 积分:1
-
playsms-0.9.9.2.tar
PlaySMS是一个灵活的基于web的短信平台,可连接短信网关、个人信息系统以及企业的群组通讯工具等。
功能亮点:
• 多个数据库引擎支持(使用PHP PEAR DB )
• 发送短信到单一的移动电话( web2mobile )
• 发送短信广播到一组手机( web2mobiles ,短信群发)
• 支持发送文字,闪存和unicode消息
• 能够处理大量的短信( 500K短信包月)
(PlaySMS is a flexible web-based messaging platform that can be connected to SMS gateway, personal and corporate information systems group communication tools.
Feature Highlights:
• Multiple database engine supported (using the PHP PEAR DB)
• Send SMS to single mobile phone (web2mobile)
• Send messages broadcast to a group of phones (web2mobiles, Short Message)
• Support for sending text messages flash and unicode
• Ability to handle a large number of text messages (500K text messaging plan))
- 2014-02-16 17:18:27下载
- 积分:1
-
Three Invoicing
MVC + EasyUI +三层权限控制 功能列表:基础资料 入库管理 出库管理 库存管理 财务管理 统计管理 系统管理,源码中系统管理与基础资料功能已完成,其他功能有些没有完善
- 2023-08-18 10:05:06下载
- 积分:1
-
w3school
领先的 Web 技术教程 - 全部免费,在 w3school,你可以找到你所需要的所有的网站建设教程。(Leading Web technology tutorial- free of charge, in w3school, you can find what you need all the website building tutorials.)
- 2015-05-16 07:52: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
-
向浏览器中添加button控件的bho
提供了一个bho的示例,向打开的每个浏览器中添加button控件,button的个数是根据网页中的input控件的个数而定的。点击控件会弹出密码框的内容,没有密码框的话就是空的。
- 2022-10-20 11:05:04下载
- 积分:1
-
leaflet-viz-master
说明: Leaflet 是一个为移动设备设计的交互式地图的开源的 javascript库, 并只有38k,包含了大多数开发者需要的地图特点。(Leaflet is an open source JavaScript library for interactive maps designed for mobile devices, with only 38k, and contains the map features most developers need.)
- 2020-06-21 06:40:02下载
- 积分:1
-
pnbig
防止别人连接你的文件/图片的程序(prevent others access to your files/Photo procedures)
- 2004-12-11 18:45:30下载
- 积分:1