-
phpliteadmin_957733
利用php实现,这是一个用php脚本语言写的电子商务,Difeye-敏捷的轻量级PHP框架 v1.1.2,Difeye是一款超轻量级PHP框架,主要特点有: 数据库连接做自动主从读写分离配置,适合单机和分布式站点部署; 支持Smarty模板机制,可灵活配置第三方缓存组件; 完全分离页面和动作,仿C#页面加载自动执行Page_Load,参考的例子程序供学习参看(Use php to achieve , which is a scripting language used to write php ecommerce , Difeye- agile and lightweight PHP framework v1.1.2, Difeye is an ultra lightweight PHP framework , the main features are: database connection for automatic master-slave)
- 2013-08-04 10:58:09下载
- 积分:1
-
w
说明: Shell get all config server
And upload file to server
You can hack all webserver with 1 click
and new function is connect any website
- 2015-06-07 17:27:42下载
- 积分:1
-
fang-qq
全部页面采用DIV+CSS网页标准编写,对搜索引擎超友好
代码简洁,无冗余垃圾功能,登录后可修改密码或删除帖子
可自定义需要过滤的敏感字词,页面显示条数,公告信息
入库数据完善过滤,IP追踪,自定义防灌水防刷暴间隔时间
界面样式替换方便,免费版状如本站演示的仿QQ爱墙样式
代码编写规范,代码完全实现自我注释,非常适合二次开发
后续版将增强功能,但保持简洁第一,并推出插件版/许愿树等
自带爱与人生名人名言字条150条 支持浏览器IE、Firefox
后台访问地址为 http://你的域名/index.php?a=admin (fang-qq)
- 2010-12-10 11:58:30下载
- 积分:1
-
人事管理系统
人事管理系统: 该系统主要用于员工个人资料的录入、查询和修改,岗位部门等的人事变动的详细记录和管理。 每个职工的档案信息包括:职工编号、姓名、部门、性别、生日、民族、籍贯、家庭出身、基本工资、职务、职称、学历、奖惩情况、主要经历、社会兼职等。 功能要求: 1.具有用户注册功能 2.对登录用户进行用户名和密码的验证,有相应的权限处理功能。 3.实现员工个人资料的录入、查询、维护等功能。 4.记录人事变动详细信息,包括职称、职务、部门、岗位调整、辞退退休等。 5.建立员工基本信息及相应人事变动情况的多种情况的查询。
- 2023-01-18 07:50:03下载
- 积分: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
-
rmvb
搜索影视网
后台管理
admin/login.asp
用户名:admin
密码:admin(Search Television Network
Backstage management
admin/login.asp
Username: admin
Password: admin)
- 2016-03-11 23:00:34下载
- 积分: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
-
Web-Design
这是网页设计课程的一个作业,是只学习HTML后完成的,比较初级,但就因为这样才有借鉴的价值。(This is a job web design courses, is completed only after learning HTML, relatively junior, but because of this have reference value.)
- 2015-11-07 11:22:06下载
- 积分:1
-
hslf_v1.0
软件介绍
程序使用dedecms5.7程序,前台有首页 文章列表 文章内容 图片列表 图片内容 订单提交等。。程序后台/admin 用户密码都是admin 婚纱客照使用图集系统 系统使用文章系统。数据库保存在dataackupdata恢复即可。为了压缩文件大小,网站删除了图片和生成的html文件,演示请看图片吧。请大家自己选择下载使用。(Software introduction
Procedures for the use of dedecms5.7 program, the front desk has a front page article list of articles, pictures, content, order submission, etc... Program background /admin user password admin is used as a wedding guest atlas system using the system. Database saved in dataackupdata recovery can be. In order to compress the file size, the web site to delete the image and the generated HTML file, please see the picture. Please choose to download the use of their own.)
- 2016-03-20 21:53:53下载
- 积分:1
-
qywphp2
php经典企业网站,运用Mysql数据库,可自动安装生成功能齐全的PHP网站(php classic corporate Web site, the use of Mysql databases, can automatically generate a fully functional installation of PHP website)
- 2010-10-12 09:56:54下载
- 积分:1