package main import "fmt" func test() { var p *int // 定义指针 var a = 10 p = &a // 将a的地址赋值给指针 fmt.Println(p,*p) // 获取a的值 // 指针数组 var aa ,bb int pointArr ...
分类:
编程语言 时间:
2020-06-07 21:09:23
阅读次数:
63
在启动vue项目的时候报错 报错信息如下: npm ERR! code ELIFECYCLEnpm ERR! errno 1npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js`npm ERR! Exit status 1npm ...
分类:
其他好文 时间:
2020-06-07 19:18:45
阅读次数:
710
npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! gshop-client_final@1.0.0 dev: `webpack-dev-server --inline --progress --config build/webpack.dev.co ...
分类:
其他好文 时间:
2020-06-07 15:13:11
阅读次数:
82
可选 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