-
订餐系统
这是一个订餐系统源码,实现了订餐的各个方面,包括订餐的各个细节,小型订餐系统,自己的毕业设计。SQL数据库
- 2022-08-20 07:40:13下载
- 积分:1
-
Delphi的JSON解析器库
应用背景# JSON解析器德尔福# #为什么?不象其他的Delphi的JSON解析器那里。他们似乎太复杂,简单的任务我对JSON。所以这是我的去。这个版本只在delphi XE 3和Delphi XE 6测试(Android)而且要在所有的Delphi版本支持泛型和tstringhelper。关键技术# # #新版本0.2 ;-重写了整个事情用tdictionary。 ;增加解码Unicode编码字符的支持。 ;-增加支持日期(必须指定
- 2022-11-01 16:00:02下载
- 积分:1
-
1
CSS3鼠标经过图片遮罩层代码基于Bootstrap3.3.5制作,自适应分辨率,兼容PC端和移动端,CSS3鼠标悬停动画效果遮罩层。(CSS3 mouse passes through the image mask layer code based on Bootstrap 3.3.5, adaptive resolution, compatible with PC and mobile, CSS3 mouse hover animation effect mask layer.)
- 2019-01-19 00:45:47下载
- 积分:1
-
maccms_php6
说明: 采用PHP/MySQL数据库运行的全新且完善的强大视频电影系统。完美支持众多视频网站和高清播放器(failed to translate)
- 2011-04-12 15:42:40下载
- 积分:1
-
Onvif-deve_-framework
说明: Onvif开发框架,包含需要的wsdl文件已经通过goasp生成的头文件和源文件.没有包含鉴权(Onvif development framework, including the need for the WSDL file has been generated by the goasp header files and source files.)
- 2016-07-27 09:46:38下载
- 积分:1
-
Yourphp_UTF8_2.2
Yourphp企业网站管理系统是一款完全开源免费的PHP+MYSQL系统,核心采用了Thinkphp框架等众多开源软件,同时核心功能也作为开源软件发布的网站后台管理系统。 集众多开源项目于一身的特点,使本系统从安全,效率,易用及可扩展性上更加突出。
Yourphp企业网站管理系统 2.2 build 20121225 更新说明:
完善2.1版本的多处bug
修复2.1版本安全漏洞(The Yourphp enterprise website management system is a completely open source free PHP+MYSQL system the core using Thinkphp framework and many other open source software, the core functionality website background management system released as open source software. Many open source projects in the characteristics of a more prominent from the safety, efficiency, ease of use and scalability of the system. Yourphp corporate website management system 2.2 build 20121225 update: perfect version 2.1 many bug fixes Version 2.1 security vulnerabilities)
- 2020-11-04 20:59:53下载
- 积分: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
-
DYZC
大型QQ盗号教程:钓鱼盗QQ之钓鱼网站的源码的选择(Large QQ hacking tutorial: Fishing stolen QQ fishing website source selection
)
- 2013-10-16 21:42:59下载
- 积分:1
-
search engine
基于Jsp的web搜索引擎。它完全是用javajsp开发的。lucense框架用于搜索技术
- 2022-02-13 08:00:16下载
- 积分:1
-
111
计算混凝土泵车臂架疲劳损伤时采集的应变数据中含有奇异值会对损伤结果产生较大影响,
而传统的3 准则的判定值为常系数,不适合泵车臂架应变信号的变化. 对此,结合泵车臂架应变信号的特点,提出了剔除奇异值的新方法(Fatigue damage calculation when the boom concrete pump strain data collected will contain singular values greater impact damage results, and the traditional three criteria for determining the value of the constant coefficient, is not suitable for pump truck boom strain signal changes. This, combined with the pump arm strain signals, the proposed new method of removing the singular value)
- 2013-11-11 08:37:18下载
- 积分:1