摘要:
记录一次在mac 上go+sqllite3编译到centos使用 网上搜到安装 brew install FiloSottile/musl-cross/musl-cross 但是很遗憾,报错 ==> /opt/homebrew/opt/make/bin/gmake install TARGET=x8 阅读全文
摘要:
yum install nginx nginx systemctl enable nginx 阅读全文
摘要:
https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm yum install postgresql13-contrib postgresql13-se 阅读全文
摘要:
新建workspace 目录 cd workspace git clone https://github.com/go-gitea/gitea.git yum install gcc cd gitea TAGS="bindata sqlite sqlite_unlock_notify" make b 阅读全文
摘要:
C:\Users\Administrator\AppData\Local\Yarn\bin 添加到环境变量 阅读全文
摘要:
django SQLite 3.8.3 or later is required wget https://www.sqlite.org/2019/sqlite-autoconf-3270200.tar.gz tar -zxvf sqlite-autoconf-3270200.tar.gz cd s 阅读全文
摘要:
django用数据库当缓存: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.db.DatabaseCache', 'LOCATION': 'cache_table', # 数据库表 'OPTIONS': { 'MAX_E 阅读全文
摘要:
python版本管理使用 安装依赖 sudo yum install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel libpcap-devel xz 阅读全文
摘要:
使用vue axios报错 has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' heade 阅读全文
摘要:
进入jenkins后台->系统管理->插件管理->可选插件->输入gitee,选中安装后重启等待完成 进入 系统管理-》系统设置-》gitee配置 创建新任务 选择构建一个自由风格的软件项目 源码管理: Repository URL git地址 Credentials 添加jenkins Crede 阅读全文