#import "ViewController.h"@interface ViewController ()@property(nonatomic,strong)CALayer *imageLayer;@end@implementation ViewController- (void)viewDid...
分类:
其他好文 时间:
2015-03-31 00:25:10
阅读次数:
166
#import @interface ProgressView : UIView@property(nonatomic,assign)CGFloat progress;@property(nonatomic,strong)UIColor *layColor;@end#import "Progress...
分类:
其他好文 时间:
2015-03-30 22:56:27
阅读次数:
128
C++ STL中的remove和erase函数曾经让我迷惑,同样都是删除,两者有什么区别呢?vector中的remove的作用是将等于value的元素放到vector的尾部,但并不减少vector的sizevector中erase的作用是删除掉某个位置position或一段区域(begin, end...
分类:
其他好文 时间:
2015-03-30 22:33:23
阅读次数:
123
#import "AViewController.h"@interface AViewController () @end@implementation AViewController- (id)initWithNibName:(NSString *)nibNameOrNil bundle:(N.....
分类:
其他好文 时间:
2015-03-30 22:28:00
阅读次数:
300
#import @interface RootViewController : UIViewController @end#import "RootViewController.h"#import "SecondViewController.h"@interface RootViewControll...
分类:
其他好文 时间:
2015-03-30 22:27:08
阅读次数:
134
题意:给出两个单词,以及一个set集合,当中是很多的单词。unordered_set是无序的集合,也就是说找的序列也是无序的了,是C++11的标准,可能得升级你的编译器版本了。要求找出一个从start到end这两个单词的变换序列。从start开始,每次可以变一个字母,且所变之后的单词必须在set中,...
分类:
其他好文 时间:
2015-03-30 20:52:17
阅读次数:
124
class Language def initialize(name, creator) @name = name @creator = creator end def description puts "I'm #{@name} and...
分类:
其他好文 时间:
2015-03-30 20:27:47
阅读次数:
105
Problem DescriptionCalculate A * B.InputEach line will contain two integers A and B. Process to end of file.Note: the length of each integer will not ...
分类:
其他好文 时间:
2015-03-30 20:25:33
阅读次数:
151
今天我们来看看Dynamics CRM 2015的系统升级,对于新系统的升级,我们有两种升级方法:1)在现有系统中通过Dynamics CRM 2015安装包对旧系统进行升级,2)将旧系统迁移至新系统中。在这篇文章里,我们采用第二种方法,当然,这也是微软推荐的方法。
在升级系统之前,我们要做好一系列的准备工作。在之前的博文中,我也提到了很多新系统中的Feature,如果没有在End User做好十足的准确之前,我是不建议大家去升级现有系统。在升级Dynamics CRM 2013 系统之前,我们必须为其安...
分类:
其他好文 时间:
2015-03-30 18:46:31
阅读次数:
117
方法/步骤1小编用的win7电脑,进入控制面板先~2选择系统与安全选项。3如图所示,箭头所指,可以设置锁屏时间,不过电源选项中还有个设置开启屏幕输入密码的设置,第一个就是。4如图所示,可以设置自动锁屏时间。5设置好之后点击保存修改。6保存好之后会进入下图界面,可以选择电源计划~END注意事项好吧,小...