会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
信息学奥赛NOIP辅导
真情妙悟著文章
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
2
3
4
5
6
7
···
9
下一页
2018年5月17日
[Android] 枚举
public static enum Align { CENTER, LEFT, RIGHT; private Align() { }}
Read More
posted @ 2018-05-17 15:54 NOIP/NOI辅导
Views(125)
Comments(0)
Diggs(0)
2018年5月14日
[Android] TextView 属性说明
示例:
Read More
posted @ 2018-05-14 20:35 NOIP/NOI辅导
Views(149)
Comments(0)
Diggs(0)
[Android] for layout
android:layout_above="@id/xxx" --将控件置于给定ID控件之上android:layout_below="@id/xxx" --将控件置于给定ID控件之下 android:layout_toLeftOf="@id/xxx" --将控件的右边缘和给定ID控件的左边缘对齐a
Read More
posted @ 2018-05-14 10:48 NOIP/NOI辅导
Views(151)
Comments(0)
Diggs(0)
2018年5月12日
[Android] Timer
在Android客户端上有时候可能有些任务不是当时就执行,而是过了一个规定的时间在执行此次任务。那么这个时候定时器的作用就非常有用了。首先开启一个简单的定时器 现在我就相当于定义了一个定时器,我现在的定时器是向服务器发送Post请求来返回数据刷新到我的界面上那么接下来就是开启定时器了。开启定时器那就
Read More
posted @ 2018-05-12 23:23 NOIP/NOI辅导
Views(191)
Comments(0)
Diggs(0)
2018年5月8日
[Git] fatal: unable to access 'https://github.com/***': Failed to connect to github.com port 443:Timed out
修改你需要clone的仓库的URL地址,格式就是 https: //username:passwords@github.com/……
Read More
posted @ 2018-05-08 10:24 NOIP/NOI辅导
Views(2585)
Comments(0)
Diggs(0)
2018年5月7日
[Android] 背景颜色
Button透明: 半透明<Button android:background="#e0000000" ... /> 透明<Button android:background="#00000000" ... /> 颜色和不透明度 (alpha) 值以十六进制表示法表示。任何一种颜色的值范围都是 0
Read More
posted @ 2018-05-07 10:52 NOIP/NOI辅导
Views(185)
Comments(0)
Diggs(0)
2018年4月21日
NSData and CFData
or
Read More
posted @ 2018-04-21 16:06 NOIP/NOI辅导
Views(456)
Comments(0)
Diggs(0)
2018年4月19日
[Android] UI疑问?
android:layout_toRightOf="@+id/movie_image"android:layout_alignTop="@+id/movie_image"
Read More
posted @ 2018-04-19 22:09 NOIP/NOI辅导
Views(130)
Comments(0)
Diggs(0)
[Android] Gradle sync failed: Unsupported method: BaseConfig.getApplicationIdSuffix().
报错信息如下:
Read More
posted @ 2018-04-19 15:37 NOIP/NOI辅导
Views(2243)
Comments(0)
Diggs(0)
2018年4月17日
[Android] 使用GSON解析json成Bean
解析jsonObject 解析JSONArray
Read More
posted @ 2018-04-17 16:17 NOIP/NOI辅导
Views(1272)
Comments(0)
Diggs(0)
上一页
1
2
3
4
5
6
7
···
9
下一页
公告