搜索资源列表
jianfanhuhuan
- 网站简繁互换插件.只要在代码中加入以下代码就行了,很简单吧!记得注意存放的目录否则会出错的哦! <scr ipt src=\"/js/language.js\"></scr ipt> 可以放在任何一个地方使用!没有经过DLL加密还可以自己更改需要的繁体字!-plug-swap site 66.248.97.196. As long as the code by adding the following line of code is very simple! Re
javaspr
- 现在的3.0在原来的基础上:新增256色按钮;新增原码分析器不仅可以列出JS语言中的变量和函数还能自己监测物件类;单独ASP菜单和按钮;字典功能,自动更正函数或关键词的错误拼写。在编辑上方增加了一条小型功能栏,可以增加/删除书签,显示行数,文件导航和关闭文件。这里提到的只是一小部分,还有更多的功能等待你去发掘-now 3.0 in the original basis : 256 new stand; new original code analyzers can not only presen
JS
- 网页设计语言Javascr ipt的一些教学实例,对于初学Javascr ipt的学生比较有用-Web page design language Javascr ipt some teaching examples for students learning Javascr ipt more useful
js--jsdate
- javascr ipt语言获取日期时间,可以自由选择-Date Time javascr ipt language acquisition, you can freely select
ajaxtrain
- ajax应用开发中利用jQuery编写js语言,大大减少了代码的开发量,更加方便程序的编写-ajax application development using jQuery prepared js language, greatly reducing the amount of code developed, more convenient procedures for the preparation of
MsnPass-efficacy
- 用JS语言编写的 类似MSN的密码强度效验 动态 css样式表-JS language with a similar intensity of MSN password-tested dynamic css style sheet
ext-3.2.0
- ExtJS 主要用来开发RIA富客户端的AJAX应用,主要用于创建前端用户界面,与后台技术无关的前端ajax框架。因此,可以把ExtJS用在.Net、Java、Php等各种开发语言开发的应用中。ExtJs最开始基于YUI技术,由开发人员 JackSlocum开发,通过参考JavaSwing等机制来组织可视化组件,无论从UI界面上CSS样式的应用,到数据解析上的异常处理,都可算是一 款不可多得的Javascr ipt客户端技术的精品。-ExtJS mainly used to develop AJ
RwVote
- 随着计算机和电子通讯技术的飞速发展和网络应用的深化,网络版的投票评选在活动中的方便性和重要性,目前系统定位于投票评选行业的量身开发,打造行业的领先服务评选品牌,系统整合单选/多选一体化功能,并适合图文评选,适合用于大型媒体单位、机关单位、院校机构、集团公司、门户网站可用于城市评选、美景评选、优秀人物评选、活动评选,事迹评选. 系统功能: 1、IP封锁管理、代理IP安全过滤功能,上传文件管理,防SQl注入,脏话过滤功能 2、单选/多选切换,投票开关,验证码开关,有效时间功能
js
- 这是JS课件的一部分 关于语言和语法的 希望对大家有帮助-This is a part JS courseware on language and grammar hope to help
js
- 前面讲解javascr ipt的详尽资料。包含《源码大全》,《语言教程》,《使用手册》,《技术讲座》及API-Explain the detailed information in front of javascr ipt. Contains the " source Filmography" , " Language Guide" , " manual" , " technical talks" and the API
js-Language-Reference
- Jscr ipt语言参考,全面介绍了Js的特性及关键字、函数主法、对象、运算符等的使用,适合初学者,也是熟练者必备的参考手册。-Jscr ipt Language Reference, a comprehensive introduction to the characteristics of Js and keywords, functions, the main method, objects, operators, such as the use, for beginners, but a
js
- 是JAVA语言环境下的重要源代码参参考资料,帮助朋友们节省时间和精力。是不可多得的JAVA源代码大全。-Is an important source parameter references in the JAVA language environment, save time and effort to help friends. Rare Java Source Code Complete.
js
- js脚本语言设计,嵌入到网页中可以日历选择,方便用户,并体现良好的交互性-the js scr ipt language design, embedded into the web page calendar select user-friendly, and reflect good interactivity
555dfg55gh
- 弹出式下拉导航菜单,方便修改。完美兼容ASP\PHP\站点,用JS语言写成。本人已测试。-The pop-up drop-down navigation menu, easy to modify. Perfectly compatible the ASP \ PHP \ site written in JS language. I have been testing.
JS-Validate
- Javascr ipt语言编写的表单验证,利用正则表达式校验格式等。实现文本框中英文数字校验,日期格式校验,邮箱、电话、手机校验-Javascr ipt form validation language, the use of regular expressions parity format. Alphanumeric text box to achieve parity, date format validation, mail, telephone, mobile phone and so
js银行家算法.
- 利用Java语言平台,实现银行家算法,带有图形化界面显示。(The use of Java language platform, bankers algorithm, with graphical interface display.)
Kyle Simpson You Dont Know JS ES6 & Beyond
- 有了这本书,你会: 学习新的语法,简化编程常用成语的痛点 用迭代器、生成器、模块和类组织代码 承诺结合发电机表示异步流控制 使用集合以结构化方式更有效地处理数据 利用新的API助手,包括数组、对象、数学、数字和字符串 通过元编程扩展程序的功能(No matter how much experience you have with Javascr ipt, odds are you dont fully understand the language. As part of the Y
Kyle Simpson You Dont Know JS Scope & Closures
- 与“you dont know JS”系列中的其他书籍一样,作用域和闭包潜入许多Javascr ipt程序员简单避免的语言中较复杂的部分。有了这些知识,就可以实现真正的Javascr ipt掌握。 了解范围,这是一组规则,帮助Javascr ipt引擎在代码中定位变量。 深入嵌套范围,一系列变量和函数的容器 探索基于函数和块的范围、“提升”以及基于范围的隐藏的模式和好处。 探索如何为同步和异步任务使用闭包,包括创建Javascr ipt库(Like other books in the
js
- Jscr ipt 语言参考 这些方便实用的信息将帮助您了解 Jscr ipt 的各个部分。(JS language reference.These handy and useful information will help you understand the various parts of Jscr ipt.)
js图片自动轮播切换代码
- 用js语言实现网页中的图片自动定时滚动播放(Automatic timing and rolling of pictures in web pages by JS language)