会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
IT_lss
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
下一页
2016年6月27日
android recycleview 的使用
摘要: list_item:
阅读全文
posted @ 2016-06-27 19:33 IT_lss
阅读(546)
评论(0)
推荐(0)
2016年6月18日
ubuntu下安装wiznote
摘要: 依次在命令行里输入 sudo add-apt-repository ppa:wiznote-team sudo apt-get update 如果第三条命令在执行最后显示E: Unable to fetch some archives, maybe run apt-get update or try
阅读全文
posted @ 2016-06-18 11:24 IT_lss
阅读(322)
评论(0)
推荐(0)
2016年6月12日
ubuntu 下 apt-get update 错误
摘要: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8D5A09DC9B929006 解决方法: sudo apt-key adv --keyserver k
阅读全文
posted @ 2016-06-12 11:29 IT_lss
阅读(264)
评论(0)
推荐(0)
2016年6月6日
'unable to run mksdcard sdk tool" when instll android studio on ubuntu14.10以后版本
摘要: sudo apt-get install lib32z1 lib32ncurses5 lib32stdc++6
阅读全文
posted @ 2016-06-06 14:33 IT_lss
阅读(194)
评论(0)
推荐(0)
ubuntu下安装sougou
摘要: 1. sudo apt-get install fcitx 2.安装后,可以在“系统设置->语言支持”里面选择默认使用fcitx输入法框架 3.安装fcitx输入法框架和进行系统设置后,系统界面可能没什么变化。这很正常,因为输入法框架是在X Window系统启动的时候随着一起启动的。所以,需要注销一
阅读全文
posted @ 2016-06-06 13:43 IT_lss
阅读(395)
评论(0)
推荐(0)
2016年6月4日
ubuntu下安装jdk1.8.0_91
摘要: ubuntu下安装jdk 只需要三步: sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java8-installer 下完检查一下:java -version
阅读全文
posted @ 2016-06-04 13:15 IT_lss
阅读(540)
评论(0)
推荐(0)
2016年5月23日
ubuntu update时出现错误
摘要: ubuntu下遇到这种情况 Unable to parse package file /var/lib/apt/lists/cn.archive.ubuntu.com_ubuntu_dists_xenial-backports_ ,我用到的方法是 先:sudo rm /var/lib/apt/lis
阅读全文
posted @ 2016-05-23 16:01 IT_lss
阅读(413)
评论(0)
推荐(0)
2016年4月21日
android studio中R文件变红并报错
摘要: 昨天晚上碰到一个十分费解的问题,想分享一下,希望能帮到你。 以前用studio是R文件是不报错的。当你从其他程序拷过一些代码是会发现R文件会变红并且应用程序不能运行。除了R文件其他地方没有报错,只有app运行时会报错 。 这是因为当你从其他程序拷过一些代码。你的r文件中没有自动加载,这时你需要把那些
阅读全文
posted @ 2016-04-21 09:12 IT_lss
阅读(13687)
评论(2)
推荐(0)
2016年4月6日
git使用
摘要: Android开发中要学会使用git。 Ubuntu使用git: 在终端下载git: sudo apt-get install git 首次使用需要在终端输入用户名和密码,下次使用则不需要 第一个要配置的是你个人的用户名称和电子邮件地址。这两条配置很重要,每次 Git 提交时都会引用这两条信息,说明
阅读全文
posted @ 2016-04-06 19:48 IT_lss
阅读(289)
评论(0)
推荐(0)
Android新手须知
摘要: 作为一个刚学习Android的新手,需要知道,用真机调试应用程序时,在sdcard中保存文件的目录应为:/mnt/sdcard/。 logcat的使用十分有效,可以自定义过滤器搜索你想要的内容。 根据调试程序的真机不同,自己写的一些程序可能运行出现中断等错误。
阅读全文
posted @ 2016-04-06 19:35 IT_lss
阅读(160)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页
公告