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

资源搜

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

微软官方的Jscript参考手册 javascript语言中文参考手册打包合_前端开发教程

资源名称:微软官方的Jscript参考手册 javascript语言中文参考手册打包合集 chm     资源截图:
陌佑
百度云
百度云

JQuery 1.4.2 API 帮助文档简体中文chm_前端开发教程

资源名称:JQuery 1.4.2 API 帮助文档简体中文chm jQuery 1.4.2 API下载地址,jQuery 1.4.2帮助文档,jQuery 1.4.2 API中文版(绝对可以用) Vista,win7的安全机制问题。  资源截图:
陌佑
百度云
百度云

Dom文档对象模型手册 CHM_前端开发教程

资源名称:Dom文档对象模型手册 CHM Dom:英文全称-Document Object Model 译成中文即是:文档对像模型.听起来很术语,其实就是文档内容的结构关系.文档类型可以是HTML或XML Dom具有对Html文件和XML文件元素的访问控制能力,简单点说利用Dom可以对某个html或xml文件添加,修改,删除元素.更改其现有的结构或内容. 如果你未接触过Dom,你会发现Dom太神奇了...不管你是菜鸟还是高手,在这个注重用户体验的web时代里,Dom是至关重要的. 如果你是一名有经验的web开发者,你应该看到过或用过以下这些命令或方法 getElementById getElementsByTagName offsetParent appendChild getAttribute  不过至今仍有人认为这些都是Javascript中的东西,其实不然,这些全是Dom中很重要的方法! 本手册涉及dom内容很全很详细.仔细阅读吧年轻的程序员,相信他对你会有帮助!  资源截图:
陌佑
百度云
百度云

高性能javascript编程 英文PDF_前端开发教程

资源名称:高性能Javascript编程 英文PDF   Yahoo! frontend engineer Nicholas C. Zakas and five other Javascript experts -- Ross Harmes, Julien Lecomte, Steven Levithan, Stoyan Stefanov, and Matt Sweeney -- demonstrate optimal ways to load code onto a page, and offer programming tips to help your Javascript run as efficiently and quickly as possible. You'll learn the best practices to build and deploy your files to a production environment, and tools that can help you find problems once your site goes live.  Identify problem code and use faster alternatives to accomplish the same task  Improve scripts by learning how Javascript stores and accesses data  Implement Javascript code so that it doesn't slow down interaction with the DOM  Use optimization techniques to improve runtime performance  Learn ways to ensure the UI is responsive at all times  Achieve faster client-server communication  Use a build system to minify files, and HTTP compression to deliver them to the browser   资源截图:
陌佑
百度云
百度云

jQuery For Dummies pdf_前端开发教程

资源名称:jQuery For Dummies pdf Learn how jQuery can make your Web page or blog stand out from the crowd! jQuery is free, open source software that allows you to extend and customize Joomla!, Drupal, AJAX, and WordPress via plug-ins. Assuming no previous programming experience, Lynn Beighley takes you through the basics of jQuery from the very start. You’ll discover how the jQuery library separates itself from other Javascript libraries through its ease of use, compactness, and friendliness if you’re a beginner programmer. Written in the easy-to-understand style of the For Dummies brand, this book demonstrates how you can add unique and exciting interactivity to a Web site or WordPress blog, including photo browsers, menus, tab-based navigation, sliding sidepanels, slideshows, transition effects, fade effects, Twitter feeds, and much, much more! Walks you through the capabilities of jQuery, the number one open source Javascript library that enables you to provide interactivity on a Web site or blog Helps you understand DOM (Document Object Model) scripting, applying CSS classes via JQuery, and adding in special effects and jQuery plug-ins to your site Shows you how to create dazzling special effects on your site, including fades, slide shows, sliding panels, tabbed navigation, and more Explains how to add customized Twitter feeds, RSS feeds to aggregate content on your site, or add a photo browser to a site or blog Introduces ways to create jQuery plug-ins for WordPress, Drupal, and more If you have queries about how you can make your blog or Web site stand apart from the crowd, jQuery For Dummies is the book for you! From the Back Cover You don’t need to be a Web programmer to jazz up your Web site with jQuery! Want to keep your Web site cutting-edge but don’t want to invest a lot of time? No worries! This book will help you add simple but compelling jQuery effects and cool prebuilt plug-ins to your site — no geekiness required. You can quickly use widgets and AJAX plug-ins, and gain the essential jQuery know-how to achieve great effects fast. Starting point — find out what jQuery can do, use HTML elements, connect the jQuery library to a Web page, and understand the basics Make things happen — learn to make page elements appear and disappear, slide, fade, and move Plug it in — explore the array of available plug-ins, download and test them, and add widgets to your site Meet Ajax — see how Ajax works with jQuery and how you can give your Web site visitors a richer experience Manage your content — discover how to use jQuery with Drupal, Joomla!, and WordPress content management systems Open the book and find: How to acquire and test jQuery Tips on understanding parent-child elements Different types of event handlers Cool things to do with page elements Effects you can achieve with animation Ways to make forms easier and more appealing to use How to add a calendar to a page Ten terrific plug-ins you’ll want Learn to: Build site special effects such as fades, sliding panels, and tabbed navigation Create a photo gallery for your blog or Web site Customize Twitter® and RSS feeds Add jQuery plug-ins for WordPress®, Drupal®, Joomla!®, and more 资源截图:  
陌佑
百度云
百度云

零基础学 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课程教材。 资源截图:
陌佑
百度云
百度云
⬅️ 1...20902091209220932094...3148

添加微信,反馈问题

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

搜索榜单

1

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

1667

2

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

1082

3

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

1040

4

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

925

5

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

883

6

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

811

最新资源

1

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

2

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

3

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

4

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

5

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

6

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

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

  • 点此立刻反馈