会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
九折幸福
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
下一页
2018年2月27日
Glide加载网络图片与本地图片尺寸不一致
摘要: ImageView设置scaleType属性即可。
阅读全文
posted @ 2018-02-27 10:59 九折幸福
阅读(3661)
评论(0)
推荐(0)
2017年7月1日
android BLE 40 setCharacteristicNotification接收不到数据
摘要: 参考连接:http://www.codes51.com/article/detail_4021799.html 问题描述 最近在开发android BLE 读写数据 但是向设备写数据很顺利,但是在接收设备传来的数据时,死活接收不到. 上面这样写 是收不到数据的 ,主要是少加了mBluetoothGa
阅读全文
posted @ 2017-07-01 14:45 九折幸福
阅读(6357)
评论(0)
推荐(1)
2017年6月27日
Android中颜色透明度对应16进制值
摘要: 转自:http://blog.csdn.net/github_25928675/article/details/50330635 <!--百分比-开头字母--> <!--100% —FF--> <!--95% — F2--> <!--90% — E6--> <!--85% — D9--> <!--8
阅读全文
posted @ 2017-06-27 23:37 九折幸福
阅读(667)
评论(0)
推荐(0)
2015年7月24日
模拟器不能运行 Failed to start emulator: Cannot run program "/home/kroaity/Downloads/android-sdk-linux//tools/emulator": error=2
摘要: 到tools目录里面把默认的32位emulator,改成64位就OK了。我也是遇到这个问题,现在问题解决。mv emulator emulator_bakln -s emulator64-arm emulator
阅读全文
posted @ 2015-07-24 14:02 九折幸福
阅读(2693)
评论(0)
推荐(0)
2015年5月29日
android SDK Manager 代理服务器设置
摘要: mirrors.neusoft.edu.cn80
阅读全文
posted @ 2015-05-29 10:17 九折幸福
阅读(261)
评论(0)
推荐(0)
2014年12月5日
if the parser found inconsistent certificates on the files in the .apk.104
摘要: 当静默安装提示104时,是说升级的APK 和本地已经安装的APK 签名不一致,所以无法升级。经百度,找到知乎同学@陈子腾的回答,找到了问题所在。可以比对apk签名的fingerprint。假定安装了JDK,如果想查HelloWorld.apk所使用的签名的fingerprint,可以这样做:1. 查...
阅读全文
posted @ 2014-12-05 17:42 九折幸福
阅读(227)
评论(0)
推荐(0)
2014年11月19日
win7自带桌面便签
摘要: 在桌面 新建 快捷方式 输入%windir%\system32\StikyNot.exe
阅读全文
posted @ 2014-11-19 13:28 九折幸福
阅读(258)
评论(0)
推荐(0)
2014年11月17日
unable to connect to the virtual device Genymotion 神器启动问题
摘要: 自从360盲目升级Oracle VM VirtualBox版本后,导致Genymotion无法正常启动android模拟器完全卸载,重新安装还是悲剧一段时间过后,随意百度之,终于找到解决的办法-------------------------感谢原作者------------------------...
阅读全文
posted @ 2014-11-17 14:52 九折幸福
阅读(10289)
评论(0)
推荐(1)
2014年11月6日
ERROR 1205 (HY000): Lock wait timeout exceeded; try restarting transaction
摘要: 很明显,mysql数据库某个锁已经死掉了。客户反映网页无响应。杀掉mysql死锁?进入相应的数据库输入show processlist;ID为1057 消耗时间很长,直接kill 1057;即可。客户反馈可以操作了。
阅读全文
posted @ 2014-11-06 17:29 九折幸福
阅读(588)
评论(0)
推荐(0)
获得root权限system/app下文件无法删除
摘要: 获得root权限system/app下文件无法删除,提示缺少文件权限首先输入mount查看挂载情况,然后找到system挂载那一行 最后执行mount-o rw,remount -t yaffs2 /dev/block/mtdblock3 /system 即可记得切换su删除文件即可。
阅读全文
posted @ 2014-11-06 14:14 九折幸福
阅读(588)
评论(0)
推荐(0)
1
2
3
4
5
下一页
公告