摘要:
Apache ab性能测试结果分析 测试场景:模拟10个用户,对某页发起总共100次请求。 测试命令: ab -n 100 -c 10 地址 测试报告: Server Software: 被测服务器软件信息 Server Hostname: 被测主机名 Server Port: 被测主机服务端口号
阅读全文
posted @ 2017-10-18 11:47
serena_uuu
阅读(332)
推荐(0)
摘要:
git出错小记 想要push代码,我们经常这样做。 1.查看状态 git status 2.隐藏本地编辑的新内容 git stash 3.拉远程的代码 git pull 这一步操作有的时候会报错,没有仔细阅读报错内容的同学, 以为git pull失败了, 失败的原因是因为刚才的git stash没成
阅读全文
posted @ 2017-07-03 13:58
serena_uuu
阅读(4626)
推荐(0)
摘要:
Eclipse中代码自动提示功能设置 1 打开eclipse→Windows→Preferences→Java→Editor→Content Assist; 修改Auto Activation triggers for java的值为:.abc 点击apply按钮。 2 继续打开JavaScript
阅读全文
posted @ 2017-07-03 13:55
serena_uuu
阅读(201)
推荐(0)
摘要:
克隆项目到本地 git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh 2、创建配置文件 cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc 3、设置zsh为你的默认
阅读全文
posted @ 2017-07-03 13:54
serena_uuu
阅读(188)
推荐(0)
摘要:
Mac下Maven安装与配置 下载maven http://maven.apache.org/download.cgi main->download菜单下的Files 下载后解压在Documents下 打开iterm 输入以下内容其中M2_HOME的路径为刚解压所在的目录 保存并退出 测试:
阅读全文
posted @ 2017-07-03 13:52
serena_uuu
阅读(25842)
推荐(0)
摘要:
一、下载并安装JDK http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 双击下载的dmg文件,进入安装向导。 打开iterm,输入以下命令: 输入以下内容保存并退出 执行以下命令使刚
阅读全文
posted @ 2017-07-03 13:42
serena_uuu
阅读(287)
推荐(0)
摘要:
##curl命令 curl命令是一个功能强大的网络工具,它能够通过http、ftp等方式下载文件,也能够上传文件。 #####1. 下载单个文件,默认将输出打印到标准输出中(STDOUT)中``` curl http://www.baidu.com ``` #####2. 通过-o/-O选项保存下载
阅读全文
posted @ 2017-03-07 16:30
serena_uuu
阅读(806)
推荐(0)
摘要:
Springboot & Mybatis 构建restful 服务五 1 前置条件 成功执行完Springboot & Mybatis 构建restful 服务四 成功执行完Springboot & Mybatis 构建restful 服务四 2 restful service 整合 swigger
阅读全文
posted @ 2017-03-07 16:27
serena_uuu
阅读(1121)
推荐(0)
摘要:
Springboot & Mybatis 构建restful 服务四 1 前置条件 成功执行完Springboot & Mybatis 构建restful 服务三 成功执行完Springboot & Mybatis 构建restful 服务三 2 restful service 添加 Apache
阅读全文
posted @ 2017-03-07 16:25
serena_uuu
阅读(409)
推荐(0)
摘要:
Springboot & Mybatis 构建restful 服务三 1 前置条件 成功执行完Springboot & Mybatis 构建restful 服务二 成功执行完Springboot & Mybatis 构建restful 服务二 2 restful service 添加日志 1)新建
阅读全文
posted @ 2017-03-07 16:24
serena_uuu
阅读(776)
推荐(0)