-
baidubk10
仿百度百科系统,匪类清晰 自由添加词条 非常好的一套系统(baidu baike)
- 2010-06-28 22:28:40下载
- 积分:1
-
lsjtgfyxgs_v1.1
ASP环境的企业网站源码——绿色环保的市政材料集团有限公司网站源码,或建材一类的企业可参考使用,当然了,这是一套企业网站模板,后台是一样的,前台可针对你的企业性质自行设计,只需在后台添加完善内容即可。目前的测试数据是环保材料、市政工程材料一类的内容(ASP environment corporate website source- Green Municipal Materials Group Limited website source, or building a business class reference can be used, of course, this is a business website template, the background is the same, the front desk for your corporate nature designed simply to improve the content in the background added. The current test data is eco-friendly materials, the content of materials such as municipal engineering)
- 2013-11-28 13:46:37下载
- 积分:1
-
js
说明: AJAX & JS Dynamcially Loading data list from MS Access
- 2014-01-28 04:57:31下载
- 积分:1
-
iweb_shop_ft
其面向企业级应用,可处理多方面的需求,建站者可以用iWebShop轻松建设一个多种用途和多领域的电子商务网站。
4.国际化支持,UTF-8编码,多种语言包支持。
5.UI兼容ie6、ie7、ie8、ff等主流浏览器。
(For enterprise applications, can handle multiple needs, the e-commerce website is the construction of a multi-purpose and multi field easily by iWebShop.
4 support for internationalization, UTF-8 encoding, multi language support.
5.UI compatible with IE6, IE7, IE8, FF and other mainstream browser.)
- 2016-04-15 08:34:35下载
- 积分:1
-
ffmanagement_shool_v0.1
使用于智能学校,大学,教育部门的网站模板。全站内容全面,设计合理,学校的校标和名字映衬在以校园为背景的图片上,立意新颖。站内细节化的设计还体现在各地的天气预报和成绩查询,大大的方便了师生和家长的出行,和通过其他渠道成绩查询的繁琐步骤。名师风采和发展规划方便学生和家长对学校近一步的了解。远程辅导可以让师生足不出户解决学习上困惑,招生信息和在线报名一线的设计是对考生最贴心化的设计,真正做到人性化建站。
适用于:大学、教育部门等门户网站(Website templates used in smart schools, universities, and educational sectors. The total content of a comprehensive, reasonable design, the school standard and the name of the campus as against the background of the picture, novel. Station details of the design is also reflected in the weather forecast and the results of the query, greatly facilitate the teachers and students and parents to travel, and through other channels of the tedious steps to query. Teacher elegant style and development planning to facilitate students and parents to learn about the school near. Remote counseling can let the students stay at home to solve learning design puzzles, enrollment information and online registration of candidates line is the most intimate of the design, truly personalized website.
Applies to: University, education department and other portals)
- 2015-12-14 15:37:32下载
- 积分: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
-
dc135wangshangdc__d9soft
网上订餐的源码。安装步骤都在说明里了。。(Source code for online ordering. The installation steps are instructions inside. .)
- 2020-11-10 17:39:46下载
- 积分:1
-
学习 learn
HTML5入门学习的一些代码示例,帮助初学者很快了解代码(HTML5 introductory learning some code examples, to help beginners quickly understand the code)
- 2020-10-30 08:59:57下载
- 积分:1
-
phpyyxt_v1.0
超级简单实用的PHP+MYSQL医院预约管理系统
本程序比简单 预约数据的录入与修改 查询 自动图表生成展示.比较实适合单医院使用.
实用方法:将yuyue.sql导入买mysql数据库.修改config/config.php 文件中的数据库链接参数即可
初始账号密码均为 admin
本程序代码完全开源,如果您有兴趣完善修改欢迎分享(Super simple and practical PHP+ MYSQL hospital appointment management system of the program automatically generates a chart showing reservation than simple data entry and modification queries. Compare Real suitable for single hospitals. Practical Methods: yuyue.sql import buy mysql . Modify config/config.php file link parameters to the initial account password are admin of the program code is completely open, if you are interested in improving modify welcome to share)
- 2015-05-22 09:16:44下载
- 积分:1
-
diywap_v3.1.0715
DIYWAP手机网站系统是一套针对移动互联网开发的适用于手机的WAP网站系统,系统主要携带后台自由设置手机网站二级域名功能,只要在空间绑定两个域名然后在域名解析你绑定的域名就可以在后台设置,比如:wap.diywap.cn 也就是说使用DIYWAP手机网站系统可以同时拥有两个网站,一个电脑网站一个手机网站,另外DIYWAP手机网站系统提供的模板都是支持手机屏幕和电脑屏幕的(DIYWAP mobile phone website system is a set of suitable for mobile Internet development on the WAP mobile phone website system, system mainly carry the background set free mobile phone website two level domain function, as long as the space bound two domain name and DNS you bind the domain name can be in the table settings, such as: wap.diywap.cn is the use of DIYWAP mobile phone the website system can also have two websites, a computer website website of a mobile phone, mobile phone website provides additional DIYWAP template system is to support mobile phone screen and computer screen)
- 2020-11-14 15:09:43下载
- 积分:1