会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
信息学奥赛NOIP辅导
真情妙悟著文章
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
7
8
9
下一页
2017年12月1日
HomeKit & ExternalAccesory.Framework
通过查询,我们不难理解HomeKit & ExternalAccesory.Framework都是苹果用来与智能硬件想连接的组件或框架。 它们之间的关系是什么呢?如果开发一款需要连接只能设备的App用哪个呢? 二者有一点是相同的,若打算使用Apple的这两个框架,所连接的硬件必须是MFI认证的设备。
Read More
posted @ 2017-12-01 17:44 NOIP/NOI辅导
Views(266)
Comments(0)
Diggs(0)
2017年11月27日
HomeKit点滴
最近在研究HomeKit,在更改某个特征值的时候: 当设置了HMAccessoryDelegate的delegate后,在App中,改变HMCharacteristic的特征值时, 代理方法 是不会被触发的。 那么该方法在什么时候被触发呢?当App运行时,特征值被从他的途径修改的时候,比如通过设备的
Read More
posted @ 2017-11-27 21:58 NOIP/NOI辅导
Views(233)
Comments(0)
Diggs(0)
2017年11月8日
iOS 国际化,pList文件配置
iOS 国际化,pList文件配置
Read More
posted @ 2017-11-08 10:57 NOIP/NOI辅导
Views(743)
Comments(0)
Diggs(0)
2017年8月24日
android开发之OnItemClick各个参数的作用
arg1:是当前item的view,通过它可以获得该项中的各个组件。 例如arg1.textview.settext("asd"); arg2:是当前item的ID。这个id根据你在适配器中的写法可以自己定义。 arg3:是当前的item在listView中的相对位置!
Read More
posted @ 2017-08-24 09:01 NOIP/NOI辅导
Views(581)
Comments(0)
Diggs(0)
2017年8月22日
初识android
android 的Activity和IOS的UIControllerView是界面的最基本的组成部分,是所有View控件的容器。 其生命周期: Activity: onCreate() –> onStart() –> onResume( )–> 运行态 –> onPause() –> onStop(
Read More
posted @ 2017-08-22 23:11 NOIP/NOI辅导
Views(140)
Comments(0)
Diggs(0)
2017年8月1日
React-Native 集成个推,需要注意的地方
1, 安卓,可能需要手动写覆盖onCreate的方法 注意: 有可能您的MainActivity中未重写onCreate方法,如果未重写,请重写onCreate方法,方法如下:
Read More
posted @ 2017-08-01 15:47 NOIP/NOI辅导
Views(834)
Comments(0)
Diggs(0)
2017年7月24日
scroll to index for flat list in react-native
Two things that I can see, Do it something like Do it like or
Read More
posted @ 2017-07-24 15:54 NOIP/NOI辅导
Views(307)
Comments(0)
Diggs(0)
2017年6月23日
如何删除 xcode - organizer 的 Apps
You need to remove the App's archive's from ~/Users/Library/Developer/xcode/Archives along with ~/Users/Library/Developer/xcode/Products to remove it
Read More
posted @ 2017-06-23 15:34 NOIP/NOI辅导
Views(272)
Comments(0)
Diggs(0)
2017年6月22日
git 报错
不要将项目中的编译中间文件提交到git上,否则下次客户端用git pull会报类似于这样的错误: error: Untracked working tree file 'public/images/icon.gif' would be overwritten by merge.
Read More
posted @ 2017-06-22 11:43 NOIP/NOI辅导
Views(119)
Comments(0)
Diggs(0)
2017年6月16日
显示空间的轮廓
在storyboard上,显示控件轮廓 : Editor -> Canvas -> Show Layout Rectangles, 可以看到布局出现下面的轮廓;
Read More
posted @ 2017-06-16 22:29 NOIP/NOI辅导
Views(127)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告