logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

过滤文件内容(windows和Mac及ubuntu)

windows系统可以使用TextFilter软件linux系统grep “过滤内容” 要过滤的文件如:grep “BasePage___” basepage.txt结果如图grep主要参数:-c:只输出匹配行的计数。-I:不区分大 小写(只适用于单字符)。-h:查询多文件时不显示文件名。-l:查询多文件时只输出包含匹配字符的文件名。-n:显示

dex2jar 报错 com.googlecode.d2j.DexException: not support version

参考链接:https://www.jianshu.com/p/55bf5f688e9ahttps://source.android.com/devices/tech/dalvik/dex-format#dex-file-magic原因:dex2jar 的版本与要解析的 dex 文件的版本不匹配造成的方案:使用对应版本的 dex2jar使用二进制编辑工具修改 dex 文件的版本...

#android
合并其他分支的指定commits或者指定文件到本分支

相关资料:http://jasonrudolph.com/blog/2009/02/25/git-tip-how-to-merge-specific-files-from-another-branch/http://stackoverflow.com/questions/881092/how-to-merge-a-specific-commit-in-git以下为正文项目分支情况说明curs

#git
常用pro-guard混淆

https://github.com/krschultz/android-proguard-snippets

#android
plantUML编辑器整理

如果你平常的编辑器就是 Intellij 系列软件,那么推荐直接使用Intellij 插件(最后一个)在线编辑器:https://www.planttext.com/推荐这个预览如下:http://www.plantuml.com/plantuml预览如下:https://sujoyu.github.io/plantuml-previ

#编辑器
Intellij Idea启用Git可视化界面

第一步、第二步、然后点击OK验证

#git
设置Textview最大长度,超出显示省略号

<TextViewandroid:id="@+id/tvUserNameUgcListItem"android:layout_height="@dimen/dp45"android:layout_width="wrap_content"android:text="云

#android
到底了