随笔分类 -  开发问题

摘要:环境: Ubuntu 16.04 java version "1.8.0_231" 配置/etc/sudoers这个文件,sudo vim /etc/sudoers 只读,编辑需要使用sudo sudoers 在Defaults secure_path="/usr/local/sbin:/usr/l 阅读全文
posted @ 2019-12-31 11:18 ninxin18 阅读(664) 评论(0) 推荐(0)
摘要:1.Makefile mkdir -p build/{bin/,certs/,db/,scripts/,log/} Linux command:mkdir -p build/{bin,certs,db,scripts,log} 2.sudo apt-get install ubuntu常见错误--C 阅读全文
posted @ 2019-01-09 15:36 ninxin18 阅读(207) 评论(0) 推荐(0)
摘要:error: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! sha3@1.2.0 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at th 阅读全文
posted @ 2018-10-22 16:31 ninxin18 阅读(251) 评论(0) 推荐(0)
摘要:1. pip3 ''' pip3 install --upgrade pip sudo apt-get install python3-setuptools pip3 install --upgrade pip Traceback (most recent call last): File "/us 阅读全文
posted @ 2018-10-18 15:31 ninxin18 阅读(216) 评论(0) 推荐(0)
摘要:Ubuntu配置apacemacs: 下载emacs-25.3.tar.gztar zxf emacs-25.3.tar.gzcd emacs-25.3执行./configure命令出现如下错误:'''shellconfigure: error: You seem to be running X, 阅读全文
posted @ 2018-07-03 11:07 ninxin18 阅读(322) 评论(0) 推荐(0)
摘要:链表 type Student struct { Name string Next* Student } 每个节点包含下一个节点的地址,这样把所有的节点串起来了,通常把链表中的第一个节点叫做链表头 package main import ( "fmt" ) type Student struct { 阅读全文
posted @ 2018-06-21 09:35 ninxin18 阅读(242) 评论(0) 推荐(0)
摘要:阿里云——云服务器ecs 发现xshell链接不上,于是乎: 1.设置登录密码 2.设置安全组 3. 4. 5.此时,浏览器还是无法访问,再弄一个 6.来,访问下 阅读全文
posted @ 2018-04-20 10:15 ninxin18 阅读(228) 评论(0) 推荐(0)