- 博客(12)
- 收藏
- 关注
原创 是否处于惯性滑动状态
/**是否处于惯性滑动状态*/private boolean isFlinging = false;public WhlBehavior() {}public WhlBehavior(Context context, AttributeSet attrs) {super(context, attrs);}@Overridepublic void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLay
2022-04-03 01:51:18
112
原创 zlx_bash_profile
# bash-completion begin [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh" [[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"..
2022-03-31 22:51:10
2221
原创 testfind.sh
for file in `find /home/wwwroot/www.waohaha.com/games -name ad.txt`;domv $file `dirname $file`/"1.txt"done/home/wwwroot/www.waohaha.com/games#find . -name "ad.txt" | while read name;#do newname=$(echo $name | tr -d '@3x') ;mv $name $newname ;#do...
2022-03-31 22:47:50
97
原创 submodule
cd mtxmall_frameworkgit submodule initgit submodule syncgit submodule updatecd mbccoregit lfs pull
2022-03-31 22:47:19
87
原创 proxy_gradle_properties
systemProp.http.proxyHost=127.0.0.1systemProp.http.proxyPort=58591systemProp.https.proxyHost=127.0.0.1systemProp.https.proxyPort=58591
2022-03-31 22:45:58
78
原创 git_push
git push origin HEAD:refs/for/meitu/develop_20200210_q1ssh-keygen -o -t rsa -b 4096 -C "zlx@meitu.com"git push origin HEAD:refs/for/meios_integrationgit push origin HEAD:refs/for/meitu/develop_mtad_sdk
2022-03-31 22:45:40
84
原创 git_proxy
git config --global https.proxy http://127.0.0.1:1080git config --global https.proxy https://127.0.0.1:1080git config --global --unset http.proxygit config --global --unset https.proxygit config --global https.proxy http://127.0.0.1:58591git conf
2022-03-31 22:44:28
556
原创 反编译原始java内存
java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.Dex2jarCmd"
2022-03-31 22:42:51
300
原创 反编译命令
https://www.jianshu.com/p/3a305f32c4a3将apk->解压:包含res,assets,lib,AndroidManifest.xml,class.dex,class2.dex...打出的包到新目录:apktool d -s {xxx.apk} -o {directory}打出的包到已存在目录:apktool -f d -s {xxx.apk} -o {directory}sh d2j-dex2jar.sh {classes.dex}反编译源码:
2022-03-31 22:42:38
2007
原创 打印堆栈.txt
adb shell dumpsys activity | findstr "mFocusedActivity"adb shell dumpsys activity | grep "mFocusedActivity"adb shell dumpsys activity | grep -i run安卓11:Activity:adb shell dumpsys activity top | grep ACTIVITY | tail -n 1Fragment:adb shell dumpsys
2022-03-31 22:40:48
1888
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人