《现代JavaScript实践:深入研究ES6和未来JavaScript》英文版 O'Reilly Media 2017年6月出版 epub格式 OReilly.Practical.Modern.JavaScript.Dive.into.ES6.and.the.Future.of.JavaScript (Jun 2017)
2023-06-14 00:31:08 1.17MB JavaScript ES6
1
If you want to improve responsiveness or the UX in your ASP.NET applications, JavaScript can be a life saver. In an age where server-side operations have shifted to the client, being able to handle JavaScript with confidence and fluency is vital for ASP.NET developers. There’s no point trying to fight it, so start learning with this book. Make sure your projects exceed user expectations. Begin by getting stuck into the basics of JavaScript, and explore the language in the context of ASP.NET Core. You’ll then find out how to put the principles into practice, as you learn how to develop a basic ASP.NET application using Angular 2 and TypeScript. You’ll also develop essential skills required to develop responsive apps, with a little help from AJAX, ensuring that you’re building projects that can be easily accessed across different devices. With guidance on Node.js and some neat techniques to test and debug a range of JavaScript libraries in Visual Studio, you’ll soon be well on your way to combining JavaScript with ASP.NET in a way that’s capable of meeting the challenges of modern web development head-on. What you will learn Get to grips with the basic to advanced concepts of JavaScript Learn how to use JavaScript on server side using Node.js Develop web applications in ASP.NET using JavaScript Get to know with industry-wide best practices and design patterns that provide maintainability and scalability Build an ASP.NET application using Angular 2 with TypeScript and Web API Explore WinJS and see how to use mobile capabilities from web applications Use JavaScript to develop scalable ASP.NET applications See how to test and debug JavaScript
2023-06-14 00:19:39 5.98MB JavaScript for .NET Developers
1
详细介绍JavaScript开发Web程序技术
2023-06-13 20:40:32 54.01MB JavaScript
1
旅游主题 技术:html+css+js 页面数量:12页 资源来源:www.xhuocode.cn 代码日期新鲜、质量好、可修改为万能主题、相当推荐。
2023-06-13 00:42:14 66.56MB html css 餐饮旅游 javascript
1
合适新手哦
2023-06-13 00:33:36 2.13MB html5 css js
1
本毕设旨在开发一个基于PHP的网上书店。随着互联网的不断发展,越来越多的人开始倾向于通过网上购买物品,包括书籍。本项目将利用PHP技术开发一个网上书店,为用户提供一个方便快捷、实用高效的购书平台。 ## 设计目标 本项目的设计目标是实现以下功能: - 用户注册、登录、注销; - 用户个人信息管理; - 书籍分类、搜索、浏览; - 书籍加入购物车、结算、购买; - 订单管理; - 后台管理; ## 技术方案 本项目将使用PHP技术进行开发,涉及到的技术包括但不限于: - PHP语言; - MySQL数据库; - HTML、CSS、JavaScript等前端技术; - Ajax技术; - Apache、Nginx等Web服务器; - Linux等操作系统; ## 开发流程 本项目的开发流程如下: 1. 需求分析:对网上书店的功能进行详细分析,确定开发目标和技术方案; 2. 系统设计:根据需求设计系统架构、数据库结构、页面布局等; 3. 编码实现:根据设计方案进行编码实现; 4. 测试调试:对系统进行功能测试、性能测试、安全测试等,确保系统的稳定性和安全性; 5. 部署上线
2023-06-11 11:29:53 68KB php 毕业设计 html 项目源码
1
26.在JS中如何获取id为username的文本框的值,如何获取名字为username的文本框的值,用JS代码表示(2分) var userName=document.getElementsByName("username")[0].value; var username=document.getElementById("username").value; 27.用JS代码清空所有文本框的值,用JS代码表示(3分) var inputs = document.getElementsByTagName("input"); for( var i = 0 ; inputs.length ; inputs++ ) { if(inputs[i].type == "text" ) { inputs[i].value = ""; } } 28.JS中用什么方法去读取DIV标记的HTML内容,和文本内容,用代码表示,假设这个DIV的id为div1(2分) var div= document.getElementById(“div1”)[removed]; 29.用JS实现一个id为book的div的显示和隐藏(1分) .解释evel函数 (1分) evel函数可以接受一个字符串作为参数,并把此字符串当做一段javascript代码去执行,如果字符串执行结果是一个值则返回此值,否则返回undefined。如果参数不是一个字符串,则直接返回该参数 40.数组的join方法和字符串的split方法的作用是什么 (2分) join()把数组中的所有元素放入一个字符串中 参数separator默认逗号为分隔符 split() 将一个字符串分割为子字符串,将结果作为字符串数组返回,若字符串中存在多个分割符号,亦可分割。 41.如何判断一个对象的值为null,用代码实现,假设对象的名字为obj (1分) var objld=doucment.getElementsByName(“obj”); if (objld==null){……} 42.用代码实现动态生成一个按钮,并添加到一个id为div1的标签中 (2分)
2023-06-08 06:39:18 33KB JavaScript 面试 考题 答案
1
酒店管理 通过使用html,php和mysql开发酒店管理系统
2023-06-07 23:55:34 1.82MB HTML
1
Yocto-for-Raspberry-Pi 这是Packt发布的的代码存储库。 它包含从头到尾完成本书所必需的所有支持项目文件。 ##说明和导航 本书随附的代码旨在帮助您进行练习,而不是代替本书本身。 出于上下文使用,该代码可能会导致无法使用的配置,并且不提供任何保修。 该代码将如下所示: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = "6" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ /home/packt/RASPBERRYPI/poky/meta \ /home/packt/RASPBERRYPI/poky/meta-yocto \ /home/p
2023-06-07 22:16:19 8.7MB JavaScript
1
Openlary4加载ArcGIS离线瓦片地图
2023-06-06 08:03:37 635KB JavaScript开发-地图
1