-
大学图书馆记录在 Java 中的应用
这是大学图书馆记录应用系统允许您维护您的所有图书馆记录在电算化系统的一次单击访问更新、 检索和删除你的图书馆记录中的数据。此应用程序允许您将从本文基于费时的工作移到快速数字的无纸化高效系统具有交互式的图形用户界面。
- 2022-04-15 14:04:45下载
- 积分:1
-
sousuoyinqing2.0
百度现在改为UTF8了,因此导致老版本乱码,2.3解决了这个问题,由GBK改为UTF8,少了转码的程序,效率更高。
(Baidu now changed to UTF8, so leading to the old version of garbled, 2.3 solves this problem by GBK to UTF8, less transcoding process more efficient.)
- 2013-12-24 22:25:59下载
- 积分:1
-
Pauloq.show.PicApi
说明: udp持久化 mvc图片上传后使用udp通知wpf文件上传路径及文件名(Use UDP to inform WPF file upload path and file name after uploading persistent MVC picture)
- 2020-06-20 10:21:14下载
- 积分:1
-
11vs11robot-soccer
这个是11V11的平台,里面有简单的策略,代码都经过了注释,非常适合初学者学习。(This is the 11V11 platform, which has a simple strategy, the code have been annotated, very suitable for beginners to learn.)
- 2020-10-14 18:17:30下载
- 积分: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
-
酒店客房管理系统
酒店客房管理系统。基于C#开发。基本功能包括酒店客房管理,员工管理,入住登记,后台查看和管理。数据库使用SQL SERVER 2008
- 2022-04-20 01:56:02下载
- 积分:1
-
nopCommerce_1.50
国外知名的在线购物的网站源码,asp.net3.5,安装过程中可以一并将数据库进行安装(nopCommerce is a fully customizable shopping cart. It s stable and highly usable. nopCommerce is an open source e-commerce solution that is ASP.NET 3.5 based with a MS SQL 2005 (or higher) backend database. Our easy-to-use shopping cart solution is uniquely suited for merchants that have outgrown existing systems, and may be hosted with your current web host or our hosting partners. It has everything you need to get started in selling physical and digital goods over the internet.)
- 2020-09-27 17:17:45下载
- 积分:1
-
冠龙科技
.response.buffer=true
04.Const PurviewLevel=2
05.Const CheckChannelID=2
06.%>
07.
08.
09.
10.
11.
22.
23.
24.
25. 菜 单
- 2022-04-19 15:45:11下载
- 积分:1
-
lc
说明: 聊城智联科技企业网站管理系统,程序功能:含新闻发布系统,产品展示系统,留言系统等常用功能。(Liaocheng capacity enterprise website management system of science and technology, program function: including news release system, product display system, leave a message system common functions. )
- 2011-12-28 14:36:04下载
- 积分:1
-
CIIP-master
CIIP是基于XAF开发的开源信息系统框架。CIIP最常见的应用场景是基于数据库的企业级应用程序,例如供应链系统,ERP系统,MRP系统,CRM系统等。(CIIP is an open source information system framework based on XAF. The most common application scenarios for CIIP are based enterprise applications, such as supply chain systems, ERP systems, MRP systems, CRM systems, etc..)
- 2020-10-21 20:57:25下载
- 积分:1