上一页 1 ··· 3 4 5 6 7 8 9 下一页
IIS7下面默认HTTPS绑定是无法指定主机头的,但我们可以通过手工修改IIS配置来实现主机头绑定。 打开C:\Windows\system32\inetsrv\config\applicationHost.config 定位到如下位置:<bindings><binding protocol="ht Read More
posted @ 2016-11-16 19:48 NOIP/NOI辅导 Views(187) Comments(0) Diggs(0) Edit
{ this.state.avatarSource null ? <Text>Select a Photo</Text> : <Image style={styles.avatar} source={this.state.avatarSource} /> } Read More
posted @ 2016-11-10 17:23 NOIP/NOI辅导 Views(137) Comments(0) Diggs(0) Edit
a valid provisioning profile for this executable was not found错误程序发布后,发现一个bug,需要在自己手机调试时,出现:a valid provisioning profile for this executable was not f Read More
posted @ 2016-11-08 20:50 NOIP/NOI辅导 Views(177) Comments(0) Diggs(0) Edit
升到iOS10之后,需要设置权限的有: 麦克风权限:Privacy - Microphone Usage Description 是否允许此App使用你的麦克风? 相机权限: Privacy - Camera Usage Description 是否允许此App使用你的相机? 相册权限: Priva Read More
posted @ 2016-11-02 21:16 NOIP/NOI辅导 Views(736) Comments(0) Diggs(0) Edit
代码片段理解: line 2: line 8 - 10: 是表达:state.counter[id] = state.counters[id] + 1 Read More
posted @ 2016-10-28 12:29 NOIP/NOI辅导 Views(242) Comments(0) Diggs(0) Edit
... 包含0个或n个属性, { ...state.counters [id]: state.counters[id] - 1 } 只改变其中的id相对应的属性,其他保持不变 Read More
posted @ 2016-10-28 11:39 NOIP/NOI辅导 Views(115) Comments(0) Diggs(0) Edit
mapStateToProps(state, ownProps) : stateProps reducer 去更新 store Read More
posted @ 2016-10-25 17:35 NOIP/NOI辅导 Views(142) Comments(0) Diggs(0) Edit
NSPredicate *resultPredicate = [NSPredicate predicateWithFormat:@"self contains[cd] %@", iconName]; if ([_maIcons filteredArrayUsingPredicate:resultPr Read More
posted @ 2016-05-06 14:20 NOIP/NOI辅导 Views(158) Comments(0) Diggs(0) Edit
java -jar selenium-server-standalone-2.41.0.jar -Dwebdriver.chrome.driver="C:\Program Files\Google\Chrome\Application\chromedriver.exe" Read More
posted @ 2015-01-23 11:03 NOIP/NOI辅导 Views(441) Comments(0) Diggs(0) Edit
UIScroView 3倍的contentSize,左右Scroll时,懒惰添加左右的View用途:分段加载数据定义枚举:typedefenum { ViewPositionLeft = 101, ViewPositionCenter, ViewPositionRight} ViewPosition;变量定义: NSInteger _currnetPage; CGRect _leftFrame; CGRect _centerFrame; CGRect _rightFrame; UIScrollView *_sv;初始化变量:-(void)crea... Read More
posted @ 2014-03-11 16:43 NOIP/NOI辅导 Views(1049) Comments(0) Diggs(1) Edit
上一页 1 ··· 3 4 5 6 7 8 9 下一页