终端和git设置代理解决gradle,pub,go,git等龟速问题

首先是终端设置代理:windows:临时设置:set http_proxy=http://192.168.0.1:1024 set https_proxy=%http_proxy%192.168.0.1:1024根据是要代理的ip和端口,根据自己的实际地址设置以上是设置http代理,如果要设置socks5代理,比如ss,v2等把http:// 改成socks5:// ss设置:set htt
阅读全文

懒人专用:git add ,commit,push合并同时调用

通常我们开发提交代码的时候要重复的使用下面git指令git add -A  git commit -m "xxxx" git push对于经常提交代码来说难免有些繁琐,下面提供两种简单的方式把三条指令合并提交第一种:  打开gitbash,输入如下命令并回车git config&nbs
阅读全文

CentOS8 安装Nginx,PHP8,Mysql8.0

CentOS8 安装nginx dnf makecache  更新dnf 仓库缓存dnf install nginx 安装nginx  (如果要安装最新版本的nginx可以到 Nginx RPMS 查看最新版,复制链接,然后输入命令 dnf install  http://nginx.org/packages/centos/8/
阅读全文

Mysql优化

  • Adamin90
  • 2020-11-14 11:29:57
  • Mysql
Mysql优化常用的指令:show processlist;  show full processlist;显示用户正在执行的线程,数据来自mysql系统数据库information_schema库中的processlist表,一般这条指令用来显示正在执行的sql语句,比如MySQL报错"too many connections"时候,可用用他来查询,查询的线程(ID
阅读全文

Ida动态调试步骤

  • Adamin90
  • 2020-09-28 00:03:31
  • 安全
adb forward tcp:23946 tcp:23946adb shell am  start -D -n com.hundun.yanxishe/.modules.welcome.WelcomeActivityjdb -connect com.sun.jdi.SocketAttach:port=8642,hostname=localhost
阅读全文

apktool invalid resource directory name: \res navigation

  • Adamin90
  • 2020-09-27 23:03:26
  • 安全
反编译:apktool d yanxishenew.apk回编译:apktool b yanxishenew报错:W: invalid resource directory name: E:\decode\apktool\yanxishenew1\res navigation解决方法:使用aapt2
阅读全文

简单程序理解C++的指针

  • Adamin90
  • 2020-09-23 19:01:26
  • C/C++
C++指针的理解
阅读全文

ASCII编码对照表(查阅)

 ASCII(American Standard Code for Information Interchange,美国信息互换标准代码,ASCⅡ)是基于拉丁字母的一套电脑编码系统。它主要用于显示现代英语和其他西欧语言。它是现今最通用的单字节编码系统,并等同于国际标准ISO/IEC 646。  ASCII第一次以规范标准的型态发表是在1967年,最后一次更新则是在1986年,至今为止共定义了128
阅读全文

ARM-SUB

ARM指令SUB详解
阅读全文

ARM-LDR

ARM LDR加载指令和伪指令详解
阅读全文
  • Powered by bjyblog modified by Adam © 2014-2024 www.lixiaopeng.com 版权所有 ICP证:鲁ICP备15039297号
  • 联系邮箱:14846869@qq.com