摘要:
阅读全文
摘要:
临时解决办法 $(".typeahead-items").css("margin-top","33px") 阅读全文
摘要:
sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm 阅读全文
摘要:
pcre下载地址 zlib下载地址 openssl下载地址 --with-stream 开启tcp代理 阅读全文
摘要:
sudo trimforce enable 阅读全文
摘要:
docker push 提交时错误提示; 提示的说明要加--insecure-registry 参数, 此参数是要在docker 服务启动时添加, 可通过以下命令查看是否使用此参数; 在google 上找到很多种加此参数的方式都不成功,可能版本不对吧; centos6.5, docker 1.7.1 阅读全文
摘要:
1.Run the wget command from the dir you want to extract maven too. wget http://mirrors.cnnic.cn/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9 阅读全文
摘要:
1 wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "http://download.oracle.com/otn-pub/java/jdk/7u79-b15/jd... 阅读全文
摘要:
1.最常用,也是最直接使用方法,通过@PathVariable注解获取 2.需要通用@PathVariable注解批量获取, 只有注解的参数才能得到 3.批量获取,不需要任何注解 阅读全文