A. 不可变字符串 1 void stringCreate() 2 { 3 //Don't need to release memory by this way 4 NSString *str1 = @"String Sample"; 5 6 NSString *st...
分类:
其他好文 时间:
2014-11-24 20:34:14
阅读次数:
175
November 13, 2014 19:00~21:00 Feishang Cafe
The problem of this meeting was that I still could not understand what the foreign friend said. Still need more listening practice, e...
分类:
其他好文 时间:
2014-11-24 17:19:31
阅读次数:
136
#include #include // Define a callback to be called when the sound is finished// playing. Useful when you need to free memory after playing.static vo....
分类:
其他好文 时间:
2014-11-24 15:15:46
阅读次数:
191
这些标着位会让你的程序使用起来更方便。First you need to include "STM32f10x_type.h"/*布尔型变量*/typedef enum{FALSE =0,TRUE =!FALSE} bool;/*标志位状态变量*/typedef enum{RESET=0,SET!....
分类:
其他好文 时间:
2014-11-23 21:31:12
阅读次数:
8428
In Java, if you want your own class to be a valid key type of the container, you just need to make it implement the interface "Comparable", and then i...
分类:
编程语言 时间:
2014-11-22 22:51:01
阅读次数:
272
Stack-Based Languages Need some place to store state of each instantiation(实例) Arguments Local variables Return pointer
分类:
其他好文 时间:
2014-11-22 20:15:20
阅读次数:
167
I NEED A OFFER!
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 17099 Accepted Submission(s): 6831
Problem Description
Speakless...
分类:
其他好文 时间:
2014-11-22 17:34:16
阅读次数:
133
Let'sbegin witha naive method.We first need to sort the array A[n]. And we want to solve the problem by iterating through A from beginning and ending....
分类:
其他好文 时间:
2014-11-21 20:28:55
阅读次数:
159
##错误日志 You need to use a Theme.AppCompat theme (or descendant) with this activity ##可能出现的几种情况 1. 使用了 ActionBarActivity,但是没有使用 Theme.AppCompat 主题 2. 在安装 Android 5 系统的机...
分类:
移动开发 时间:
2014-11-21 19:04:43
阅读次数:
502
In this case, Box need access to Cup.func, AND Cup need access to Box.func, both of which are private because I don't want any other class to have acc...
分类:
编程语言 时间:
2014-11-21 18:19:20
阅读次数:
294