上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: http://www.dewen.net.cn/q/9588 首先volatile是java中关键字用于修饰变量,AtomicReference是并发包java.util.concurrent.atomic下的类。首先volatile作用,当一个变量被定义为volatile之后,看做“程度较轻的 s 阅读全文
posted @ 2017-12-04 15:10 搜索技术 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 原创 2017年01月04日 14:32:37 2090 原创 2017年01月04日 14:32:37 2090 tomcat/bin catalina.sh JAVA_OPTS='-server -Xms4g -Xmx4g -Xss256k -XX:PermSize=512m -XX:MaxPe 阅读全文
posted @ 2017-12-04 14:44 搜索技术 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: telnet ip 空格 port ctrl+] 进入 命令后 quit 退出 在linux/unix下使用telnet hostname port连接上主机后会提示Escape character is '^]' 这个提示的意思是按Ctrl + ] 会呼出telnet的命令行,出来telnet命令 阅读全文
posted @ 2017-12-01 16:26 搜索技术 阅读(654) 评论(0) 推荐(0) 编辑
摘要: Caused by: java.lang.NumberFormatException: For input string: "0.9" jvm 内存大小。。。 tomcat查看错误日志 localhost.xxx.log AtomicReference 初始化: //anotherChronicle 阅读全文
posted @ 2017-11-30 17:30 搜索技术 阅读(143) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hellowangchaochao/article/details/73223773 阅读全文
posted @ 2017-11-30 15:04 搜索技术 阅读(684) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/fwj380891124/article/details/41458727 阅读全文
posted @ 2017-11-30 15:01 搜索技术 阅读(86) 评论(0) 推荐(0) 编辑
摘要: ServletContextListener作用 ServletContext 被 Servlet 程序用来与 Web 容器通信。例如写日志,转发请求。每一个 Web 应用程序含有一个Context,被Web应用内的各个程序共享。因为Context可以用来保存资源并且共享,所以我所知道的 Servl 阅读全文
posted @ 2017-11-30 14:42 搜索技术 阅读(158) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/mrzhoug/article/details/51581994 一般顺序:静态块(静态变量)——>成员变量——>构造方法——>静态方法 阅读全文
posted @ 2017-11-29 18:23 搜索技术 阅读(270) 评论(0) 推荐(0) 编辑
摘要: // 显示本地分支和服务器分支的映射关系 git branch -vv // 切换分支(和创建分支就差一个-b参数) git checkout {{branch_name}} // 创建新分支,新分支的代码来自于当前分支 git checkout -b [分支名] 阅读全文
posted @ 2017-11-28 18:11 搜索技术 阅读(5505) 评论(0) 推荐(0) 编辑
摘要: 绑定和依赖注入区别 绑定,使用时 需要通过 injector 显示获取 依赖注入,只需要显示获取主类,他的依赖是通过@Injector 和 绑定关系 隐式注入的 http://blog.csdn.net/jing_le/article/category/1403309 http://blog.csd 阅读全文
posted @ 2017-11-24 16:33 搜索技术 阅读(314) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页