-
使用ASP.NET医院实验室管理系统
资源描述这是一个医院的实验室管理系统的编码在ASP.NET。编码是在ASP.NET与后台Oracle 10g做用。
- 2022-04-15 16:37:52下载
- 积分:1
-
html5_jindutiao
html5实现的简单进度条效果,进度条非常简单漂亮,无需任何图片,经测试效果相当不错,完全依靠JS代码和HTML5实现。(html5 achieve the effect of a simple progress bar, the progress bar is very simple and beautiful, without any pictures, tested the effect is quite good, fully rely on JS code and HTML5 implementation.)
- 2015-02-11 01:09:53下载
- 积分:1
-
7777
PHP自动发卡平台是采用php+mysql进行开发的自动发卡支付平台。系统设置里 关注微信二维码功能(可以自定义微信二维码)自定义线路域名(多线路交易)主要防攻击,可自定义会员禁止申请的二级域名(PHP automatic card issuing platform is an automatic card payment platform developed by php+mysql. System settings are concerned with the WeChat two-dimensional code function (can customize the WeChat two-dimensional code) custom line domain name (multi line transaction) major anti attack, can customize the two level domain name prohibited by members of the domain name)
- 2020-11-14 15:09:43下载
- 积分: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
-
常用网络辅助类
应用背景可以快速帮助建立HTTP,的网络连接,实现C/S的架构.并且附带有发送电子邮件的功能关键技术主要是采用Socket套接字来 建立TCP,以及UDP,来建立连接对象,以及用了System.Net.Mail下面的MailMessage来实现发送邮件的功能
- 2022-01-29 00:55:45下载
- 积分:1
-
网页panggon
说明: Panggon网页设计学习,了解基本的html语言,设计网站。(Panggon web design learning, understand the basic html language, design the website.)
- 2020-06-16 22:20:01下载
- 积分:1
-
使用Node.js开发的小型mvc框架
node.js是一种新的软件开发平台,它不仅是一门独立的语言,也与Python、Ruby一样,既是语言也是平台。node.js将javascript从浏览器移植到了普通服务器上。使得javascript也能实现了诸如文件系统、操作系统、网络通信等功能。
- 2022-05-22 19:36:03下载
- 积分:1
-
exoverlay.htm.tar
This html page shows that how to create overlay
- 2010-05-26 20:48:27下载
- 积分:1
-
Study-control-system-for-quadrotor
小型四旋翼飞行器以其简单的机体结构!优越的悬停和低速性能!灵活简便的操控方法等优势开始被越来越多的科研人员和商业机构所重视,并逐渐成为无人飞行器领域新的研究热"本文以小型四旋翼飞行器的实时控制系统为研究对象,围绕室内环境下
的悬停和低速巡航这一设计需求开展研究,以自行搭建的小型四旋翼飞行器为平台,设计制作了小型四旋翼飞行器的实时控制系统
(control system for quadrotor
)
- 2021-04-13 13:28:56下载
- 积分:1
-
CloudTree
使用ASP生成无限级分类XML文件的代码。可以用于生成无限级分类(ASP to generate unlimited classification XML)
- 2013-10-16 11:44:19下载
- 积分:1