This post tells you how to install the mix of vagrant and virtualbox on ubuntu....
分类:
其他好文 时间:
2014-09-06 08:37:12
阅读次数:
182
Swift and Objective-C in the Same Project在项目里交叉使用Swift和OCSwift与OC的兼容性使得你能够在项目里使用Swift+OC的方式编写应用程序,称为混合+匹配(mix and match),用这样的方式能够一边使用享受新语言的高速特性,一边无缝的接...
分类:
编程语言 时间:
2014-09-04 14:35:09
阅读次数:
234
1. 判断当前jdk的位数# java -versionjava version "1.6.0_26"Java(TM) SE Runtime Environment (build 1.6.0_26-b03)Java HotSpot(TM) Server VM (build 20.1-b02, mix...
SELECT* FROM table_a a where a.id NOT IN (SELECT b.id FROM table_b b);先将两个数据表的编码统一,如果table_a的编码为utf8_general_ci,那么将这个表的编码修改下执行以下语句alert table_a CONVER...
分类:
其他好文 时间:
2014-08-28 02:04:08
阅读次数:
246
HTML Entities
Some characters are reserved in HTML.
It is not possible to use the less than () signs in your text, because the browser will mix them with tags.
To actually display reserved characters, we must use character entities ...
分类:
Web程序 时间:
2014-08-27 18:54:08
阅读次数:
304
The use case is simple, I want to use both SSD disks and SATA disks within the same machine and ultimately create pools pointing to SSD or SATA disks. In order to achieve our goal, we need to modif...
分类:
其他好文 时间:
2014-08-26 12:01:06
阅读次数:
410
MySQL replication case 一则转载:http://www.vmcd.org/2013/09/mysql-replication-case-%E4%B8%80%E5%88%99/Posted by admin on September 10th, 2013最近同事处理了一则mysq...
分类:
数据库 时间:
2014-08-13 12:38:46
阅读次数:
272
$value) { $obj[$key] = get_object_vars_deep($value); } } return $obj;}/*斐膘砉涴欴腔脤戙: "IN('a','b')";* * @param mix $item_...
分类:
Web程序 时间:
2014-08-08 17:40:46
阅读次数:
507
首先我们来看一下侧栏有哪些?点击学校简介,出现点击“校长致辞”,出现那么问题就是如何来进行自我定制呢???且往下看。我们举例“招贤纳士”菜单的自由定制进入后台,页面管理——找到“招贤纳士”页面选择编辑我们选择打勾,这时侧边栏设置菜单里出现了刚刚我们打勾的“招贤纳士”找到mix_sidebar.php...
分类:
其他好文 时间:
2014-08-04 14:00:07
阅读次数:
184
Swift与Objective-C混用简明教程转载自:https://github.com/lifedim/SwiftCasts/tree/master/000_mix_swift_objc我想很多iOS开发者在知道Swift后,心中最大的问题就是如何将Swift应用到原有项目之中。下面我将简要介绍...
分类:
移动开发 时间:
2014-07-23 11:35:46
阅读次数:
265