Chinaunix首页 | 论坛 | 博客
  • 博客访问: 166108
  • 博文数量: 40
  • 博客积分: 145
  • 博客等级: 入伍新兵
  • 技术积分: 284
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-12 16:44
文章分类
文章存档

2016年(4)

2013年(2)

2012年(34)

我的朋友

发布时间:2012-05-21 19:25:59

<span style="color: rgb(0, 0, 0); font-family: 微软雅黑; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spaci......【阅读全文】

阅读(1420) | 评论(0) | 转发(0)

发布时间:2012-05-18 12:50:25

<span style="color: rgb(0, 0, 0); font-family: 微软雅黑; font-size: 18px; font-style: normal; font-variant: normal; font-weight: normal; letter-spaci......【阅读全文】

阅读(7308) | 评论(0) | 转发(0)

发布时间:2016-08-23 11:50:42

设置时区(不需要权限):System.setProperty("user.timezone", "Asia/Shanghai");  TimeZone tz = TimeZone.getTimeZone("Asia/Shanghai");  TimeZone.setDefault(tz);  或   设置系统时区(需要权限):AlarmManager mAlarmManager = (AlarmManager)getSystemService(Context.ALARM.........【阅读全文】

阅读(9155) | 评论(0) | 转发(0)

发布时间:2016-08-18 20:07:09

递归查找字段所在文件行 grep [目录] “字段名” -nr......【阅读全文】

阅读(1578) | 评论(0) | 转发(0)

发布时间:2016-08-18 20:03:44

# am start -n {包(package)名}/{包名}.{活动(activity)名称}如:am start -n com.android.calendar/com.android.calendar.LaunchActivity......【阅读全文】

阅读(1552) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册