码迷,mamicode.com
首页 >  
搜索关键字:annotation-config co    ( 7094个结果
Git权威指南 读笔(4)
第12章 改变历史: $ git commit --amend -m "Remove hello.h, which is useless." 修改提交说明 $ git log --decorate : 参数decorate表示显示提交所属里程碑tag $ git cherry-pick [co...
分类:其他好文   时间:2015-02-09 17:57:04    阅读次数:132
修改Chrome默认搜索引擎为Google.com
在使用Chrome的时候,Google为增强本地化搜索,或将默认的Google搜索引擎转换为本地语言,如在中国会自动转到google.com.hk,日本会会自动转到google.co.jp,如果你是一个Google.com控,比如博主我就是,不喜欢这种方式的话,你可以自己动手将其改为Google.c...
分类:其他好文   时间:2015-02-09 17:36:24    阅读次数:200
leetcode[78]Subsets
Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not co...
分类:其他好文   时间:2015-02-09 15:26:35    阅读次数:122
我的vim配置
set t_Co=256set enc=utf-8set fileencoding=utf-8set fileencodings=utf-8,prccolorscheme molokaiset guifont=Consolas:h9let g:molokai_original = 1set runt...
分类:系统相关   时间:2015-02-09 12:46:21    阅读次数:231
C++ Primer Plus 6th 读书笔记 - 第6章 分支语句和逻辑运算符
1. cin读取错误时对换行符的处理 1 #include 2 3 using namespace std; 4 5 int main() { 6 double d; 7 char c; 8 cin >> d; 9 if(!cin) {10 co...
分类:编程语言   时间:2015-02-08 23:08:14    阅读次数:182
8.无法訪问developer.android.com的解决方式。
问题:无法訪问developer.android.com,就无法知道Android的最新信息。解决的方法:寻找国外的代理ip,比方http://www.xici.net.co/上面的国外代理ip。设置方法:以谷歌浏览器(Chrome)为例。step1:点击“设置”。step2:点击“显示高级设置”。...
分类:移动开发   时间:2015-02-08 16:42:58    阅读次数:132
[141219][游戏+CG] しすたー?すきーむ3 [2.42G]
游戏名字:游戏介绍:http://www.mink.co.jp/product/sis3游戏大小: 游戏语言:日语 游戏类型:ADV是否有码:有码 游戏种子下载链接:http://www.400gb.com/file/84696781CG下载:http://www.400gb.com/file/84...
分类:其他好文   时间:2015-02-08 10:14:45    阅读次数:152
iOS iOS8新特性--UIPresentationController
1. UIPresentationController的作用 1>管理所有Modal出来的控制器 2>管理通过这个方法 - (void) presentViewController:(UIViewController *) animated:(BOOL) completion:^(void)co.....
分类:移动开发   时间:2015-02-08 00:21:43    阅读次数:211
探索Material Design
探索Material DesignBy Arthur Bodolec, Design co-founder at feedly谷歌推出了AndroidLollipop版本的系统,其中介绍了一种新的视觉设计语言Material Design(材料设计),在新系统中,Android对视觉,运动,以及跨平台和设备的交互设计上进行全面的指导。十月七日,我参加了一个谷歌举办的研讨会,在这里材料设计的UX团队分...
分类:其他好文   时间:2015-02-07 00:38:45    阅读次数:284
apache 在 加载openssl 模块时出现 “/usr/local/ssl/lib/libssl.a: could not read symbols: Bad value”错误解决方案
正式环境: 系统:Red Hat Enterprise Linux Server release 5.6 (Tikanga) 内核:2.6.18-238.31.1.el5 位数:64 测试环境: 系统:CentOS release 5.8 (Final) 内核:2.6.18-53.el5 位数: 32 相关软件版本及下载地址 1.apr: http://labs.mop.co...
分类:Web程序   时间:2015-02-06 16:43:03    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!