上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 45 下一页
摘要: mac 利用 sshpass + 配置文件 实现自动登录 使用方式 https://github.com/vipzhicheng/go 参见此项目 其实原理也就是 脚本 读取配置文件 匹配 参数或者 ip 调用 ssh 命令 简单 mark下 按照链接方式配置好之后 shell 中 执行 go (参 阅读全文
posted @ 2017-09-22 00:03 托马斯布莱克 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 链接: IaaS,PaaS,SaaS 的区别 作者: 阮一峰日期: 2017年7月23日 作者: 阮一峰 日期: 2017年7月23日 越来越多的软件,开始采用云服务。云服务只是一个统称,可以分成三大类。IaaS:基础设施服务,Infrastructure-as-a-servicePaaS:平台服务 阅读全文
posted @ 2017-09-20 16:23 托马斯布莱克 阅读(620) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright 2007-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi 阅读全文
posted @ 2017-09-06 18:19 托马斯布莱克 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 在朋友那儿看到一个不错的在线文档管理工具 主要特点 : 在线接口测试在线测试,方便前后端开发,降低错误率。支持:xml、json、txt、binary、websocket 在线接口测试 在线测试,方便前后端开发,降低错误率。支持:xml、json、txt、binary、websocket 可视化编辑 阅读全文
posted @ 2017-09-05 17:36 托马斯布莱克 阅读(3681) 评论(0) 推荐(0) 编辑
摘要: up vote 1. mvc# 页面默认前缀目录spring.mvc.view.prefix=/WEB-INF/view/# 响应页面默认后缀spring.mvc.view.suffix=.jsp 2. dependency<dependency> <groupId>org.springframew 阅读全文
posted @ 2017-09-01 09:43 托马斯布莱克 阅读(888) 评论(0) 推荐(0) 编辑
摘要: https://github.com/oldratlee/fucking-java-concurrency /** * @author Jerry Lee */ public class Testee { static long countTimeIn500ms = 0; public static 阅读全文
posted @ 2017-08-29 16:18 托马斯布莱克 阅读(415) 评论(0) 推荐(0) 编辑
摘要: package cn.efunbox.afw.core.util;import java.util.HashSet;import java.util.Set;/** * Twitter_Snowflake<br> * SnowFlake的结构如下(每部分用-分开):<br> * 0 - 000000 阅读全文
posted @ 2017-08-28 16:52 托马斯布莱克 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 如何正确地写出单例模式 1.懒汉式,线程不安全 这段代码简单明了,而且使用了懒加载模式,但是却存在致命的问题。当有多个线程并行调用 getInstance() 的时候,就会创建多个实例。也就是说在多线程下不能正常工作 public class Singleton { private static S 阅读全文
posted @ 2017-08-27 23:52 托马斯布莱克 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 原文链接 http://www.imooc.com/article/14377 原文链接 http://www.imooc.com/article/14377 原文链接 http://www.imooc.com/article/14377 原文链接 http://www.imooc.com/arti 阅读全文
posted @ 2017-08-27 23:23 托马斯布莱克 阅读(597) 评论(0) 推荐(0) 编辑
摘要: 40个Java多线程问题总结2016-01-04 13:41:498864浏览6评论分享到 小字号 GD_SeHun 页面重构设计这位童鞋很懒,什么也没有留下~~!166篇手记17推荐作者的热门手记毕业5年我拿什么回报给我5年的北漂——遇见更好的自己8797浏览233推荐65评论程序员必备基础知识: 阅读全文
posted @ 2017-08-27 23:18 托马斯布莱克 阅读(229) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 45 下一页