Welcome![Sign In][Sign Up]
Location:
Search - javascript O

Search list

[Other resourcejspnetcode

Description: 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与JavaScript交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序示例 实例8 查找字符串程序示例 实例9 StringBuffer综合应用程序示例 实例10 日期数据应用示例 实例11 算术表达式综合运用实例 实例12 switch语句示例 实例13 循环应用综合实例 实例14 一个简单的计数器 实例15 include指令应用示例 实例16 forward应用程序示例 实例17 param应用程序示例 实例18 plugin应用程序示例 实例19 中文字符处理程序示例 第5章 JSP的内置对象 实例20 request常用方法的应用 实例21 获得表单数据 实例22 页面重定向程序示例 实例23 定时刷新页面程序示例 实例24 记住会话的用户名 实例25 猜字母游戏 实例26 网站计数器-"JSP programming from the network infrastructure to practice" examples of code directory contains 10 chapters before all the examples source code, and examples of names which sections are as follows : Chapter 1 JSP example of a resolution outlining a JSP pages in Chapter 3 examples based Web development with HTML J 2 avaScript interactive examples Chapter 4 JSP syntax examples of three JSP the basic structure of a few simple examples 4 According to the type of integrated application packaging category five examples of integrated application examples 6 array Application examples seven characters interception procedures Example 8 Example search string procedures example examples 9 StringBuffer integrated application examples of a sample 0 Date Data Application Example 11 examples o
Platform: | Size: 395085 | Author: xk | Hits:

[xml-soap-webserviceOReilly.JavaScript.The.Definitive.Guide.5th.Editio

Description: This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today s Web 2.0 applications. This book is both an example-driven programmer s guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Scripted HTTP and Ajax XML processing Client-side graphics using the <canvas> tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applications-This Fifth Edition is a completely revised nd expanded to cover JavaScript as it is used in t oday's Web 2.0 applications. This book is both an example - driven programmer's guide and a keep-o n-your-desk reference, with new chapters that explain everything you n eed to know to get the most out of JavaScript, including : Scripted HTTP and XML processing Ajax Client-s ide graphics using the
Platform: | Size: 2292246 | Author: | Hits:

[Other resourceOReilly.JavaScript.The.Good.Parts.May.2008

Description: <JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features
Platform: | Size: 1704758 | Author: wuguofang | Hits:

[FlashMXActionScript编程实例

Description: Chapter 2: Getting Started Hello World Hello World Enhanced A simple "Hello World" application that shows the basics of how to use an ActionScript 3.0 class in an application. The Enhanced version adds a name-checking feature. These examples are meant to be built from scratch, tutorial-style. The example files are provided so you can see how they should look when completed. Chapter 4: Object-Oriented Programming Geometric Shapes Uses the object-oriented concepts of class inheritance and the implementation of interfaces to provide an application that calculates values for simple geometric shapes. Chapter 5: Display Programming Sprite Arranger Adds graphical Sprite objects to a drawing area and let you manipulate their placement in the display list. Builds upon the classes from the geometric Shapes example. Chapter 6: Working with Dates and Times Simple Clock Displays a simple analog clock face using methods of the Date and flash.util.Timer classes. Chapter 7: Working with Strings ASCII Art Loads bitmap images and coverts them into ASCII character equivalents, using a number of the methods in the String class. Chapter 8: Working with Arrays Play List Demonstrates a number of methods of the Array class while building and presenting a play list of music files. Chapter 9: Handling Errors Custom Errors Presents a simple framework containing a set of custom ApplicationError classes and shows how to throw, catch, and handle such errors. Chapter 10: Using Regular Expressions Wiki Editor Uses regular expressions to convert text containing wiki-style codes into formatted HTML text. Also shows how to use regular expressions for other conversions, such as numeric calculations. Chapter 11: Working With XML RSS Viewer Reads an RSS feed and formats the entries as HTML, including hyperlinks to the stories being referenced. This example shows the powerful new E4X statements and operators in action. Chapter 13: Event Handling Alarm Clock Demonstrates how to define, dispatch, and handle custom event classes. Extends the Simple Clock application to create an Alarm Clock with specialized AlarmEvents. Chapter 14: Networking and Communications File I/O Shows how to use the FileReference class to upload files from your local disk to a remote server, and how to download files from a remote server to your local disk. Note: To run this example you will need to set the UPLOAD_URL and DOWNLOAD_URL variables in the code to the address of a web server that will accept uploads and allow downloads. Telnet Socket Connects to a Telnet server and shows how to send and read bytes from the socket connection. Note: To run this example you will need to have access to a running Telnet server. Chapter 15: Working with Geometry Display Object Transformer Uses methods of the flash.geom.Matrix class to apply multiple geometric transformations to a DisplayObject. Chapter 16: Client System Environment Capabilities Info Lists the capabilities of your current browser and operating system, by using the SystemCapabilities class and an ExternalInterface call that uses Javascript to retrieve browser properties. Chapter 19: Using the External API IntrovertIM_CSharp IntrovertIM_HTML A tiny instant messenger application the uses the flash.external.ExternalInterface class to send messages between a Flex/ActionScript application and an external application. Two versions are provided. One uses HTML and Javascript for the external application, and the other uses C#.
Platform: | Size: 458790 | Author: swj_tommy@tom.com | Hits:

[source in ebookjspnetcode

Description: 《JSP网络编程从基础到实践》的实例代码目录中包含了前10章的所有实例的源代码,实例名称及其所处章节如下: 第1章 JSP技术概述 实例1 第一个JSP页面 第3章 Web开发基础 实例2 HTML与JavaScript交互示例 第4章 JSP语法 实例3 JSP程序的基本结构 实例4 简单数据类型综合应用实例 实例5 包装类综合应用实例 实例6 数组应用实例 实例7 字符截取程序示例 实例8 查找字符串程序示例 实例9 StringBuffer综合应用程序示例 实例10 日期数据应用示例 实例11 算术表达式综合运用实例 实例12 switch语句示例 实例13 循环应用综合实例 实例14 一个简单的计数器 实例15 include指令应用示例 实例16 forward应用程序示例 实例17 param应用程序示例 实例18 plugin应用程序示例 实例19 中文字符处理程序示例 第5章 JSP的内置对象 实例20 request常用方法的应用 实例21 获得表单数据 实例22 页面重定向程序示例 实例23 定时刷新页面程序示例 实例24 记住会话的用户名 实例25 猜字母游戏 实例26 网站计数器-"JSP programming from the network infrastructure to practice" examples of code directory contains 10 chapters before all the examples source code, and examples of names which sections are as follows : Chapter 1 JSP example of a resolution outlining a JSP pages in Chapter 3 examples based Web development with HTML J 2 avaScript interactive examples Chapter 4 JSP syntax examples of three JSP the basic structure of a few simple examples 4 According to the type of integrated application packaging category five examples of integrated application examples 6 array Application examples seven characters interception procedures Example 8 Example search string procedures example examples 9 StringBuffer integrated application examples of a sample 0 Date Data Application Example 11 examples o
Platform: | Size: 395264 | Author: xk | Hits:

[xml-soap-webserviceOReilly.JavaScript.The.Definitive.Guide.5th.Editio

Description: This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today s Web 2.0 applications. This book is both an example-driven programmer s guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript, including: Scripted HTTP and Ajax XML processing Client-side graphics using the <canvas> tag Namespaces in JavaScript--essential when writing complex programs Classes, closures, persistence, Flash, and JavaScript embedded in Java applications-This Fifth Edition is a completely revised nd expanded to cover JavaScript as it is used in t oday's Web 2.0 applications. This book is both an example- driven programmer's guide and a keep-o n-your-desk reference, with new chapters that explain everything you n eed to know to get the most out of JavaScript, including : Scripted HTTP and XML processing Ajax Client-s ide graphics using the
Platform: | Size: 2291712 | Author: | Hits:

[JSP/JavaOReilly.JavaScript.The.Good.Parts.May.2008

Description: <JavaScript:The Good Parts>全英文版,O Reilly出品,必属精品,该书的英文版是2008年5月才出版的,此为对应的chm文档,支持目录索引和搜索功能.目录如下:Syntax/Objects/Functions/Inheritance/Arrays/Regular expressions/Methods/Style/Beautiful features-<JavaScript:The Good Parts> full English, O Reilly produced, will be fine, the English version of the book was only published in May 2008, and this is the corresponding chm documentation to support directory indexing and search capabilities. Directory as follows: Syntax / Objects / Functions / Inheritance / Arrays / Regular expressions / Methods / Style / Beautiful features
Platform: | Size: 1704960 | Author: wuguofang | Hits:

[JSP/JavaMSComm.html

Description: 直接调用Mscomm32.ocx串口通讯-Direct call MsComm32.ocx Serial Communication
Platform: | Size: 1024 | Author: getwill | Hits:

[Other Web Codeajaxpinglun

Description: AJAX程序.AJAX是目前WEB2.O上应用最多的结合技术....想了解的下载去参考一下.-AJAX procedures. AJAX is the most widely used WEB2.O on a combination of technology might want to know .... Download to reference.
Platform: | Size: 25600 | Author: hyj | Hits:

[WEB Codeourdev_426108

Description: javascript 讀串口 通過js调用mscomm32.ocx-javascript 讀串口 通過js调用mscomm32.ocx
Platform: | Size: 209920 | Author: 周小明 | Hits:

[JSP/Javahangul

Description: The O-TYPE Hangul processor lets you type with Romaja. It uses a conversion table from inline Javascript. Sorry if the code is messy, I m still a little new at this!
Platform: | Size: 53248 | Author: otype | Hits:

[JSP/Javao

Description: 常用的JS控件,日期控件,弹出对话框,动态表格,动态的菜单-常用的JS控件,日期控件,弹出对话框,动态表格,动态的菜单等等
Platform: | Size: 75776 | Author: 宾庆丰 | Hits:

[JSPOReilly-JavaScript-TheDefinitiveGuide5thed(Flanaga

Description: O Reilly - JavaScript-The Definitive Guide, 5th ed (Flanagan) (2006)(JavaScript权威指南最新版)-O Reilly- JavaScript-The Definitive Guide, 5th ed (Flanagan) (2006)
Platform: | Size: 2274304 | Author: haozi | Hits:

[Compress-Decompress algrithmsJavascript(OOP)

Description: 面向对象的一个JavaScript文档,介绍js的面向对象性质 如何面向对象的 -A JavaScript object-oriented document, describes the object-oriented nature of the js object-oriented, etc.
Platform: | Size: 20480 | Author: miki | Hits:

[JSP/JavaJavaScript-5th-Edition

Description: This Fifth Edition is completely revised and expanded to cover JavaScript as it is used in today s Web 2.0 applications. This book is both an example-driven programmer s guide and a keep-on-your-desk reference, with new chapters that explain everything you need to know to get the most out of JavaScript-JavaScript: The Definitive Guide, 5th Edition By David Flanagan ............................................... Publisher: O Reilly Pub Date: August 2006 Print ISBN-10: 0-596-10199-6 Print ISBN-13: 978-0-59-610199-2 Pages: 1018
Platform: | Size: 2291712 | Author: zhangfan | Hits:

[WEB Coderogozhka-ajax-chat-0.2.1

Description: Ajax Easy Customizable Web Chat, shows messages w/o reloading page. PHP, MySQL and Javascript driven. Current is pre-Alpha working demo You can easily change the look. Features in plan: private chat rooms, user registration, context menu moderation.
Platform: | Size: 91136 | Author: Chicx | Hits:

[JSP/Javabieudo

Description: Javascript,nhậ p số tạ o biể u đ ồ -Javascript,nhậ p số tạ o biể u đ ồ
Platform: | Size: 26624 | Author: Thanh | Hits:

[OtherGame-server-development-in-node-hujs

Description: Node.js is a platform built on  Chrome s JavaScript runtime  for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
Platform: | Size: 5643264 | Author: sam | Hits:

[Internet-Networksample

Description: 一个简单的控制F5,F11,Ctrl+B,Ctrl+D,Ctrl+E,Ctrl+H,Ctrl+I,Ctrl+L,Ctrl+N,Ctrl+O,Ctrl+P,Ctrl+R,Ctrl+W,ENTER,ALT+F4等等不可用的javascript脚本,-A simple control F5, F11, Ctrl+B, Ctrl+D, Ctrl+E, Ctrl+H, Ctrl+I, Ctrl+L, Ctrl+N, Ctrl+O, Ctrl+P, Ctrl+R, Ctrl+W, ENTER, ALT+ F4 unavailable javascript script
Platform: | Size: 2048 | Author: 赵男 | Hits:

[JSP/JavaJAVASCRIPT

Description: java Script在线教程,可帮助大家在线自己学习哦, java Script在线教程,可帮助大家在线自己学习哦-Javascript,javaxuexide lei zi o javaxuexide lei zi o javaxuexide lei zi o javaxuexide lei zi o
Platform: | Size: 193536 | Author: 舒兰 | Hits:
« 12 »

CodeBus www.codebus.net