资源搜
资源搜
👀 联系夏柔
🔥 投稿源码
资源搜

资源搜

  • 全部
  • 123盘
  • 阿里盘
  • 百度云
  • 迅雷
  • 夸克
  • 115
  • 蓝奏云
  • 其他
已收录34127条资源,仅供学习交流,请在24h内删除资源!

零基础学 javascript 第2版 (丁士锋) 中文PDF_前端开发教程

资源名称:零基础学 Javascript 第2版 (丁士锋) 中文PDF   第一篇 基础篇  第1章 Javascript简介  1.1 什么是Javascript  1.2 Javascript与Java的区别  1.3 Javascript程序运行开发环境  1.4 Javascript的优点与局限  1.5 小结  1.6 本章练习  第2章 数据类型、常量与变量  2.1 基本数据类型  2.1.1 字符串型  2.1.2 数字型  2.1.3 布尔型  2.2 复合数据类型  2.2.1 对象  2.2.2 数组  2.3 其他数据类型  2.3.1 函数  2.3.2 null  2.3.3 undefined  2.4 数据类型的转换  2.4.1 隐式类型转换  2.4.2 显式类型转换  2.5 常量  2.5.1 整数常量  2.5.2 浮点常量  2.5.3 字符串常量  2.5.4 字符串中的转义字符  2.5.5 布尔常量  2.5.6 数组常量  2.6 变量  2.6.1 变量的命名方式  2.6.2 变量类型  2.6.3 定义变量  2.6.4 定义变量的注意事项  2.6.5 变量的值  2.6.6 变量的有效范围  2.6.7 使用变量的注意事项  2.7 保留字  2.7.1 Javascript中的保留字  2.7.2 ECMA中的保留字  2.7.3 避免使用的字符串  2.8 小结  2.9 本章练习  第3章 表达式与运算符  3.1 表达式  3.2 操作数  3.3 运算符介绍  3.3.1 运算符  3.3.2 操作数的类型  3.4 算术运算符  3.4.1 加法运算符  3.4.2 减法运算符  3.4.3 乘法运算符  3.4.4 除法运算符  3.4.5 模运算符  3.4.6 负号运算符  3.4.7 正号运算符  3.4.8 递增运算符  3.4.9 递减运算符  3.5 关系运算符  3.5.1 相等运算符  3.5.2 等同运算符  3.5.3 不等运算符  3.5.4 不等同运算符  3.5.5 小于运算符  3.5.6 大于运算符  3.5.7 小于或等于运算符  ……  第4章 语句  第5章 函数  第6章 对象  第7章 数组  第二篇 实用篇  第8章 Javascript对象层次与事件处理  第9章 窗口与框架  第10章 屏幕对象与浏览器对象  第11章 历史对象与地址对象  第12章 文档对象  第13章 表单对象  第14章 cookie  第三篇 Ajax篇  第15章 Ajax初步――无刷新表单提交  第16章 Ajax应用――构造动态加载的树  第17章 常见的Ajax框架介绍   资源截图:
陌佑
百度云
百度云

Ajax应用程序安全 英文PDF_前端开发教程

资源名称:Ajax应用程序安全 英文PDF Securing Ajax Applications succinctly explains that the same back-and-forth communications that make Ajax so responsive also gives invaders new opportunities to gather data, make creative new requests of your server, and interfere with the communications between you and your customers. This book presents basic security techniques and examines vulnerabilities with Javascript, XML, JSON, Flash, and other technologies -- vital information that will ultimately save you time and money. Topics include: An overview of the evolving web platform, including APIs, feeds, web services and asynchronous messaging Web security basics, including common vulnerabilities, common cures, state management and session management How to secure web technologies, such as Ajax, Javascript, Java applets, Active X controls, plug-ins, Flash and Flex How to protect your server, including front-line defense, dealing with application servers, PHP and scripting Vulnerabilities among web standards such as HTTP, XML, JSON, RSS, ATOM, REST, and XDOS How to secure web services, build secure APIs, and make open mashups secure 资源截图:
陌佑
百度云
百度云

javascript 参考手册 中文chm_前端开发教程

资源名称:Javascript 参考手册 中文chm     资源截图:
陌佑
百度云
百度云

精通javascript 中文PDF_前端开发教程

资源名称:精通Javascript 中文PDF   这本书英文名是Pro Javascript Techniques。是jQuery之父John Resig所写的。    书中的内容确实比较高级些,并非如犀牛书般的基础参考而已。    这本书看下来的感觉就是:果然是JQ之父写的!    为什么这样说呢,因为这本书可以说是JQ的源码解读。这里的很多篇幅都可以看做JQ的一些方法的原型实现。    包括选择器,attr,insert,append,remove等,还有event注册等方法。    如果你想要体会JQ是如何炼成的,看这本书是最好不过的了,对于你对JS的理解会上一个层次,了解JQ编写的原理,体会到大师的想法。 这本书英文名是Pro Javascript Techniques。是jQuery之父John Resig所写的。    书中的内容确实比较高级些,并非如犀牛书般的基础参考而已。    这本书看下来的感觉就是:果然是JQ之父写的!    为什么这样说呢,因为这本书可以说是JQ的源码解读。这里的很多篇幅都可以看做JQ的一些方法的原型实现。    包括选择器,attr,insert,append,remove等,还有event注册等方法。    如果你想要体会JQ是如何炼成的,看这本书是最好不过的了,对于你对JS的理解会上一个层次,了解JQ编写的原理,体会到大师的想法。    资源截图:
陌佑
百度云
百度云

Head First ja<x>vasc<x>ript 英文pdf_前端开发教程

资源名称:Head First Javascript 英文pdf 《Head first javascript 》 著名的head first系列图书之一 英文pdf版 ,非扫描版 以前有位朋友发过这个资源,但是是扫描版的,不太清晰。这个版本是非扫描版,绝对高清晰,从网上好不容易找到的,发上来与大家共享。 本书是一部优秀的、注重实践的Javascript教程。作者首先概览了Javascript,包括它的语法、良好的编码习惯、DOM编程原则等;然后构建了Javascript工具包,包括动态操作标记、使用CSS和DOM修改页面风格、验证表单、处理图像等;接着通过一个完整的案例研究阐明了如何使用多种Javascript 技术协同工作;最后单独设计一章来讲述第三方示例,演示了YUI 和 jQuery Javascript库的使用。. 本书适合初级和中级水平的Javascript开发人员阅读,可作为高等院校计算机专业的Javascript课程教材。 资源截图:
陌佑
百度云
百度云

JQuery 菜鸟到忍者 pdf_前端开发教程

资源名称:JQuery 菜鸟到忍者 pdf jQuery: Novice to Ninja is a compilation of best-practice jQuery solutions to meet the most challenging Javascript problems. In this question-and-answer book on jQuery, you’ll find a cookbook of ready-to-go solutions to help breathe life into your web page. Topics covered include: – Scrolling, Resizing and Animating Webpage elements – Backgrounds, Slideshows, and Crossfaders – Menus, Tabs, and Panels – Buttons, Fields, and Controls – Lists, Trees, and Tables – Frames, Windows, and Dialogs – Adding interactivity with Ajax – Using the jQuery User Interface Themeroller – Writing your own jQuery plug-ins All code used to create each solution is available for download and guaranteed to be simple, efficient and cross-browser compatible. About the Author Sporting a Masters in Information Technology and a lifetime of experience on the “web of hard knocks”, Earle Castledine (Mr Speaker) holds an interest in everything to do with computers. A Senior Systems Analyst and Javascript expert – he is equally happy in the muddy pits of .NET code as in the fluffy fields of client-side interaction development. Co-creator of the client-side opus TurnTubelis, Earle recognizes the Internet not as a lubricant for social change, but as a vehicle for unleashing frivolous ECMAscript gadgets and interesting time-wasting technologies.  资源截图:
陌佑
百度云
百度云

javascript Examples Bible PDF_前端开发教程

资源名称:Javascript Examples Bible PDF   A common thread running throughout most of my computer-book–writing  career is that I tend to write a book I wish I had had in order to learn a new  technology in the first place. Because I must write that book without the benefit of  existing models, I begin by doing my best to master the technology, and then I write  the book to help other newcomers learn as much as I did, but more quickly and  with less pain, anguish, and confusion. To accomplish that goal, I write as much  content as I feel is necessary to cover the topic in the depth that my readers  require.  When I started on what became the 4th and Gold editions of the Javascript Bible,  there were models to follow (my previous three editions) plus a substantial amount  of brand new material, much of which had not yet been documented anywhere. I  also assumed the responsibility of integrating the frequently conflicting and competing  philosophies of the ways the Javascript language is applied to a variety of  browser brands and versions. Resolving these conflicts is a challenge that I face in  my own programming work with clients, and I take great pleasure in sharing my  solutions and approaches with other programmers floating in the same boat.  As my editor and I began counting the pages I had assembled for these new editions,  we discovered that the number of pages far outstripped the printer’s binding  capabilities, even in a thicker volume made possible by using a hard cover (the  Gold edition). Certainly not all of the words that I had written were so precious that  some of them couldn’t be cut. But we were hundreds of pages beyond capacity. To  cut that much content would have forced exclusion of coverage of language or document  object model vocabulary.  Fortunately, as had been done in previous editions, the plan for the new editions  included Adobe Acrobat versions of the books on the accompanying CD-ROM.  Although a significant compromise to ease of reading, it was possible to move some  of the book’s content to the CD-ROM and leave the most important parts on the  printed page. For the softcover 4th edition, reference chapters covering less-used or  advanced subjects were pulled from print; for the hardcover Gold edition, which  was longer and targeted more for professional scripters, the advanced chapters  were put back into the book (along with 15 additional chapters for that edition),  and the Javascript tutorial was exiled to the CD-ROM.   资源截图:
陌佑
百度云
百度云

微软javascript手册js 中文PDF_前端开发教程

资源名称:微软Javascript手册js 中文PDF     资源截图:
陌佑
百度云
百度云

jQuery攻略 中文pdf_前端开发教程

资源名称:jQuery攻略 中文pdf iQuery是目前应用最广泛的Javascript框架之一。已经成为微软ASP.NET、Visual Studio和诺基亚Web Run Time等主流开发平台的重要组成部分。借助jQuery的魔力,数十行Javascript代码可以被神奇地压缩成区区几行。诸多Web开发人员就是在那一瞬间深深迷恋上了这个方便快捷、功能完备的利器。 本书从实际应用角度出发,介绍了使用jQuery的方方面面,不仅包括处理字符串等比较基础的内容,还涉及表单验证、视觉特效等进阶知识,以及如何使用它来实现Ajax功能,如何使用插件得到更高的开发效率。等等。几乎囊括了在使用jQuery的过程中遇到的各类问题。此外。作者按照“问题描述——解决方案——知其所以然”的思路组织全书内容,将各种实用的jQuery技巧穿插在案例中,使读者轻松掌握jQuery。 资源截图:
陌佑
百度云
百度云

Ext JS 3.0 Cookbook 英文pdf_前端开发教程

资源名称:Ext JS 3.0 Cookbook 英文pdf Work with different browsers, platforms, and the DOM, as well as determine and understand the different ExtJS data types Create your own custom Ext JS data types as you extend their functionality Build great-looking and friendly forms by using client and server-side field validation, form loading, submission, field customization, and layout techniques Explore the different layouts provided by the Ext JS library as well as create your own, and understand their common uses Display, edit, and group tabular data generated by the server using Grid Panels Explore the advantages and the efficiency tradeoffs of widgets such as Combo boxes Use the drag and drop features of the grid component, data editing with the new RowEditor Class, and the new lightweight ListView component Explore multiple ways of displaying master-details relationships Group components or information under the same container to build hierarchical views of information by using TabPanel components Use patterns to build a solid and flexible application architecture and implement additional design patterns such as auto-saving form elements, component state management, and code modules to build robust and flexible applications with Ext JS Build your own custom components on top of the Ext framework and enhance the custom components created by the Ext JS users' communityApproach The Ext JS Cookbook contains step-by-step instructions for Ext JS users to build desktop-style interfaces in their own web applications. The book is designed so that you can refer to it chapter by chapter, or you can look at the list of recipes and read them in no particular order. 资源截图:
陌佑
百度云
百度云
⬅️ 1...18621863186418651866...2920

添加微信,反馈问题

微信及时反馈问题,方便沟通,请备注 ❤️

搜索榜单

1

骚老板资源网整站源码 打包数据高达2GB

1647

2

绿色风格网络公司源码 php网络建站公司源码

1068

3

(自适应手机版)响应式餐饮美食企业网站源码 餐饮品牌连锁机构织梦模板

1032

4

雷速问卷调查系统(疫情上报系统) v7.08

908

5

Zblog仿918回忆模特写真网带整站数据图库系统源码

873

6

一款笑话类网站源码 简约清爽的织梦笑话网站模板

804

最新资源

1

网狐电玩系列/乐游电玩城/免微信免短信登陆

2

湖南地方玩法好玩互娱纯源码

3

最新更新网狐旗舰大联盟+UI工程

4

傲玩系列客户端通用加解密工具

5

优米H5电玩城组件/多语言/带84个游戏/后台带控+搭建视频教程

6

网狐系列猫娱乐新UI蜡笔小新金币组件

友情链接:
免费APISSL在线检测在线pingAPI版本项目seo教程免费下载狗凯源码网 查看更多
网站地图 法律声明
本站所存储的源码数据均为转载,不提供在线播放和下载服务。本站为非盈利性,不收取费用,所有内容不用于商业行为,仅供学习交流使用。如有侵权,请联系15001904@qq.com
  • 联系微信,反馈问题

  • 点此立刻反馈