单页Web应用程序:
单页应用(Single
Page Application)越来越受web开发者欢迎,单页应用的体验可以模拟原生应用,一次开发,多端兼容。单页应用并不是一个全新发明的技术,而是随着互联网的发展,满足用户体验的一种综合技术,更大有吹捧者。
这种技术近几年随着移动端的大热也渐渐升温,BackBone,Angular等前端框架兴起,结合NodeJs,使得前后端语言同一,前...
分类:
Web程序 时间:
2015-01-02 16:03:44
阅读次数:
401
Every single day without dancing is one day we betrayed of life....
分类:
其他好文 时间:
2015-01-02 16:03:05
阅读次数:
171
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:
其他好文 时间:
2015-01-01 18:35:47
阅读次数:
184
1、An abstract IPC service. IPC calls take a single {@link Writable} as a parameter, and return a {@link Writable} as their value. A service runs on a ...
分类:
其他好文 时间:
2015-01-01 10:05:50
阅读次数:
199
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:
其他好文 时间:
2014-12-31 20:11:16
阅读次数:
231
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a link...
分类:
其他好文 时间:
2014-12-31 11:23:10
阅读次数:
154
2012年10月到2013年5月期间,一直都做iOS开发,后来开始做用cocos做游戏开发。
过去了那么久,复习一下以前学的东西。
一 新建工程
打开Xcode,选择File》Project》Single View Application,然后输入工程名HelloWolrd,选择保存路径。
创建完成之后保存,如图:
二 运行
单击上图左上角的三角形按钮,程序久可...
分类:
移动开发 时间:
2014-12-29 23:03:44
阅读次数:
226
RMI是个典型的为java定制的远程通信协议,我们都知道,在single vm中,我们可以通过直接调用java object instance来实现通信,那么在远程通信时,如果也能按照这种方式当然是最好了,这种远程通信的机制成为RPC(Remote Procedure Call),RMI正是朝着这个目标而诞生的。...
分类:
编程语言 时间:
2014-12-27 16:11:11
阅读次数:
129
php中的引用的使用还是比较好的,可以避免一些返回值或者需要修改的值的处理比如: $users = array( array("name"=>"kivmi","age"=>20,"sex"=>"male","attribute"=>"single"), arra...
分类:
Web程序 时间:
2014-12-27 15:03:11
阅读次数:
170