登录

最新会员 最新下载

成为了本站VIP会员

今天08:34

成为了本站VIP会员

05月22日 12:01

成为了本站VIP会员

05月21日 19:06

成为了本站VIP会员

05月21日 11:21

成为了本站VIP会员

05月20日 21:43

成为了本站VIP会员

05月13日 14:43
已选条件
  1. 编程语言:JavaScript
  2. 代码类别:WEB
  3. 发布时间:一月内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. ssm_pro

  医院预约系统的简单实现,用户可以该网站上实现预约的全部流程:选择医院,选择医生,选择日期,发起支付,预约成功(Hospital reservation system)

4
下载
60
浏览
2019-04-29发布

2. ssm_pro

说明:  医院预约系统的简单实现,用户可以该网站上实现预约的全部流程:选择医院,选择医生,选择日期,发起支付,预约成功(Hospital reservation system)

8
下载
73
浏览
2019-04-29发布

3. cytoscape.js-unstable

  cytoscape.js源码,内置demo案例(cytoscape.js sourcecode)

0
下载
52
浏览
2019-04-05发布

4. cytoscape.js-unstable

说明:  cytoscape.js源码,内置demo案例(cytoscape.js sourcecode)

0
下载
56
浏览
2019-04-05发布

5. 微信小程序肯德基自助点餐demo完整源码下载

说明:  微信小程序,肯德基自助源码点餐。资料以供参考,布局效果跟肯德基小程序点餐一样。(Wechat applet KFC self-service source ordering)

24
下载
93
浏览
2019-03-27发布

6. 深入React技术栈

  本书从几个维度介绍了 React。一是作为 View 库,它怎么实现组件化,以及它背后的实现原理。二是扩展到 Flux 应用架构及重要的衍生品 Redux,它们怎么与 React 结合做应用开发。三是对它与 server 的碰撞产生的一些思考。四是讲述它在可视化方面有着怎样的优势与劣势(This book introduces React from several dimensions. The first is how to implement componentization as a View library, and the implementation behind it. The second is to extend to the Flux application architecture and important derivatives Redux, how they can be combined with React for application development. The third is some thoughts on the collision between it and the server. The fourth is to tell what advantages and disadvantages it has in visualization.)

1
下载
78
浏览
2019-02-21发布

7. 深入React技术栈

说明:  本书从几个维度介绍了 React。一是作为 View 库,它怎么实现组件化,以及它背后的实现原理。二是扩展到 Flux 应用架构及重要的衍生品 Redux,它们怎么与 React 结合做应用开发。三是对它与 server 的碰撞产生的一些思考。四是讲述它在可视化方面有着怎样的优势与劣势(This book introduces React from several dimensions. The first is how to implement componentization as a View library, and the implementation behind it. The second is to extend to the Flux application architecture and important derivatives Redux, how they can be combined with React for application development. The third is some thoughts on the collision between it and the server. The fourth is to tell what advantages and disadvantages it has in visualization.)

1
下载
50
浏览
2019-02-21发布

8. kurento-rtsp2webrtc-master

  RTSP流转webrtc示例,实现无插件播放网页播放视频流(RTSP streaming webrtc example to realize plug-in-free play of video streams on Web pages)

11
下载
66
浏览
2019-02-14发布

9. kurento-rtsp2webrtc-master

说明:  RTSP流转webrtc示例,实现无插件播放网页播放视频流(RTSP streaming webrtc example to realize plug-in-free play of video streams on Web pages)

21
下载
72
浏览
2019-02-14发布

10. 17

  抖音上面的动态图,前端语言写,给予你不一样的感受(24/5000 The dynamic picture above the hissing, written in the front language, gives you a different feeling)

0
下载
51
浏览
2018-06-13发布

11. minui-master

  小程序界面组件,常见的一些空间封装,帮助开发者统一界面风格,减少重复开发量(Small program interface components, common space encapsulation, help developers to unify the interface style, reduce the amount of repeated development)

1
下载
57
浏览
2018-03-13发布

12. 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`)

0
下载
63
浏览
2018-01-16发布

13. first

  这是一个简单的基于node的js服务器,很简单,很简单。(this is a very very very simple web server base on node)

2
下载
65
浏览
2017-11-12发布

14. Bootstrap-中文-API

  强大的前端开发框架,响应式页面制作——中文开发文档(Powerful front end development framework, responsive page making -- Chinese development document)

4
下载
64
浏览
2017-10-16发布

15. 放大镜

  web前端中经常用到的案例,放大一些物体。(Web frequently used cases at the front end to zoom in on some objects.)

2
下载
81
浏览
2017-08-23发布

16. js-input

  input输入特定的内容,会提示你一些,效果你肯定会喜欢的(Input input specific content, will remind you some, the effect you will like )

1
下载
66
浏览
2016-07-22发布

17. jQuery_API_for_dw

  使用于Dreamweaver的jquery提示插件. 2,打开DW,点击命令 >扩展管理 >文件 >安装扩展, 3,找到你下载好的扩展文件,一直点击确定。 4,重启DW。这样,在编写的时候就会有自动提示了。 如果我们需要手动的调出自动提示,那么: 点击:编辑 >快捷键 >(选中菜单命令下的编辑) >编辑 >现实代码提示,按照提示自己配置!(JQuery tips for use in Dreamweaver plug-ins. 2, open DW, click the command file extension management > > > install extensions, 3, find a good extension of the file you download, has been identified. 4, restart DW. In this way, in the preparation of the time will be automatically prompted. If we need to manually adjust the automatic prompt, then: Click: Edit- > > shortcuts (selected menu command edit)- > Edit- > real code tips, follow the prompts to configure their own!)

2
下载
74
浏览
2016-01-27发布

18. 1266

   html5手机端城市下拉选择代码是一款基于zepto.js制作的手机移动端城市选择特效。( html5 zepto js city)

2
下载
58
浏览
2016-01-07发布

19. canvasforIE

  IE的Canvas 元素 兼容低版本,能在IE9以下的版本中使用 HTML5的绘图元素(IE s Canvas element compatible low version, can use HTML5 graphics in IE9 version of the following elements in)

3
下载
69
浏览
2015-12-07发布

20. WEBGL_CUBO_3d

  Utilizando webgl html5 cubo 3d

9
下载
59
浏览
2015-04-28发布