摘要:
.html文件中{% load staticfiles %}改为{% load static %} 阅读全文
摘要:
cmd进入django源码目录 python setup.py install 把C:\Python382\Lib\site-packages\Django-3.1.dev20200409064531-py3.8.egg\django添加到环境变量 阅读全文
摘要:
创建一个文本文件,写入一下内容 DEL /F /A /Q \\?\%1RD /S /Q \\?\%1 修改位暴力删除.bat 使用:把想删除的文件拖到暴力破解.bat上面 阅读全文
摘要:
1. h j k l2h#左移2个字符2l#右移两个字符2j#下移2行2k#上移2行 2.x Xx#删除当前光标的1个字符,光标的位置不变X#删除当前光标前面的1个字符,光标位置前移 3. DD#删除当前光标至行尾 4.s Ss#删除当前字符,并在当前位置开始插入S#删除当前行,在行首切换到插入模式 阅读全文
摘要:
https://blog.csdn.net/golduty2/article/details/82151407 阅读全文
摘要:
git config --global user.name "MoonXu0722"git config --global user.email ”xpylovely520@gmail.com“ #上面两个命令会在linux下的/home/xpy/.gitconfig文件中配置信息 git conf 阅读全文
摘要:
libcurl libevent libcurl boost ffmpeg libharu #pdf库 m4 m4是一个通用的宏处理器,由布莱恩·柯林汉和丹尼斯·里奇设计 mpir Multiple Precision Integers and Rationals MPIR 是一个开源的多精度的整数 阅读全文
摘要:
#include <iostream>#include <cstdlib>using namespace std; unsigned int num;unsigned int n;void left(){ for (int i = 0; i < n; ++i) { //if ((1 << 31) & 阅读全文