该文被密码保护。 阅读全文
posted @ 2022-03-15 09:48 _** 阅读(4) 评论(0) 推荐(0) 编辑
摘要: pscp.exe redis-6.0.6.tar.gz user@ip:/home/apt install make gcc g++ make distclean 常见问题: https://blog.csdn.net/baidu_38558076/article/details/106303896 阅读全文
posted @ 2022-03-07 16:02 _** 阅读(41) 评论(0) 推荐(0) 编辑
摘要: mkdir ~/bin PATH=~/bin:$PATH curl https://raw.githubusercontent.com/MoKee/git-repo/stable/repo > ~/bin/repo chmod a+x ~/bin/repo 7.1 init -u https://g 阅读全文
posted @ 2021-12-30 14:48 _** 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 第二种方法: https://blog.csdn.net/weixin_45081575/article/details/126519300 在WeChat客户端中播放,不小心按一下Esc键,就退出窗口了,令人难受。 所以接下来要做的就是突破这个限制,使得可以在浏览器中观看以下内容。 操作安装插件 阅读全文
posted @ 2021-12-26 16:33 _** 阅读(61) 评论(0) 推荐(0) 编辑
摘要: adb shell //adb进入命令行模式 su //切换至超级用户 magisk resetprop ro.debuggable 1 //设置debuggable stop;start; //一定要通过该方式重启 阅读全文
posted @ 2021-11-02 10:13 _** 阅读(44) 评论(0) 推荐(0) 编辑
摘要: VS2019正式版 密钥 Visual Studio 2019 破解 激活码 Key Visual Studio 2019 Enterprise 企业版(亲测可用):BF8Y8-GN2QH-T84XB-QVY3B-RC4DFVisual Studio 2019 Professional 专业版:NY 阅读全文
posted @ 2021-10-16 17:22 _** 阅读(12991) 评论(0) 推荐(2) 编辑
摘要: https://download.jetbrains.com/idea/ideaIU-2020.1.2.exehttps://download.jetbrains.com/webstorm/WebStorm-2020.1.2.exehttps://download.jetbrains.8686c.c 阅读全文
posted @ 2021-10-13 23:00 _** 阅读(313) 评论(0) 推荐(0) 编辑
摘要: /* This file contains definitions used by the Hex-Rays decompiler output. It has type definitions and convenience macros to make the output more reada 阅读全文
posted @ 2021-09-28 17:37 _** 阅读(144) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/9805a4f02d69 注:开启Kali Linux系统SSH协议22端口,实现服务器与数据库的传输连接管道. 修改属性文件: root@kali:~# leafpad /etc/ssh/sshd_config 去掉#哈希标识PasswordAu 阅读全文
posted @ 2020-12-12 18:09 _** 阅读(349) 评论(0) 推荐(0) 编辑
摘要: windows10 缺失 msvcp140.dll 解决办法 - g7y12 - 博客园 (cnblogs.com) The latest supported Visual C++ downloads (microsoft.com) 阅读全文
posted @ 2020-11-23 22:57 _** 阅读(557) 评论(0) 推荐(0) 编辑