-
从同学那淘来的视频点播系统的毕业设计,中英文摘要,正文,目录,源码齐全。ASP,ACCESS数据库编写。...
从同学那淘来的视频点播系统的毕业设计,中英文摘要,正文,目录,源码齐全。ASP,ACCESS数据库编写。-Amoy from the students that come to the video-on-demand system design graduate, Chinese and English summary, text, directory, complete source code. ASP, ACCESS database preparation.
- 2022-03-01 06:15:52下载
- 积分:1
-
使用PHP环境,给出一段实现简单相册的实例代码。可以看到图像的缩略图,单机缩略图,可浏览图像,图像可以使用前后翻页操作。需要IIS+PHP环境或Apache+P...
使用PHP环境,给出一段实现简单相册的实例代码。可以看到图像的缩略图,单机缩略图,可浏览图像,图像可以使用前后翻页操作。需要IIS+PHP环境或Apache+PHP环境支持-The use of PHP environment, given the album for some examples of simple code. Can see thumbnail images, a single thumbnail, please visit the image, the image can be used to operate before and after the flip. The need for IIS+ PHP environment or the environment in support of Apache+ PHP
- 2022-02-27 06:10:45下载
- 积分:1
-
data118.net软件创业联盟整站源码下载: 演示:http://www.data118.net 功能列表: 1、会员系统 计时(包月/年)会员、站内短信、...
data118.net软件创业联盟整站源码下载: 演示:http://www.data118.net 功能列表: 1、会员系统 计时(包月/年)会员、站内短信、我的好友、网络书签、 虚拟货币、发布信息、消费查询、消费统计排行等 2、收费模块 在线支付、货币支付、在线充值、支付查询、消费查询等 3、广告模块 图片(有图片/Flash/文字三种类型)广告、文本广告等,生成JS,可在任何地方调用 4、 商城模块 产品发布、商品推荐、在线订购、订单处理、实时在线支付、购物积分、商城公告等 5、论坛模块 可设认证/只读等论坛类型、发表投票、发贴内容限制、论坛模式选择(标准/简洁)、可按某论坛单独设置参数、论坛列表批时操作等 6、新闻模块 新闻分类、发布新闻、新最推荐、所见即所得编辑器、前台发布审核等 7、文章模块 文章分类、发布文章、文章推荐、所见即所得编辑器、阅读权限、前台发布审核等 8、下载模块 软件分类、发布软件、软件推荐、设置软件服务器、下载权限、前台发布审核等 9、贴图模块 发布图片/Flash/影片、按类型进行分类、设置推荐、浏览权限、前台发布审核等 10、 留言模块 发表留言、留言是否隐藏、记录留言者IP、后台统一管理等-data118.net software startup entire Union Station source download : Presentations : http://www.data118.net function list : a Member system time (month/year) member station messaging, my good friend, network bookmarks, virtual currency, release of information consumer inquiries, consumption statistics ranked two other charges online payment module, the monetary payment, online prepaid, pay inquiries, three consumer inquiries, advertising photo module (pictures/Flash/writing t
- 2022-03-22 06:21:22下载
- 积分:1
-
Examples of the three sites, the arbitrary allocation of authority. Direct use f...
三层的实例网站,权限的任意分配。可供学习和直接使用…… 吐血放送-Examples of the three sites, the arbitrary allocation of authority. Direct use for learning and ... ... hematemesis run
- 2023-06-03 14:50:04下载
- 积分:1
-
一个用java代码编写的邮件发送功能,可以发送附件等。
一个用java代码写的邮件发送功能,可以发送带附件和带html的邮件信息-One with the java code is written in mail function, you can send an attachment and e-mail messages with html
- 2023-05-17 19:00:04下载
- 积分:1
-
露天小说连载系统 v1.1 正式版说明
===========================
SQL数据文件在dafeiSQLdata里,导入/...
露天小说连载系统 v1.1 正式版说明
===========================
SQL数据文件在dafeiSQLdata里,导入/还原即可
usermanage/conn.asp里修改SQL数据名和密码
后台管理员:dafei
密码:dafei8888
或admin
admin888
-Open System v1.1 serial novels official version of Help =========================== SQL data files in dafeiSQLdata, the Import/restore can be usermanage/conn.asp Lane modify SQL data background administrator name and password: dafei Password: dafei8888 or adminadmin888
- 2022-04-16 23:09:15下载
- 积分:1
-
这个BBS和聊天室完全采用JSP开发,开发运行环境linux+tomcat,数据库oracle8i,JSP通过JDBC与数据库相连。一、功能 BBS和chatr...
这个BBS和聊天室完全采用JSP开发,开发运行环境linux+tomcat,数据库oracle8i,JSP通过JDBC与数据库相连。一、功能 BBS和chatroom两者有机的结合在一起,用户可以在这两部分取得经验值,达到10000分后升级为巫师,具有踢人、增加动作的权限。一共分三种用户:会员用户、社区用户、游客(我也不想搞的这么复杂,可是头儿硬要和整个网站连起来,:( 没办法)二、中文乱码问题 在OPDB javabean中写了两个方法,GBK和AsciiToChineseString进行转码,彻底的解决了中文乱码问题。不同的运行环境可能最终的显示结果有所不同。三、其他 由于作者用JSP的时间不长,做出来的东西难免有若干不足,希望各位指出。用JSP进行项目开发简直就是一场噩梦,有太多莫名其妙的错误。为了赶进度,有些地方只好采用变通的方法,所以写出来的东西有时候看起来有点象垃圾。嘻嘻~~~~~~~~~~~ 注意:因为不是一个独立的产品,而是和小组其它人员的程序融为一个产品,所以移植性估计不好,仅供学习参考。我后来在中华网写的一个BBS稍微好一些,请参考我那个BBS啦。-the BBS and chat rooms completely JSP development, the development of Linux operating environment tomcat, database oracle8i, JSP and database through JDBC connected. A functional BBS and chatroom both organic combination, users can gain experience both parts of value, reaching 10,000 points for the escalation of a shaman, with kicking and increase the competence of action. A divided into three users : Member users, user communities, tourists (I am not saying it"s so complicated, but to strive for an
- 2022-01-22 02:26:51下载
- 积分:1
-
Gridview由值的变化而改变行列样式
Gridview由值的变化而改变行列样式-Gridview value from the ranks to changes in the pattern
- 2023-07-23 11:40:03下载
- 积分:1
-
用asp实现计数功能
用asp实现计数功能-achieve with the counting function asp
- 2022-05-18 05:11:08下载
- 积分:1
-
1. Podcasts dissemination and management system 2. Document management 3. Person...
1.播客节目发布管理系统
2.文件管理
3.个性化模版定义功能.可以定制你喜欢的网站风格和样式.
4.完全支持RSS订阅,可以兼容iPod+iTunes.
5.内置Flash多媒体播放器.
6.手机格式(3gp)文件转换.
7.论坛
8.标签.
9.站内检索功能
10.留言言评论管理
11.节目投票系统.
12.用户管理系统
13.防盗链插件
-1. Podcasts dissemination and management system 2. Document management 3. Personalized template definition functions. You can customize Hei create a web site style and form. 4. full support for RSS subscription the iPod is compatible with iTunes. 5. built-in Flash multimedia player. 6. phone format (3g p) document conversion. 7. Forum 8. tags. 9. station 10 search function. messages statement comment Management 11. programs vote counting system. 12. Subscriber Management System 13. plug-Irvine
- 2022-02-26 04:01:14下载
- 积分:1