会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
信息学奥赛NOIP辅导
真情妙悟著文章
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
3
4
5
6
7
8
9
下一页
2016年11月16日
IIS7 HTTPS 绑定主机头,嘿嘿,转
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(201)
Comments(0)
Diggs(0)
2016年11月10日
React - redux, jsx中写js示例
{ 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(161)
Comments(0)
Diggs(0)
2016年11月8日
ios - a valid provisioning profile for this executable was not found
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(198)
Comments(0)
Diggs(0)
2016年11月2日
iOS10 权限配置
升到iOS10之后,需要设置权限的有: 麦克风权限:Privacy - Microphone Usage Description 是否允许此App使用你的麦克风? 相机权限: Privacy - Camera Usage Description 是否允许此App使用你的相机? 相册权限: Priva
Read More
posted @ 2016-11-02 21:16 NOIP/NOI辅导
Views(765)
Comments(0)
Diggs(0)
2016年10月28日
es6 代码片段理解
代码片段理解: line 2: line 8 - 10: 是表达:state.counter[id] = state.counters[id] + 1
Read More
posted @ 2016-10-28 12:29 NOIP/NOI辅导
Views(270)
Comments(0)
Diggs(0)
es6 ... 表达
... 包含0个或n个属性, { ...state.counters [id]: state.counters[id] - 1 } 只改变其中的id相对应的属性,其他保持不变
Read More
posted @ 2016-10-28 11:39 NOIP/NOI辅导
Views(140)
Comments(0)
Diggs(0)
2016年10月25日
React - redux
mapStateToProps(state, ownProps) : stateProps reducer 去更新 store
Read More
posted @ 2016-10-25 17:35 NOIP/NOI辅导
Views(150)
Comments(0)
Diggs(0)
2016年5月6日
NSPredicate 过滤功能
NSPredicate *resultPredicate = [NSPredicate predicateWithFormat:@"self contains[cd] %@", iconName]; if ([_maIcons filteredArrayUsingPredicate:resultPr
Read More
posted @ 2016-05-06 14:20 NOIP/NOI辅导
Views(167)
Comments(0)
Diggs(0)
2015年1月23日
windows环境下,如何启动chromedriver
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(454)
Comments(0)
Diggs(0)
2014年3月11日
UIScroView 3倍的contentSize,左右Scroll时,懒惰加载View
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(1061)
Comments(0)
Diggs(1)
上一页
1
···
3
4
5
6
7
8
9
下一页
公告