会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Rancvl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
下一页
2016年8月31日
Ubuntu+win7 双系统修改开机启动项顺序
摘要: Ubuntu和windows双系统安装完后默认 Ubuntu系统 是第一启动项,等待时间是10秒 如果你想改成windows为第一启动项 先进去Ubuntu系统 打开终端 (Ctrl+Alt+T) 修改启动项 输入命令: 弹出编辑器后,找到 set default 默认是0,假设开机界面你的wind
阅读全文
posted @ 2016-08-31 07:28 Rancvl
阅读(4614)
评论(0)
推荐(0)
2016年7月28日
Ubuntu下配置JDK
摘要: 下载 "jdk" 安装解压 : 修改环境变量 : 末尾添加: 保存后退出,输入一下命令生效: 测试 参考 "Ubuntu 11.04 下安装配置 JDK 7"
阅读全文
posted @ 2016-07-28 13:03 Rancvl
阅读(205)
评论(0)
推荐(0)
2016年7月27日
AndroidStudio自动弹出Documentation
摘要: AndroidStudio自动弹出Documentation窗口 例如,在布局文件中添加 Button 标签 敲完
阅读全文
posted @ 2016-07-27 20:02 Rancvl
阅读(4080)
评论(0)
推荐(0)
2016年7月21日
Activity参数传递
摘要: 简单数据传递 putExtra() 传递 获取 使用 getStringExtra() 获取值 传递数据包Bundle 选择传递Bundle类型 传递 获取
阅读全文
posted @ 2016-07-21 22:18 Rancvl
阅读(194)
评论(0)
推荐(0)
AndroidStudio检测不到genymotion虚拟设备
摘要: 重启adb 单击 Reset adb
阅读全文
posted @ 2016-07-21 22:10 Rancvl
阅读(460)
评论(0)
推荐(0)
2016年7月4日
AndroidStudio设置“自动导入包”
摘要: setting –-> Editor –-> General –-> Auto Inport 勾选这两项 单击 Apply –-> ok
阅读全文
posted @ 2016-07-04 17:32 Rancvl
阅读(2215)
评论(0)
推荐(0)
spellchecker inspection helps locate typeos and misspelling in your code, comments and literals, and fix them in one click
摘要: 项目layout文件中出现 spellchecker inspection helps locate typos and misspelling in your code, comments and literals, and fix them in one click 翻译:拼写检查器检查有助于找到拼写错误和拼写错误在你的代码,注释和文字,并在点击修复 setting –> 搜索框输...
阅读全文
posted @ 2016-07-04 17:05 Rancvl
阅读(11400)
评论(0)
推荐(1)
AndroidStudio删除项目
摘要: 右键左上角的 项目名 右键 》 delete 磁盘里的文件还需要手动删除
阅读全文
posted @ 2016-07-04 16:52 Rancvl
阅读(244)
评论(0)
推荐(0)
2016年6月2日
ubuntu解决挂起后不能唤醒
摘要: 安装 laptop mode 如果你不缺认自已是否安装了 laptop mode tools 工具包,可以在终端中输入下列命令来确认是否安装。 如果你的电脑执行命今后无结果输出,那么你可以通过下列命令来安装。 我们用下列命令来判断Laptop是否 启用 了laptop_mode, 如果显示结果为0,
阅读全文
posted @ 2016-06-02 13:52 Rancvl
阅读(2798)
评论(0)
推荐(0)
2016年5月25日
Android四种启动模式
摘要: 四种启动模式 standard(默认) singleTop singleTast singleInstance ###standard(默认) 系统默认的启动模式。 Android是使用返回栈来管理活动的,在standard模式下,每当启动一个新的活动,它就会在返回栈中入栈,并处于栈顶的位置。 对于
阅读全文
posted @ 2016-05-25 23:43 Rancvl
阅读(13377)
评论(0)
推荐(0)
上一页
1
2
3
4
下一页
公告