- 博客(17)
- 收藏
- 关注
转载 Android 弹出软键盘的问题
Android中软键盘的使用是非常多的,下面为软键盘常用的设置;参考:https://yq.aliyun.com/ziliao/1163811、横屏时,点击输入框出现全键盘解决方案: 在EditText、searchview等控件中加android:imeOptions="flagNoExtractUi" 2、竖屏时,安卓会出现半屏。case1:你的输入
2017-08-01 10:57:06
512
原创 Unable to inflate view tag without class attribute
ERROR:Unable to inflate view tag without class attribute原因:view android:id="@+id/view" android:layout_width="match_parent" android:layout_height="match_parent" />解决:View androi
2017-07-31 16:52:36
2224
2
原创 GIT 命令集
1、回滚到指定的版本 git reset --hard e377f60e28c8b841582、查看提交历史 git log3、强制提交 git push -f origin master
2017-03-25 01:03:12
318
原创 Android ScrollView fullScroll滚动不到底部
解决:ScrollView scrollView = (ScrollView) findViewById(R.id.scrollview ); scrollView.post(new Runnable() { public void run() { task_detail_scrollView.fullScroll(ScrollView.FOCUS_DOWN);
2016-07-08 16:57:02
2335
1
原创 Android: 修改文件 保存 ERROR;
解决:An internal error occurred during: "Check Android 1、Project -> Properties -> Run/Debug Settings: 2、Delete 3、ok
2015-11-13 09:49:21
542
原创 Updata Android SDK
Error: Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml解决: Thanks:http://www.eoeandroid.com/thread-281075-1-1.html
2015-07-06 21:56:53
689
原创 GridView 设置setOnItemClickListener点击事件不响应
GridView 设置setOnItemClickListener点击事件不响应
2014-11-24 01:25:05
3578
原创 解决 启动 Ubuntu (initramfs)
Error: BusyBox v1.18.5 (Ubuntu 1:1.18.5-1ubuntu4) built-in shell (ash)Enter 'help' for a list of built-in commands.(initramfs)
2014-06-12 12:50:44
2043
原创 Android 4.0 源码目录
Android 4.0|-- Makefile|-- bionic (bionic C库)|-- bootable (启动引导相关代码)|-- build (存放系统编译规则及generic等基础开发包配置)|-- cts (Android兼容性测试套件标准)|-- dalvik (dalvik JAVA虚拟机)|-- development (应用程序开发相关)|
2014-01-11 23:10:27
709
原创 Build kernel
Run : make menuconfigERROR:make[1]: *** [scripts/kconfig/mconf] Error 1make: *** [menuconfig] Error 2save: apt-get install libncurses5-dev
2013-12-30 22:17:14
820
原创 linux下各种解压文件的方法
linux下压缩 解压方法: .tar 解包:tarxvf FileName.tar 打包:tarcvf FileName.tarDirName (注:tar是打包,不是压缩!) ——————————————— .gz 解压1:gunzipFileName.gz 解压2:gzip-d FileName.gz 压缩
2013-12-27 22:06:53
1255
原创 You are attempting to build with the incorrect version of java
Ubuntu 12.04 build android source code The error:Checking build tools versions...************************************************************You are attempting to build with the incor
2013-12-04 11:42:18
975
转载 printf的格式说明
c语言printf的格式说明本文摘自:http://blog.youkuaiyun.com/ljlsunny/article/details/46994481.转换说明符 %a(%A) 浮点数、十六进制数字和p-(
2011-09-24 17:26:52
562
原创 Red Hat Enterprise Linux 5 中文乱码
<br />在VM 上安装Red Hat Enterprise linux 5时没有用注册码,安装完后 中文的显示是乱码哦。<br />没装中文支持~`<br />安装中文支持:<br />rpm -ivh fonts-chinese-3.02-12.e15.noarch.rpm<br />rpm -ivh m17n-db-common-cjk-1.3.3-48.e15.norch.rpm<br />rpm -ivh m17n-db-chinese-1.3.3-48.e15.noarch.rpm<br />
2011-05-07 08:40:00
759
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人