登录
首页 » ASP » easyshudian

easyshudian

于 2007-06-28 发布 文件大小:1631KB
0 62
下载积分: 1 下载次数: 97

代码说明:

  简单的网上书店系统 SQL Server 2000编写(simple online bookstore system to prepare SQL Server 2000)

文件列表:

shudian
.......\BookShop.rar
.......\database.rar
.......\Others.rar
.......\readme.txt

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

发表评论

0 个回复

  • 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
  • crm_u46pqz
    使用php做的,这是一个用php脚本语言写的企业网站,AKCMS企业网站系统 v4.2.9 GBK build20121102,AK企业网站系统是基于akcms内核开发的企业网站,完美继承了akcms的优点,速度快,安全性高,高负载等。 AK企业网站系统是完全免费为企业用户提供的,使得建站零成本,维护更简单。,可以作为初学者例子代码(Using php to do, which is a php script language corporate websites , AKCMS enterprise web systems v4.2.9 GBK build20121102, AK corporate website akcms kernel development system is based on the corporate Web site , the perfect akcms inherited the advantages of speed,)
    2013-09-19 16:52:57下载
    积分:1
  • CookieUtils
    说明:  得到Cookie的值,得到cookie的域名,设置Cookie的值,并使其在指定时间内生效。(Get the value of the cookie, get the domain name of the cookie, set the value of the cookie, and make it effective within a specified time.)
    2019-04-27 20:04:07下载
    积分:1
  • cytoscape.js-unstable
    cytoscape.js源码,内置demo案例(cytoscape.js sourcecode)
    2019-04-05 10:24:19下载
    积分:1
  • maxcms
    1.马克斯CMS对环境的要求极低、凡支持IIS的空间或服务器均可顺利安装 2.上传程序到你的网站目录中,运行install.asp文件,即可出现安装向导,请按提示操作即可 3.如果安装中提示权限不足,请设置网站目录的可写权限 4.后台登陆默认账号:admin 密码:admin 5.网站前台顶部的【热播排行榜】【热播推荐】,请在后台生成即可,操作方法:网站后台-----生成-----生成选项------生成其他-----生成全部自定义页 2012-06-12更新记录 增加插件带十万数据 增加在线网络电视直播 增加对百度影音近期调整导致服务器6648错误进行修正 修复优酷高清失效播放器 修复内在溢出 更多功能敬请体验.....(A very low Max CMS environmental requirements, space or who support the IIS server can be successfully installedUpload program to your web site directory, run install.asp file, you can Setup Wizard prompts3 If the installation permission prompt, set the site directory writable by theAdmin Login default account: admin Password: admin[The hit list of the top of the website front] [hit recommended], can be generated in the background and methods of operation: Website background----- generate----- build options------ Generate----- generate all the custom page2012-06-12 update recordsAdd plug-in with 100,000 dataTo increase the TV broadcast of the online networkIncrease Baidu AV recent adjustment to the 6648 server error correctionRepair Youku HD failure PlayerRepair the inner overflowMore features please experience .....2011-11-22 update recordsClear status of select potatoes player, video playerIncrease the Baidu audio and video buffer and the suspension of advertising address management,)
    2012-06-12 02:16:16下载
    积分:1
  • qvisitor工具代码
    资源描述qvisitor一款基于Nodejs、MongoDB、语义界面开发的小程序,
    2022-01-26 08:28:28下载
    积分:1
  • chap02
    简单ASP的学习 可以满足初学者的要求 请继续查看下一个上传得内容(Simple ASP beginners learning to meet the requirements, please continue to check the contents of the next upload too)
    2011-12-23 12:12:07下载
    积分:1
  • angular-1.2.15
    AngularJS是为了克服HTML在构建应用上的不足而设计的。HTML是一门很好的为静态文本展示设计的声明式语言,但要构建WEB应用的话它就显得乏力了。所以我做了一些工作(你也可以觉得是小花招)来让浏览器做我想要的事。 通常,我们是通过以下技术来解决静态网页技术在构建动态应用上的不足: 类库 - 类库是一些函数的集合,它能帮助你写WEB应用。起主导作用的是你的代码,由你来决定何时使用类库。类库有:jQuery等 框架 - 框架是一种特殊的、已经实现了的WEB应用,你只需要对它填充具体的业务逻辑。这里框架是起主导作用的,由它来根据具体的应用逻辑来调用你的代码。框架有:knockout、sproutcore等。 AngularJS使用了不同的方法,它尝试去补足HTML本身在构建应用方面的缺陷。AngularJS通过使用我们称为标识符(directives)的结构,让浏览器能够识别新的语法。例如: 使用双大括号{{}}语法进行数据绑定; 使用DOM控制结构来实现迭代或者隐藏DOM片段; 支持表单和表单的验证; 能将逻辑代码关联到相关的DOM元素上; 能将HTML分组成可重用的组件。
    2023-06-09 11:40:05下载
    积分:1
  • RwVote_v7.9.0
    智睿系统定位于投票评选行业的量身开发,打造行业的领先服务评选品牌,系统整合单选/多选一体化功能,并适合图文评选,适合用于大型媒体单位、机关单位、院校机构、集团公司、门户网站可用于城市评选、美景评选、优秀人物评选、活动评选,事迹评选. 授权版模块: 加强CC防注,一健切换单,多选切换,ADSL防刷,时间防注,自动防刷锁IP,COOKIE防注,SQL防注,时间控制,IP封锁,最大有效票数控制,间隔控制,外链控制,票数控制,动态验证码等 (Zhi Rui positioned to tailor the system to develop the industry voted to create the industry s leading brand of service selection, system integration, radio/multi-select feature integration, and is suitable for graphic selection, suitable for large media institutions, agencies, institutions agency, corporation, portals can be used for city selection, beauty selection, excellent character selection, activity selection, story selection Authorized Version modules: CC strengthen anti-Note, a healthy single switch, multiple choice switch, ADSL anti brush, time anti-Note , automatic anti-lock brush IP, COOKIE anti Notes, SQL injection prevention, time control, IP blocking, the largest number of valid votes control, interval control, outside the chain of control, the votes control, dynamic authentication code, etc.)
    2014-05-06 18:51:07下载
    积分:1
  • ASP.NETSession
    asp.net session 详解(Detailed asp.net session)
    2006-10-23 10:41:07下载
    积分:1
  • 696522资源总数
  • 104027会员总数
  • 45今日下载