NVM for Windows下载与安装 下载NVM for Windows https://github.com/coreybutler/nvm-windows/releases nvm-noinstall.zip: 这个是绿色免安装版本,但是使用之前需要配置 nvm-setup.zip:这是一个 ...
命令:wevtutil cl 日志类型 wevtutil cl security wevtutil cl Setup wevtutil cl System wevtutil cl Aplication wevtutil cl Forwarded Events 使用Phantom 工具 该脚本遍历事件 ...
分类:
其他好文 时间:
2021-06-28 17:55:05
阅读次数:
0
ApkToolPlus 是一个可视化的跨平台 apk 分析工具。 项目地址:https://github.com/linchaolong/ApkToolPlus 1. ApkTool apk 反编译,回编译,签名。 apktool 2. Apk 加固 dex 加密,防逆向,防止二次打包。(注意:该功 ...
分类:
移动开发 时间:
2021-06-25 17:10:01
阅读次数:
0
源码抢先看: https://github.com/jdf2e/nutui NutUI 3.0 官网:https://nutui.jd.com/3x/#/ 小程序多端适配 设计初衷 在跨端小程序的开发过程中,我们发现没有合适的组件库可以使用,尤其在做电商商城类场景的业务时,没有符合京东 App 规范 ...
分类:
微信 时间:
2021-06-25 17:01:13
阅读次数:
0
继续学习GitHub的开源项目MyDiary,它的地址是https://github.com/DaxiaK/MyDiary。 截止目前为止我的代码是https://github.com/BILY5354/OurDiaryGit 还参考了b站教程https://www.bilibili.com/vid ...
分类:
其他好文 时间:
2021-06-25 16:55:34
阅读次数:
0
基于WSL2 的 Docker Desktop 启动时 Failed to set version to docker-desktop: exit code: -1的解决方法_qhd1994的博客-CSDN博客 netsh winsock reset ...
分类:
其他好文 时间:
2021-06-25 16:52:33
阅读次数:
0
1.下载BTStack BTStack的源码在GITHUB上:https://github.com/bluekitchen/btstack git clone https://github.com/bluekitchen/btstack.git 2.将BTStack解压到msys2的根目录下 进入源 ...
分类:
其他好文 时间:
2021-06-25 16:34:18
阅读次数:
0
看文章之前,强烈建议先把项目拉取下来!案例来自小弟的开源项目「项目Github」 文章内容只是个人学习的一些总结经验,不具有权威性,这是 Node 服务端的实现,后面会写前端的实现 什么是 Token 验证 常见的 Token 验证方式种: OAuth2,例如:微信授权登录 (貌似也属于 Token ...
分类:
Web程序 时间:
2021-06-25 16:34:05
阅读次数:
0
jasypt是一个简单方便的第三方加解密库,可以快速的集成到springboot环境中 引入依赖 <!-- 数据库加密 --> <dependency> <groupId>com.github.ulisesbocchio</groupId> <artifactId>jasypt-spring-boo ...
分类:
数据库 时间:
2021-06-24 18:11:09
阅读次数:
0
1.简单图形 数据: 代码: import pandas as pd import matplotlib.pyplot as plt catering = r'C:\Users\xxx\Desktop\data\课题.xls' df = pd.read_excel(catering) plt.rcP ...
分类:
编程语言 时间:
2021-06-24 18:08:55
阅读次数:
0