搜索资源列表
cocoaframework
- Cocoa Framework 简称Cocoa,它是Mac OS X 上的快速应用程序开发(RAD, Rapid Application Development)框 架,一个高度面向对象的(Object Oriented)开发框架。无论您是资深的Mac 开发人员,还是即将踏入Mac 开发世 界的新新人类,Cocoa 都是您开发应用程序的瑞士军刀、乐高积木,它是您构建Mac OS X 应用程序最强大、最高 效的工具。值得一提的是,苹果公司之所以能够开发出众多顶级软件,其实也正是因为有着
CrossGps
- 包含了Blackberry平台原生API的开发的大部分知识。-Blackberry platform includes the development of the native API, most of the knowledge.
ajax-tutorial
- ajax 教程,如后使用原生的 javascr ipt来发送ajax请求-ajax tutorial, such as after the use of native javascr ipt to send the ajax request
JNA_1.0
- 本文原名《使用JNA方便地调用原生函数》发表于2009年3月的“程序员”杂志上。感谢程序员杂志的许可,使这篇文章能够成为免费的电子版,发布于网络上。 程序员杂志发表此文时,略有裁剪,因此本文比程序员上的文章内容更多。 JNA的API参考手册和最新版本的pdf文档,可以在如下地址下载: http://code.google.com/p/shendl/downloads/list.
dingframework
- 使用java有多年了,一直以来使用java就是用来做web开发,学习java是从servlet和jsp学起,刚 开始感觉到serlvet,jsp好复杂,好强大,jsp强大到可以在页面里写java代码,随心所欲,无所不能。java 代码和HTML代码结合在一起好乱,后来慢慢地接触了MVC的框架,先是struts,webwork,再到struts2,特 别是struts2先进的设计理念,struts2无比的强大,但它的身躯也庞大,如此庞大的东西跑起来速度也就没 那么快了,struts
splash
- 新的jdk原生支持程序启动画面和系统托盘图标,本源码包含splash和tray的使用方法.-The jdk new native support for the program splash screen and system tray icon, the source contains a splash and the tray to use.
tanchishe---js
- 使用原生javascr ipt实现的贪吃蛇小游戏,上下左右键实现方向。P键暂停。-Use of native javascr ipt implementation of the Snake game, the arrow keys to achieve direction. P to pause.
superArray
- NdoeJS模块,用以扩展原生的数组操作,很方便~ 本地安装使用即可~-A Nodejs module for extending the handling od arrays, local install~
jQuery_cases
- jQuery是毒药,会使人不思进取,放弃原生的Javascr ipt的学习。不过从我的经验看来,事实并不是这样,笔者正是由于jQuery,才对Javascr ipt这门语言感兴趣,直至爱上Javascr ipt。兴趣是最好的老师。-jQuery is a poison, lead to complacency, to give up the learning of the native Javascr ipt. But from my experience, the fact is not th
ajax
- javascr ipt原生ajax的几种表现形式,以及封装后的js库,方便使用-the javascr ipt ajax several manifestations, and packaged js library native, easy to use
javascript
- javascr ipt 重要基础资料 有很多效果,源码原生js编写-the javascr ipt Important basic data
51cms
- 开源的java cms 直接使用原生servlet不使用任何框架速度奇快,虽然不尽完善,但核心功能已经齐全-Open source java cms directly use native servlet does not use any framework is fast, although not perfect, but the core functionality is already complete
01_service_start
- 使用JAVA生成WEBSERVICE的服务器端。JDK1.6原生API-JAVA to generate WEBSERVICE the server side. JDK1.6 native API
AJAX
- AJAX开发简略,讲述了使用原生JS编写AJAX的使用方法,AJAX的使用场合和它的作用,并且配备了随书的源码,可以直接打开查看哦-AJAX development briefly about writing AJAX use native JS, AJAX use occasions and it' s role, and is equipped with the book' s source code, you can directly open the view, oh
android
- 效果很不错,能够实现上下翻页,建议开发的人使用跨平台开发工具——统一开发环境UDE来进行查看、调试、开发哦~~统一开发环境是一款HTML5跨平台一站式应用开发、调试和部署工具, 它支持HTML5跨平台开发,原有Java跨平台插件支持Android、Symbian、Kjava的跨平台和原生开发,已覆盖Android、iOS、WP、Symbian、Kjava操作系统平台。-Very good results can be achieved flip up and down, the proposed
snake
- 基于Javascr ipt编写实现的原生贪食蛇代码,有些Bug啊,蛇不能回头,挺简洁的游戏界面,蛇的控制做的挺不错-Javascr ipt-based Snake write native code to achieve some Bug ah, the snake can not go back, very simple game interface, the snake did pretty good control
Russia
- Js版经典的俄罗斯方块游戏,原生Javascr ipt技术实现,-Js version of the classic Tetris game, native Javascr ipt technology,
jspictabys
- 发一个代码较实用的JS原生图片切换特效,因为没有使用其它的什么插件,所以兼容性也是不错的。点击右下角的数字按钮,可控制图片滑动切换。在代码里,可以对图片切换的效果进行参数设置,比如:滑动变化率、滑动延时、是否自动转换、停顿时间(Auto为true时有效、是否开始转换时执行、按钮样式也可以稍做调整。-Send a more practical JS code native picture transition effects, because there is no use of any othe
youmightnotneedjquery-gh-pages
- 常用的jquery方法在原生的Javascr ipt是怎么写的-You might not need jquery.
深入浅出JNA—快速调用原生函数1.0.pdf
- Java调用c/c++库函数,系统库函数,JNA可以模拟原生代码中的指针(Java calls c/c++ library functions.)