Gradle adds the task rule clean to our projects when we apply the base plugin. This task is able to remove any output files or directories we have def...
分类:
其他好文 时间:
2014-12-27 21:43:30
阅读次数:
296
1.先在系统启动的时候提示:press any key to enter menu 时按下e键(其实其他键也可以,只不过我习惯e键而已)2.进入如下界面:3.按上下箭头方向键选中第二项,按e键,进入如下界面:在后面先空格,再追加single,再按回车返回上一个界面,此时再按b键,进入下一个界面:4....
分类:
其他好文 时间:
2014-12-27 00:16:47
阅读次数:
218
题目:(DP,BackTracking, Greedy,String)Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequ...
分类:
其他好文 时间:
2014-12-27 00:13:18
阅读次数:
292
We can run a Gradle build without any of the task actions being executed. This is a so-called dry run of our build. We can use the dry run of a build ...
分类:
其他好文 时间:
2014-12-26 22:49:13
阅读次数:
342
前几章我们分析了FM模块的几个主要的类文件,今天要分析的是:FMTransceiver.java
public class FmTransceiver
{
/* Primary FM States :
* FM will be in one of the 4 states at any point of time
* '0' - FMState_Turned_...
分类:
移动开发 时间:
2014-12-26 14:39:24
阅读次数:
221
当明白 @UIApplicationMain 的内涵段子后,又发现一个神奇的东西
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
// Override...
分类:
编程语言 时间:
2014-12-26 01:04:22
阅读次数:
471
Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:
其他好文 时间:
2014-12-25 23:21:17
阅读次数:
197
Given n items with size A[i], an integer m denotes the size of a backpack. How full you can fill this backpack?NoteYou can not divide any item into sm...
分类:
其他好文 时间:
2014-12-25 06:37:21
阅读次数:
175
Given a matrix of lower alphabetsand a dictionary.Find all words in the dictionary that can be found in the matrix. A word can start from any position...
分类:
其他好文 时间:
2014-12-25 06:35:39
阅读次数:
169
题目:(DP ,BackTracking, String)Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more...
分类:
其他好文 时间:
2014-12-25 06:34:21
阅读次数:
169