@interface MyProfileViewCell : UITableViewCell@end@implementation MyProfileViewCell- (void)layoutSubviews{ [super layoutSubviews]; CGRect frame ...
分类:
移动开发 时间:
2014-08-26 13:09:26
阅读次数:
172
public class SpActivity extends Activity implements OnClickListener { public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstance.....
分类:
其他好文 时间:
2014-08-26 09:38:15
阅读次数:
222
1、id 万能指针为什么不可以用点语法,但是它可以调用任何方法2、//构造方法:用来初始化对象的方法,是个对象方法,- 开头//重写构造方法的目的:为了让对象创建出来,成员变量就会有一些固定的值/*重写构造方法的注意点1.先调用父类的构造方法([super init])2.再进行子类内部成员变量的初...
分类:
其他好文 时间:
2014-08-25 22:45:14
阅读次数:
327
学习笔记之《Unsupervised feature learning by augmenting single images》...
分类:
其他好文 时间:
2014-08-25 17:02:34
阅读次数:
241
Super Jumping! Jumping! Jumping!
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 22479 Accepted Submission(s): 9890
Problem Descr...
分类:
其他好文 时间:
2014-08-25 15:05:04
阅读次数:
150
首先附上效果图吧,一个自定义的cell!第一步:创建表格- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view from its nib. sel...
分类:
移动开发 时间:
2014-08-25 11:24:44
阅读次数:
345
一、内核支持: make menuconfig 1、评测菜单中启用 Oprofile ,在 .config 文件中设置?CONFIG_PROFILING=y?和?CONFIG_OPROFILE=y 2、Kernel Feature->[]Enable hardware perform...
分类:
其他好文 时间:
2014-08-25 09:55:14
阅读次数:
251
汉字转拼音貌似一直是C#开发的一个难题,无论什么方案都有一定的bug,之前使用了两种方案。1.Chinese2Spell.cs 一些不能识别的汉字全部转为Z2.Microsoft Visual Studio International Feature Pack 1.0 连"广"、“区”都不能转,很让...
分类:
其他好文 时间:
2014-08-25 09:53:24
阅读次数:
332
不完美解决方案...(黑屏1秒恢复...)原创保留:http://www.cnblogs.com/Leetvin/p/3932865.html原因:wap回调 如果加入UINavigationController就会黑屏#if ! __has_feature(objc_arc)self.viewCo...
分类:
移动开发 时间:
2014-08-24 16:38:12
阅读次数:
221
1、在viewController的.m文件,遵守代理协议@interface moboViewController () 2、在- (void)viewDidLoad 方法中实现UIAlertView 1 - (void)viewDidLoad 2 { 3 [super viewDidLo...
分类:
移动开发 时间:
2014-08-24 11:35:02
阅读次数:
168