旧项目为oc项目 入门选择书籍 he.iOS.Apprentice 图文教程 只能看 The.iOS.Apprentice.2nd.Edition 之后都是swift介绍了 共五个教程 分张介绍 阅读教程参考了有道翻译... The iOS Apprentice 1 - Getting Starte ...
分类:
移动开发 时间:
2017-07-12 15:17:43
阅读次数:
162
Ionic 一、安装 1. 安装node 2. npm install -g cordova ionic // 安装Ionic 3. ionic start myApp tabs --v2 4. cd myApp 5. ionic serve ...
分类:
其他好文 时间:
2017-07-12 15:07:57
阅读次数:
144
Different from DOM parser, the SAX parser will parse the file from one node to another. There are several methods are common used in SAX parser: start ...
分类:
其他好文 时间:
2017-07-12 13:50:44
阅读次数:
180
windows server 2008 oracle 11.02.04 需要先建数据库,再配置Net Configuration Assistant 【链接】oracle入门很简单:四、本地Net服务名配置 http://blog.csdn.net/j958703732/article/detail ...
分类:
数据库 时间:
2017-07-12 13:40:14
阅读次数:
131
yum install -y epel-releaseyum install -y libevent memcached libmemcached 启动 /etc/init.d/memcached start ps aux |grep memcached memcached -d -p 11211 ...
分类:
系统相关 时间:
2017-07-12 13:31:46
阅读次数:
149
Threading.Condition: Threading.Semaphore: Threading.Barrier: Threading.Event: Queue: ...
分类:
编程语言 时间:
2017-07-12 12:19:44
阅读次数:
214
原文发布时间为:2009-05-17 —— 来源于本人的百度文章 [由搬家工具导入] 无刷新弹出警告: ScriptManager.RegisterStartupScript(this.Page, this.GetType(),"onekey", "alert('弹出')", true); 而以下方 ...
一、启动方式1、使用linux命令service 启动:service mysqld start2、使用 mysqld 脚本启动:/etc/inint.d/mysqld start3、使用 safe_mysqld 启动:safe_mysqld& 二、停止1、使用 service 启动:service ...
分类:
数据库 时间:
2017-07-12 00:54:07
阅读次数:
226
vue 以后发之势加上其独有的特性(压缩后很小),轻量级的MVVM框架,目前github star已有5.94万,而react 7万。由此可见是两个非常热门前端框架。这里就vue的生命周期做个初步体验。 发现看视频,动手之后,过段时间还是会忘,所以写一篇短文以备不时之需。 先附上官网的图片:vue生 ...
分类:
其他好文 时间:
2017-07-11 23:28:36
阅读次数:
487
原文地址:让你的 EditText 所有清除 參考原文:Giving your Edit Texts the All Clear 项目地址(欢迎 Star):ClearEditText 在输入文本的时候,通常当前输入的地方的末尾会有一个 ‘x’ 来结束。它的作用是,假设我们想要清空这一整行输入的时候 ...
分类:
其他好文 时间:
2017-07-11 23:15:59
阅读次数:
491