码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
Web前端架构杂谈:单页面应用和服务器模板系统
单页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
LeetCode Add Two Numbers
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
踏着前人的脚印学hadoop——ipc中的Server
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
Add Two Numbers leetcode
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
Add Two Numbers
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
iOS复习笔记1:HelloWorld项目
2012年10月到2013年5月期间,一直都做iOS开发,后来开始做用cocos做游戏开发。 过去了那么久,复习一下以前学的东西。 一 新建工程 打开Xcode,选择File》Project》Single View Application,然后输入工程名HelloWolrd,选择保存路径。 创建完成之后保存,如图: 二 运行 单击上图左上角的三角形按钮,程序久可...
分类:移动开发   时间:2014-12-29 23:03:44    阅读次数:226
java远程调用RMI
RMI是个典型的为java定制的远程通信协议,我们都知道,在single vm中,我们可以通过直接调用java object instance来实现通信,那么在远程通信时,如果也能按照这种方式当然是最好了,这种远程通信的机制成为RPC(Remote Procedure Call),RMI正是朝着这个目标而诞生的。...
分类:编程语言   时间:2014-12-27 16:11:11    阅读次数:129
php中的引用
php中的引用的使用还是比较好的,可以避免一些返回值或者需要修改的值的处理比如: $users = array( array("name"=>"kivmi","age"=>20,"sex"=>"male","attribute"=>"single"), arra...
分类:Web程序   时间:2014-12-27 15:03:11    阅读次数:170
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!