登录
首页 » ASP » 3LayerBookSystem

3LayerBookSystem

于 2009-06-15 发布 文件大小:303KB
0 78
下载积分: 1 下载次数: 23

代码说明:

  一个电子书的阅读的的源程序,是用ASP编写的(An e-book reading of the source is prepared by ASP)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • M-BlogXWorkingBird
    1、标准的页面标题,帮助用户和搜索引擎更加容易的获取页面内容; 2、添加一些常用的HTML HEAD标签; 3、UTF-8编码支持; 4、更改Hear.asp导入文件结构,方便页面控制; 5、更时尚化的日历,可以明确标示某天的发表数量,醒目标注有新文章发表的日期;(1, the standard title page, and search engines to help users more easily access the page content 2, add some common HTML HEAD tag 3, UTF-8 encoding support 4. Change Hear.asp import file structure, easy to control page 5, more fashion calendar, you can explicitly indicate the number of publications of the day, eye-catching labels with the date of publication of new articles )
    2016-03-20 11:11:00下载
    积分:1
  • Java_Web实战经典-实战练习
    java web开发实战经典的源码,用于学习java web方面的内容(Java web development of real war classic source code)
    2018-05-17 22:28:21下载
    积分:1
  • 模拟网站购物
    1,login.html  登录界面,要求:1)非空验证。2,show.html 显示所有商品界面要求:1)显示出所有页面指定内容(商品名称,价钱,描述信息)。2)点击“详情”进入details.html(商品详细信息界面)。3)点击“订购”直接放入购物车。3,details.html   商品详细信息界面要求:1),订购图片,可直接进入details.html界面,并把商品添加到购物车。
    2023-05-01 03:30:04下载
    积分:1
  • clplus_dvbbs
    1,采用缓存技术,访问速度大大提前。 2,各频道可应该不同风格。 3,IP限定功能。 4,脏话过滤功能,注册字符过滤。 6,网站状态可设为打开或关闭。 7,各频道分级目录。 8,可直接执行SQL语句。 9,后台管理员跟前台用户管理对应,大大增强安全性。(1, the use of cache technology, visit pace much in advance. 2, the channel will be different styles. 3, IP defined function. 4, profanity filtering, registered character filtering. 6, the website can be set on or off. 7, the channel hierarchical directory. 8, can SQL statements directly. 9, user management background administrators corresponding to the front desk, greatly enhancing security.)
    2016-04-03 22:08:47下载
    积分:1
  • ckplayer_v5.9.0
    播放器需要放在网站环境里才可以正常运行播放 本播放器为免费软件,您可以放心使用于商业或非商业的网站 (The player needs to be placed on site environment can operate normally play this player as a free software, you can rest assured that the site used for commercial or non-commercial)
    2012-11-18 21:58:00下载
    积分:1
  • ASPandSQL_ServerWebPDF
    本书以丰富的事例、简单的语言较全面的介绍了ASP应用程序的设计方法与技巧,并详细的介绍了Microsoft SQL Server在ASP应用程序中的应用。(Book rich in examples of simple language more comprehensive introduction to the ASP application design methods and techniques, and detailed introduction to the Microsoft SQL Server in an ASP application in the application.)
    2011-08-14 20:54:19下载
    积分:1
  • xycmsbook
    XYCMS留言板V1.1是站长花近一个小时时间潜心编写的,现在免费放给大家使用了,由于制作仓促,还没有经过严格测试,后期我也会不断完善的,努力为广大用户服务。 (XYCMS V1.1 is the webmaster message board spent nearly an hour, prepared with great concentration, and now put to you for free use, due to production constraints, have not been rigorously tested, post-I will continue to improve, and strive to serve the customers.)
    2010-12-18 16:09:17下载
    积分:1
  • 5kcrm0.5.2
    悟空CRM系统是一款开源免费的通用企业客户关系管理平台软件,采用先进的LAMP架构,具有良好的开放性、可扩展性、安全性和透明性;我们以CRM理念为基础,结合中国中小型企的特点与现状,调查了解各行业的需求,悟出了企业管理之道,形成了自身特有的特点和优势,志在为改善企业营销能力、加强企业决策支持实现企业信息化等方面提供现实有效的支持和帮助。(Wukong CRM system is an open source free generic platform for enterprise customer relationship management software, using advanced LAMP architecture has good openness, scalability, security, and transparency our CRM philosophy is based on combining Chinese SMEs Features and Present enterprises, investigate and understand the needs of various industries, realize the business management of the Road, formed its own unique characteristics and advantages, aimed at improving corporate marketing capabilities, strengthen enterprise decision support and other aspects of enterprise information to provide real effective support and help.)
    2020-06-29 01:00:02下载
    积分: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
  • PhpColorV3.5-GBK-FREE
    3.5版本修正了已发现的BUG,同时对很多功能进行了更新升级,这里不一一列举了,大家自行体验吧,下面介绍下基本功能 PhpColor 采用为php编写,数据库为mysql,使用模板引擎smarty使得程序与页面分离。 基本功能简介: 1、支持登录或匿名创建贴吧; 2、支持登录或匿名发帖回帖; 3、支持登录用户短消息功能; 4、支持登录用户申请吧主(Version 3.5 fixes have been found BUG, while many features have been updated to upgrade, not to enumerate here, and we experience it yourself, here are the basic functions under PhpColor adopted as written in php, database mysql, smarty template engine makes use procedures and page separation. Basic Features: 1, Support Login or create anonymous posted it 2, Support Login or anonymous posting replies 3, logged-on user support short message function 4, support for bar owners login user application)
    2014-01-04 14:20:38下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载