Git和Repo管理使用简要介绍
http://blog.csdn.net/stevenhu_223/article/details/8828130在Linux平台下进行Android系统项目开发时,需要git或repo管理。
一. Git和Repo的区别: 1. Git:Git是一个开源的分布.....
分类:
其他好文 时间:
2014-04-30 04:17:34
阅读次数:
462
直接拿来用!最火的Android开源项目(一)http://www.csdn.net/article/2013-05-03/2815127-Android-open-source-projects直接拿来用!最火的Android开源项目(二)http://www.csdn.net/article/2...
分类:
移动开发 时间:
2014-04-30 04:01:10
阅读次数:
554
Entity
Framework菜鸟初飞http://blog.csdn.net/zezhi821/article/details/7235134
分类:
其他好文 时间:
2014-04-30 03:06:39
阅读次数:
443
Given preorder and inorder traversal of a tree,
construct the binary tree.Note:You may assume that duplicates do not exist in
the tree.思路:由前序遍历数组和中序遍历...
分类:
其他好文 时间:
2014-04-30 02:20:33
阅读次数:
366
转载自:http://blog.csdn.net/onestep365/article/details/1897626#include #include
#include int main(){ char *str = (char *)malloc(100); strcpy(str, "hello"...
分类:
其他好文 时间:
2014-04-30 01:51:48
阅读次数:
427
收集一些对PHP研究较深的文章,方便平时的查阅。 1)弱类型变量实现 2)PHP的生命周期
3)变量的引用计数、写时复制(Reference counting & Copy-on-Write) 4)变量的存储方式 5)数组
6)HashTable API 7)面向对象
分类:
Web程序 时间:
2014-04-30 01:38:26
阅读次数:
565
1.如果你看到一个数组的行为方式很像一个数据结构,就可以把数组变成对象private int
aa,变成: int aa; public int GetAA() {return aa;}//好处:使得获取的数据更加有效
分类:
其他好文 时间:
2014-04-30 00:55:25
阅读次数:
373
//1.创建一个数组对象 int、float、char等等C语言的类型无法直接放到OC的数组里面
NSMutableArray*array = [NSMutableArrayarrayWithObjects:@"1",@"2",nil];
//2.使用NSNumber对NSInte...
分类:
其他好文 时间:
2014-04-30 00:53:19
阅读次数:
519
本文转自:http://blog.csdn.net/generalfu/article/details/7906561同义词定义
当一个用户想访问另外一个用户的表时, 需要在表前加用户名,总加表名不方便, 为此可以为用户名、表名起个小名别名, 以方便访问,此别名就是同义词。创建同义词
create ...
分类:
数据库 时间:
2014-04-30 00:44:03
阅读次数:
627
http://wenku.baidu.com/course/view/1ce3571252d380eb62946d8chttp://iphone.apkbus.com/www.itcast.cn
//博客http://blog.csdn.net/cutesource/article/details/...
分类:
移动开发 时间:
2014-04-30 00:29:45
阅读次数:
636