step1 先下载vscode step2 安装mingw,这有一个现成的 https://blog.csdn.net/qq_29183811/article/details/109137758 step3 把mingw放在一个无中文的地址中 step4 在系统path中添加为环境变量 成果 ...
分类:
编程语言 时间:
2021-02-24 13:04:43
阅读次数:
0
Logic Gates circuit is the foundamental structure that build up the calculation and processing of a computer. It had been believed that with proper ar ...
分类:
编程语言 时间:
2021-02-23 14:24:08
阅读次数:
0
Glide get,checkAndInitializeGlide,initializeGlide Glide glide = GlideBuilder.build(); new Engine(),new Glide()并在Glide构造函数注册功能模块 new GlideContext()管理并对 ...
分类:
移动开发 时间:
2021-02-23 14:10:08
阅读次数:
0
android项目部分编译: 1.source build/build.sh 2.source build/envsetup.sh 3.lunch 选择对应配置 4.进入单独编译目录执行mm mm -B WITH_DEXPREOPT=false #单独编译某模块时不做优化 adb shell命令 M ...
分类:
移动开发 时间:
2021-02-22 12:28:23
阅读次数:
0
在【设置】页面下方找到【博客侧边栏公告(支持HTML代码) (支持 JS 代码)】这项,然后加入以下代码: <script type="text/javascript" charset="utf-8" src="https://files.cnblogs.com/files/liuzhou1/L2D ...
分类:
Web程序 时间:
2021-02-22 12:09:47
阅读次数:
0
OS模块 属于python中的内置模块,专门用来处理系统相关的操作 使用方法:直接使用导入使用 import OS 具体的使用方法如下: 1.文件路径的获取: py文件的地址 具体的实现过程: import os #获取当前文件的绝对路径 file_path=os.path.abspath(__fi ...
分类:
编程语言 时间:
2021-02-22 12:04:44
阅读次数:
0
1. listfile (列表文件,即CMakeLists.txt) https://cmake.org/cmake/help/v3.19/manual/cmake-gui.1.html CMake is a cross-platform build system generator. Projec ...
分类:
其他好文 时间:
2021-02-20 12:32:02
阅读次数:
0
学习chrome-extension优秀插件 newtabnewquote 新标签页显示一句话 github地址:rahuls/newtabnewquote: A Chrome extension which shows a new quote on each new tab. chrome ext ...
分类:
其他好文 时间:
2021-02-20 12:20:22
阅读次数:
0
暴力删除nodejs导致无法重新安装 Later version of Node.js is already installed. Setup will now exit 1、电脑全局搜索nodejs,保证node相关不存在 2、修改“环境变量”: 删除path值中的node及npm 3、重启 4、 ...
分类:
Web程序 时间:
2021-02-20 12:05:48
阅读次数:
0
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 1. os.path.abspath(file)返回的是.py文件的绝对路径,也就是settings.py这个文件路径 2. os.path.dirname( ...
分类:
其他好文 时间:
2021-02-20 11:46:09
阅读次数:
0