-
haghshensort
这是对数据的深度排序用的非常有用的程序,也非常独特的方法(This is the sort of data with the depth of a very useful program, but also a very unique way)
- 2010-12-09 10:54:16下载
- 积分:1
-
722test
说明: 使用 ECharts 读取Json格式数据 绘制树形图(Using ECharts to read Json format data and draw tree graph)
- 2020-06-19 16:00:02下载
- 积分:1
-
ueditor_v1.2.4.0_php
Ueditor基于BSD开源协议,除了具有代码精简、加载迅速的轻量级特质外,还采用了分层理念,使开发者可以根据实际应用和需求自由定制。
Ueditor编辑器划分为了三层架构。其中,核心层为开发者提供了诸如range、selection、domUtils类的底层API接口,中间的命令插件层不仅提供了大量的基础command,还允许开发者基于核心层进行command命令的开发,而面向用户端的界面层则可以提供自由定制的用户交互界面。Ueditor开源编辑器这种拥有可配性的模式,令开发者能够根据自身需要接入任何一层进行开发。(Outside Ueditor based on BSD open source license, in addition to streamlined code, load the rapid lightweight qualities, also uses a hierarchical concept, so that developers can be based on the actual application and needs the freedom to customize. Ueditor editor divided for three-tier architecture. The core layer provides developers such as the bottom of the range, selection, domUtils like API interface, the middle of the command plugin layer not only provides a lot of basic command also allows developers based on the development of the core layer command command and oriented The client interface layer can provide the freedom to customize the user interface. Ueditor open source editor this mode and can be equipped with the developers to develop according to their own need to access any layer.)
- 2012-12-22 09:37:50下载
- 积分:1
-
AotuLoginTaobao
利用c++执行js,模拟输入帐号密码登陆淘宝,并提供获取验证码图片代码!(C++ implementation of the JS, analog input account password login Taobao, and provide access to verify code image code!)
- 2015-08-30 09:33:56下载
- 积分:1
-
随缘网络PHP留言板
资源描述随缘网络PHP留言板 功能简介:
1、采用div+css布局经测试兼容IE及firefox主流浏览器,其他浏览器暂未测试。
2、后台可设置开启或关闭留言审核功能。
3、后台可设置诸如管理员帐号密码,留言板公告,网站标题,网站底部版权等信息。
4、采用最新版xhEditor编辑器,xhEditor是一个基于jQuery开发的跨平台开源迷你XHTML编辑器组件。
- 2022-08-18 10:12:04下载
- 积分:1
-
yoo-shelf-wp_v1.0.1_gks
WordPress主题YOO-Shelf模板(WordPress Theme YOO-Shelf Template
)
- 2012-01-27 12:37:56下载
- 积分:1
-
phpvod2.4_utf-8_php5.2.x
PHPvod Studio(简称pv)是一款免费开源,基于PHP+Mysql开发的视频点播系统,系统拥有众多的优秀功能和特性,在社区成员的积极参与下,在易用性、扩展性和性能方面不断优化和改进,使得PHPvod可以在极为繁忙的服务器环境下快速稳定运行,切实节约网站成本。强大的交互能力使PHPvod能够充分调动会员参与,快速扩充能容,帮助网站迅速发展。
PHPvod2.4系统改进列表:
1、支持没有开启短标记的运行环境
2、模板新增page、url、ad、template标签
3、支持自定义分页样式及模板
4、新增File、Memcache、APC三种缓存模式
5、新增设置缓存通用时间
6、新增pv_sql与pv_debug函数,分别用于在模板中执行SQL语句和显示各种变量信息
7、优化数据表结构
8、优化影片列表页快捷键翻页
9、优化日/周/月排行
10、影片列表页可直接进入播放页面
11、可以在播放页显示影片的相关信息
12、新增热门搜索
13、公告循环标签可设置公告显示的数目
14、修正在某些情况下发布评论提交不完整的BUG.
15、修正使用mail函数不能发送html格式邮件的BUG.
16、修正短消息内容长度检测出错的BUG
17、修正后台用户组图片显示出错的BUG
18、修正注册会员审核页面不能翻页的BUG(PHPvod Studio (referred to as pv) is a free open source, based on PHP+ Mysql development of video-on-demand system, the system has many excellent functions and features in the active participation of community members in the ease of use, scalability and performance continueoptimization and improvement, making PHPvod extremely busy server environment fast and stable operation, and effective website cost savings. The powerful interactive ability to PHPvod able to fully mobilize members to participate in the rapid expansion of energy capacity, site quickly.
PHPvod2.4 system improvement list:
1, support is not turned on the operating environment of the short mark
2, template new page, url, ad, template tags
3, support custom paging styles and templates.
, New File, Memcache, APC three cache mode
5, the new set cache universal time
6 the new pv_sql pv_debug function, respectively, is used to execute SQL statements and display a variety of variables in the template
7, optimize the )
- 2012-11-28 17:50:36下载
- 积分:1
-
Optimized-JS-V8
面向对象、设计模式与性能
有些C/C++开发者有些奇怪的观念。他们认为使用面向对象和设计模式会降低程序的性能。但V8证明了这种观念是错误的。V8的实现使用了许多设计模式,但依然非常高效。
下面列出V8中使用的两个模式:
工厂模式
当Javascript引擎执行一个脚本时,引擎为遇到的每个变量、函数或数组都创建一个实例。JSObject是所有这些对象的父对象(Object oriented, design patterns and performance
Some C/C++ developers have some strange ideas. They believe that the use of object-oriented and design patterns will reduce the performance of the program. But V8 proved that this idea is wrong. V8 implementation uses a number of design patterns, but still very efficient.
The following lists the two models used in V8:
Factory mode
When a Javascript engine s a script, the engine creates an instance of each variable, function, or array encountered by the engine. JSObject is the parent of all of these objects.)
- 2016-08-30 23:02:34下载
- 积分:1
-
VB-serial-multi-channel
采集力控多路数据V2 采集力控多路数据V2(VB serial multi-channel)
- 2014-04-01 11:32:30下载
- 积分:1
-
waterfall
使用css3多栏布局实现瀑布流的效果,细节部分大家可以自己修改修改(Using CSS 3 column layout implementation flow waterfall effect, more details you can revise to modify)
- 2016-04-15 10:18:16下载
- 积分:1