☆ 资源说明:☆ [奥莱理] 深入浅出 JavaScript 编程 (英文版) [奥莱理] Head First JavaScript Programming (E-Book) ☆ 图书概要:☆ This brain-friendly guide teaches you everything from JavaScript language fundamentals to advanced topics, including objects, functions, and the browser’s document object model. You won’t just be reading—you’ll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript in ways you never imagined. And you’ll write real code, lots of it, so you can start building your own web applications. We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First JavaScript Programming uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep. ☆ 出版信息:☆ [作者信息] Eric T. Freeman, Elisabeth Robson [出版机构] 奥莱理 [出版日期] 2014年04月10日 [图书页数] 704页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:04:28 73.37MB JavaScript
1
☆ 资源说明:☆ [奥莱理] Java 性能优化 权威指南 (英文版) [奥莱理] Java Performance The Definitive Guide (E-Book) ☆ 图书概要:☆ Coding and testing are often considered separate areas of expertise. In this comprehensive guide, author and Java expert Scott Oaks takes the approach that anyone who works with Java should be equally adept at understanding how code behaves in the JVM, as well as the tunings likely to help its performance. You’ll gain in-depth knowledge of Java application performance, using the Java Virtual Machine (JVM) and the Java platform, including the language and API. Developers and performance engineers alike will learn a variety of features, tools, and processes for improving the way Java 7 and 8 applications perform. ☆ 出版信息:☆ [作者信息] Scott Oaks [出版机构] 奥莱理 [出版日期] 2014年05月01日 [图书页数] 426页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:04:03 10.99MB Java
1
☆ 资源说明:☆ [奥莱理] Speaking JavaScript (英文版) [奥莱理] Speaking JavaScript (E-Book) ☆ 图书概要:☆ Speaking JavaScript helps you approach the language with four standalone sections. First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth. Complete contents include: - JavaScript quick start: Familiar with object-oriented programming? This part helps you learn JavaScript quickly and properly. - JavaScript in depth: Learn details of ECMAScript 5, from syntax, variables, functions, and object-oriented programming to regular expressions and JSON with lots of examples. Pick a topic and jump in. - Background: Understand JavaScript’s history and its relationship with other programming languages. - Tips, tools, and libraries: Survey existing style guides, best practices, advanced techniques, module systems, package managers, build tools, and learning resources. ☆ 出版信息:☆ [作者信息] Axel Rauschmayer [出版机构] 奥莱理 [出版日期] 2014年03月24日 [图书页数] 460页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:03:24 8.08MB JavaScript
1
☆ 资源说明:☆ [No Starch Press] JavaScript 面向对象设计原则 (英文版) [No Starch Press] The Principles of Object-Oriented JavaScript (E-Book) ☆ 图书概要:☆ If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive object-oriented language that puts many design decisions right into your hands. In The Principles of Object-Oriented JavaScript, Nicholas C. Zakas thoroughly explores JavaScript's object-oriented nature, revealing the language's unique implementation of inheritance and other key characteristics. ☆ 出版信息:☆ [作者信息] Nicholas C. Zakas [出版机构] No Starch Press [出版日期] 2014年02月24日 [图书页数] 120页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:03:01 1.75MB JavaScript
1
☆ 资源说明:☆ [奥莱理] RESTful Java 开发 (Jax-RS 2.0 实现) (英文版) [奥莱理] RESTful Java with JAX-RS 2.0 (E-Book) ☆ 图书概要:☆ Learn how to design and develop distributed web services in Java, using RESTful architectural principles and the JAX-RS 2.0 specification in Java EE 7. By focusing on implementation rather than theory, this hands-on reference demonstrates how easy it is to get started with services based on the REST architecture. With the book’s technical guide, you’ll learn how REST and JAX-RS work and when to use them. The RESTEasy workbook that follows provides step-by-step instructions for installing, configuring, and running several working JAX-RS examples, using the JBoss RESTEasy implementation of JAX-RS 2.0. ☆ 出版信息:☆ [作者信息] Bill Burke [出版机构] 奥莱理 [出版日期] 2013年12月29日 [图书页数] 392页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:02:37 5.85MB Java Jax-RS RESTful
1
☆ 资源说明:☆ [奥莱理] Java 网络编程 第4版 (英文版) [奥莱理] Java Network Programming 4th Edition (E-Book) ☆ 图书概要:☆ This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs. Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies. Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP Learn how Java’s core I/O API handles network input and output Discover how the InetAddress class helps Java programs interact with DNS Locate, identify, and download network resources with Java’s URI and URL classes Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies Write servers and network clients, using Java’s low-level socket classes Manage many connections at the same time with the nonblocking I/O ☆ 出版信息:☆ [作者信息] Elliotte Rusty Harold [出版机构] 奥莱理 [出版日期] 2013年10月14日 [图书页数] 502页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:02:11 7.05MB Java Network Programming
1
☆ 资源说明:☆ [Packt Publishing] Java 持久化 (MyBatis 3 实现) (英文版) [Packt Publishing] Java Persistence with MyBatis 3 (E-Book) ☆ 出版信息:☆ [作者信息] K. Siva Prasad Reddy [出版机构] Packt Publishing [出版日期] 2013年06月20日 [图书页数] 132页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:01:48 770KB Java MyBatis
1
☆ 资源说明:☆ [Pragmatic Bookshelf] Java 虚拟机并发编程 (英文版) [Pragmatic Bookshelf] Programming Concurrency on the JVM Mastering Synchronization, STM, and Actors (E-Book) ☆ 出版信息:☆ [作者信息] Venkat Subramaniam [出版机构] Pragmatic Bookshelf [出版日期] 2011年09月02日 [图书页数] 280页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:01:26 3.64MB Java
1
☆ 资源说明:☆ [Apress] 数据可视化 高级程序设计 (R 及 JavaScript 实现) (英文版) [Apress] Pro Data Visualization using R and JavaScript (E-Book) ☆ 出版信息:☆ [作者信息] Tom Barker [出版机构] Apress [出版日期] 2013年06月19日 [图书页数] 216页 [图书语言] 英语 [图书格式] PDF 格式
2023-12-23 07:00:46 9.43MB JavaScript R 数据可视化
1
Home Ftp Server是一款简单易用的免费FTP软件,可以让你的朋友共享FTP服务器上的资料。它可以为用户提供单独的虚拟目录,实时监测在线用户,使用浏览器模式管理FTP服务器
2023-12-22 14:19:54 970KB ftp
1