可选 nextcloud、seafile、syncthing 1. seafile https://www.jianshu.com/p/43f570118e63 https://www.jianshu.com/p/bd4b55b6d0cd http://www.senra.me/build-your ...
分类:
系统相关 时间:
2020-06-07 14:47:45
阅读次数:
102
[root@localhost ~]# cd msmtp-1.4.20[root@localhost msmtp-1.4.20]# ./configurechecking build system type... i686-pc-linux-gnuchecking host system type. ...
分类:
其他好文 时间:
2020-06-07 14:37:42
阅读次数:
74
在使用scss是可能会添加loader,例如 { test: /\.scss$/, use: ['style-loader', 'css-loader', 'sass-loader'], } 然而当使用vue-cli脚手架创建项目时,可能出现如下错误: Invalid CSS after "...l ...
分类:
Web程序 时间:
2020-06-07 13:14:01
阅读次数:
85
informix错误代码小结 所有错误可以用finderr+错误代码查到,英文的,这里中文注释便于理解。 -100 错误的描述:C—ISAM错误;向具有唯一索引的字段加入一个重复值。 系统的操作:该语句不被处理。 更正的方法:检查是否用iswrite,isrewrite,isrewcurr或isad ...
分类:
其他好文 时间:
2020-06-07 11:03:50
阅读次数:
57
一、修改配置文件 1.build->utils.js 增加 :publicPath:'../../' // Extract CSS when that option is specified // (which is the case during production build) if (opt ...
分类:
其他好文 时间:
2020-06-06 14:25:25
阅读次数:
86
以armv5为例: 1.下载编译链: apt install arm-linux-gnueabi-gcc 2. 配置 配置文件路径:~/.crago/config [target.armv5te-unknown-linux-gnueabi]linker="arm-linux-gnueabi-gcc" ...
分类:
其他好文 时间:
2020-06-06 12:44:57
阅读次数:
121
Linux 7 安装开发工具包 Development Tools 1、查看开发工具包 [root@xiejiaohui ~]# yum groups list Loaded plugins: langpacks, search-disabled-repos Available Environmen ...
分类:
系统相关 时间:
2020-06-06 12:33:30
阅读次数:
95
Given two non-negative integers num1 and num2 represented as string, return the sum of num1 and num2. Note: The length of both num1 and num2 is < 5100 ...
分类:
其他好文 时间:
2020-06-06 11:10:45
阅读次数:
57
模板一:单点修改,区间求和 模板题:hdu1166 敌兵布阵 const int maxn=100010; int a[maxn],tree[4*maxn]; void pushup(int o){ tree[o]=tree[o<<1]+tree[o<<1|1]; } void build(int ...
分类:
其他好文 时间:
2020-06-05 23:02:21
阅读次数:
96
docker-compose version: "3" services: user-dashboard: build: . volumes: - .:/data/code/ - /proc:/writable-proc ports: - "8891:8891" networks: - walkof ...
分类:
其他好文 时间:
2020-06-05 21:22:38
阅读次数:
79