摘要: windows里有个Xshell非常的方便好使,因为它能保存你所有的ssh登录帐号信息。MAC下并没有xshell,有些也提供这样的功能,但效果都不好。iterm2是很好的终端,但却不能很好的支持多profiles,当要管理的机器较多时,就比较麻烦了。好在它有profiles设置,只是不能保存ssh 阅读全文
posted @ 2017-06-27 10:11 Questions张 阅读(505) 评论(0) 推荐(0)
摘要: 原文链接:http://chuna2.787528.xyz/756623607-zhang/p/7071281.html 1.设置窗口 定位到 [Preferences - Profiles - Window] 新窗口设定风格设为 [Top of Screen],这样每次新打开终端都会固定出现在屏幕的顶 阅读全文
posted @ 2017-06-27 10:10 Questions张 阅读(1044) 评论(0) 推荐(0)
摘要: Maven配置 阅读全文
posted @ 2017-06-23 16:01 Questions张 阅读(8126) 评论(2) 推荐(0)
摘要: 参考表结构 CREATE TABLE `t_baby` ( `baby_id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `nickname` varchar(64) DEFAULT NULL, `avatar` var 阅读全文
posted @ 2017-05-15 22:42 Questions张 阅读(18331) 评论(2) 推荐(6)
摘要: Failed to execute goal on project safetan-web: Could not resolve dependencies for project com.safetan:safetan-web:war:1.0-SNAPSHOT: Failure to find co 阅读全文
posted @ 2017-05-13 09:39 Questions张 阅读(2875) 评论(0) 推荐(0)
摘要: Gitlab安装成功有,注册邮件一直接收不到也是很生气,修改了 /etc/gitlab/gitlab.rb文件 gitlab_rails['smtp_enable'] = truegitlab_rails['smtp_address'] = "smtp.163.com"gitlab_rails['s 阅读全文
posted @ 2017-04-28 09:06 Questions张 阅读(930) 评论(0) 推荐(0)
摘要: curl命令安装 curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash 或者 使用wget wget -qO- https://raw.githubusercontent.com/cre 阅读全文
posted @ 2017-03-31 15:51 Questions张 阅读(290) 评论(0) 推荐(0)
摘要: 安装: 用法: 如: 这里要注意的是-t后面的时间要带单位,S表示秒,如果不带,就是分钟,分钟的单位,还是挺长的,所以要注意一下。 结果说明: ** SIEGE 2.72 ** Preparing 300 concurrent users for battle. The server is now 阅读全文
posted @ 2017-03-25 17:05 Questions张 阅读(1250) 评论(0) 推荐(0)
摘要: 直接新建一个server.js 然后 输入以下代码 var http = require('http') http.createServer(function(req,res){ res.writeHead(200,{'Content-Type':'text/plain'}) res.end('He 阅读全文
posted @ 2017-03-25 12:14 Questions张 阅读(231) 评论(0) 推荐(0)
摘要: node install.js Considering PhantomJS found at /usr/local/bin/phantomjs Looks like an `npm install -g` Error checking path, continuing { Error: Cannot 阅读全文
posted @ 2016-05-20 00:47 Questions张 阅读(4038) 评论(4) 推荐(0)