会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
绿叶萌飞(CSDN博客地址:https://blog.csdn.net/qq_34115899)
CSDN博客地址:https://blog.csdn.net/qq_34115899
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
24
下一页
2018年5月12日
Android Studio打包生成apk安装到真机
摘要: 直接把debug版本安装到真机会出现问题,和模拟器显示上的有点不一致。。亲身试验接下来综合总结一下我看到其他博主们的经验为什么要打包:apk文件就是一个包,打包就是要生成apk文件,有了apk别人才能安装使用。打包分debug版和release包,通常所说的打包指生成...
阅读全文
posted @ 2018-05-12 23:36 绿叶萌飞
阅读(5152)
评论(0)
推荐(1)
2018年5月11日
Android Studio的代码没错,运行时logcat会出现红色语句解决方法
摘要: 不断的运行调试某一个项目,点击之后logcat会出现想不到的红色语句解决方法:点击Build----Clean Project再次调试发现没有红色语句,Error没有语句了,解决!========================================Talk...
阅读全文
posted @ 2018-05-11 19:00 绿叶萌飞
阅读(257)
评论(0)
推荐(0)
2018年5月10日
541. Reverse String II
摘要: 题目地址:https://leetcode.com/problems/reverse-string-ii/description/Given a string and an integer k, you need to reverse the first k char...
阅读全文
posted @ 2018-05-10 21:54 绿叶萌飞
阅读(126)
评论(0)
推荐(0)
Android Studio快速自动生成findViewById
摘要: 首先,Ctrl + Alt +S,打开settings找到plugins,点击Browse repositories...在搜索框中输入findViewByMe,找到它并安装重启Android studio在写好的xml文件 中,右击找到findViewByMe(记住...
阅读全文
posted @ 2018-05-10 18:30 绿叶萌飞
阅读(1373)
评论(1)
推荐(0)
你真的了解android的layout_weight属性吗?
摘要: 如下代码所示,会出现什么现象? 咦?怎么会出现这种情况?不是first占比是1/3吗?second占比是2/3吗?还有不是应该layout_width不是应该设置为0dp吗?这现象怎么回事??的确应该设置为0dp,下面就来...
阅读全文
posted @ 2018-05-10 12:12 绿叶萌飞
阅读(193)
评论(0)
推荐(0)
2018年5月7日
572. Subtree of Another Tree
摘要: 题目地址:https://leetcode.com/problems/subtree-of-another-tree/description/Given two non-empty binary trees s and t, check whether tree t ...
阅读全文
posted @ 2018-05-07 17:07 绿叶萌飞
阅读(119)
评论(0)
推荐(0)
2018年5月6日
441. Arranging Coins(可用二分搜索)
摘要: 题目地址:https://leetcode.com/problems/arranging-coins/description/You have a total of n coins that you want to form in a staircase shape,...
阅读全文
posted @ 2018-05-06 09:54 绿叶萌飞
阅读(129)
评论(0)
推荐(0)
2018年5月5日
67. Add Binary
摘要: 题目地址:https://leetcode.com/problems/add-binary/description/Given two binary strings, return their sum (also a binary string).The input ...
阅读全文
posted @ 2018-05-05 21:30 绿叶萌飞
阅读(102)
评论(0)
推荐(0)
58. Length of Last Word
摘要: 题目地址:https://leetcode.com/problems/length-of-last-word/description/Given a string s consists of upper/lower-case alphabets and empty s...
阅读全文
posted @ 2018-05-05 20:35 绿叶萌飞
阅读(83)
评论(0)
推荐(0)
724. Find Pivot Index
摘要: 题目地址:https://leetcode.com/problems/find-pivot-index/description/Given an array of integers nums, write a method that returns the "pivo...
阅读全文
posted @ 2018-05-05 20:22 绿叶萌飞
阅读(111)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
24
下一页
公告