- 博客(154)
- 资源 (38)
- 收藏
- 关注
原创 android adb 常用命令大全
adb devices // 查看连接设备信息adb logcat *:v // 查看最低级 log 输出日志adb logcat *:w // 查看 异常log日志adb logcat -c //清除log日志adb logcat -v thread // 查看线程的使用情况输出日志...
2018-04-06 20:56:50 377
原创 Mac 终端命令总结
rm fileName //删除文件sudo rm -r -f fileName //删除文件夹mv a b //修改a文件名字 为bmv a /code/b // 移动文件a到目录code并修改名字为b
2018-04-02 19:52:09 225
原创 git使用中常用的命令
用到命令 1. 克隆代码 git clone https://github.com/mrxiaoyu100001/Android-.git 2. git add . // 添加本地缓存区 3. git commit -m ‘备注’ //推送到本地库 4. git push origin //推送到远程库 5. git log -p -2 // 查看最近两次提交版本的日...
2018-03-20 16:30:24 372
原创 力扣热门算法题100
时间复杂度:O(N)O(N)O(N),其中 NNN 是数组中的元素数量。对于每一个元素 x,我们可以 O(1)O(1)O(1) 地寻找 target - x。这样我们创建一个哈希表,对于每一个 x,我们首先查询哈希表中是否存在 target - x,然后将 x 插入到哈希表中,即可保证不会让 x 和自己匹配。使用哈希表,可以将寻找 target - x 的时间复杂度降低到从 O(N)O(N)O(N) 降低到 O(1)O(1)O(1)。空间复杂度:O(N)O(N)O(N),其中 NNN 是数组中的元素数量。
2024-02-20 14:01:46 864
原创 flutter 插件开发过程
创建项目工程flutter create --template=plugin --platforms=android,ios -i swift -a java hahahaha–template=plugin:创建插件包–platforms=android,ios:指定平台-i objc -a java:指定ios和安卓的语言最后是工程名称这里遇到了个问题,不指定平台的话创建出来的工程没有android目录~...
2022-01-12 11:16:05 1654
原创 gitlab remote: HTTP Basic: Access denied
remote: HTTP Basic: Access denied
2021-09-01 15:41:50 371
原创 int logctl_get(): open ‘/dev/hwlog_switch‘ fail -1, 13. Permission denied
adb 链接手机 报错 int logctl_get(): open '/dev/hwlog_switch' fail -1, 13. Permission denied
2021-06-30 17:50:23 589 1
原创 Flutter Text控件在不同手机上不居中的问题
在最近flutter页面改造过程中,发现通过Contail包裹Text控件设置上下padding时,在华为魅族和vivo等手机上并没有居中展示
2021-04-21 18:05:25 1066
原创 Flutter MethodChannel 原生通信导致的Reply already submitted问题
Flutter MethodChannel 原生通信导致的Reply already submitted问题
2021-04-15 19:01:48 2334
原创 warning: LF will be replaced by CRLF in android/app/build.gradle.
warning: LF will be replaced by CRLF in xxxx
2021-04-15 12:43:23 441
原创 Flutter报错The argument type ‘Future<dynamic>‘ can‘t be assigned to the parameter type.
The argument type 'Future<dynamic>' can't be assigned to the parameter type
2021-04-06 15:28:25 4757
原创 cordova+ vue 开发Android项目
创建cordova + vue 项目及环境配置cordova 关联Android studioCordova+Vue整合到android studio上实现开发Android APPcordova插件汇总大全
2021-03-19 17:39:26 184
genymotion
2017-02-07
BlockCanary
2017-01-18
RecyclerView的分割线
2017-01-09
RecyclerView
2017-01-09
ViewPager+Fragment懒加载问题
2016-12-01
改善Java程序的151个建议
2016-11-21
RxJava使用教程
2016-11-18
MVP + rxjava +rxandroid + retrofit + glide + okhttp
2016-11-18
书签备份-chrome
2018-11-19
genymotion-arm
2018-10-23
百度相关API
2018-05-30
移动应用混合开发
2018-04-26
javascript DOM高级程序设计 及 javascript 设计模式
2018-04-26
设置sublime主题颜色
2018-04-08
AndroidAnimationExercise
2017-11-10
spring-framework-3.1.0.RELEASE
2017-09-01
smartsvn_osx_8.6
2017-04-07
PhotoView-master
2017-03-10
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人