http://www.gradle.org/docs/current/userguide/gradle_command_line.htmlAppendixD.Gradle Command LineThegradlecommand has the following usage:gradle[opti...
分类:
移动开发 时间:
2014-10-29 12:50:19
阅读次数:
287
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
编程语言 时间:
2014-10-29 12:49:29
阅读次数:
204
使用logcat命令查看和跟踪系统日志缓冲区的命令logcat的一般用法是:[adb] logcat [] ... [] ... 下文介绍过滤器和命令选项,详细内容可参见Listing of logcat Command Options。 可以在开发机中通过远程shell的方式使用logcat...
分类:
数据库 时间:
2014-10-29 12:43:52
阅读次数:
189
I have a UIView and I'm trying to set its layer properties.self.colorSwatch = [[UIView alloc] initWithFrame:CGRectMake(400, 150, 100, 100)];self.color...
分类:
其他好文 时间:
2014-10-29 12:39:13
阅读次数:
143
首先这个问题的产生是由于缺少Theme.AppCompat.Light这个主题产生的,而这个主题 的是存在于android\support\appcompat-v7支持库中的,注意不是jar包。No resource found that matches the given name 'Theme....
分类:
移动开发 时间:
2014-10-29 10:41:35
阅读次数:
166
Xcode Command Line Tools(命令行工具)
OS X 10.9 Mavericks正式发布,免费更新,立即去更新看看效果。
不过升级后安装命令行工具(Command Line Tools)时发现官网没有clt的下载安装包了,原来改了,使用命令在线安装。
打开终端,输入命令:xcode-select --install...
分类:
其他好文 时间:
2014-10-29 00:18:57
阅读次数:
631
网上多半都是命令行下的解决方案,我用的是EGit,所以要在eclipse里(我的版本是kepler)把下面这句话添加到配置文件中.Window->Preference->Team->Git->Configuration->Repository Settings->选择你的repository,然后点...
分类:
其他好文 时间:
2014-10-28 23:40:03
阅读次数:
349
http://www.cnblogs.com/yjf512/p/3640346.html? prompt:glib2 not found? solution:apt-get install libglib2.0 prompt:libncurses5-dev is missing solution:apt-get install libncurses5-dev...
分类:
Web程序 时间:
2014-10-28 21:54:40
阅读次数:
183
解决警告“warning:directorynotfoundforoption”1.选择工程, 编译的 (targets)2.选择 Build Settings菜单3.查找 Library Search Paths 和 Framework Search Paths, 删掉编译报warning的路径即...
分类:
其他好文 时间:
2014-10-28 20:01:52
阅读次数:
108
/// /// determine whether the network printer is in pause. /// /// /// /// /// private ...
分类:
其他好文 时间:
2014-10-28 19:38:01
阅读次数:
221