上一页 1 ··· 5 6 7 8 9
  2016年12月30日
摘要: Started by timer [EnvInject] - Loading node environment variables. Building remotely on RE_DEV_BUILD06 (OMA compass linux x64 PWI_LINUX_DEV ruby) in w 阅读全文
posted @ 2016-12-30 09:56 白衣胜雪 阅读(171) 评论(0) 推荐(0) 编辑
  2016年12月29日
摘要: @Api(value = "console", description = "Retrieve the Console Outputs",produces=MediaType.APPLICATION_JSON_VALUE)@Controllerpublic class ConsoleControll 阅读全文
posted @ 2016-12-29 19:06 白衣胜雪 阅读(198) 评论(0) 推荐(0) 编辑
摘要: // Authenticator authenticator = new Authenticator() {//// public PasswordAuthentication getPasswordAuthentication() {// return (new PasswordAuthentic 阅读全文
posted @ 2016-12-29 17:44 白衣胜雪 阅读(97) 评论(0) 推荐(0) 编辑
  2016年12月27日
摘要: http://stackoverflow.com/questions/1485708/how-do-i-do-a-http-get-in-java http://crunchify.com/how-to-send-http-request-and-capture-response-in-java/ 阅读全文
posted @ 2016-12-27 14:51 白衣胜雪 阅读(136) 评论(0) 推荐(0) 编辑
  2016年12月15日
摘要: 在新买的macbook pro15上安装了mysql,发现2个问题 一个是workbench基本无法正常退出,都要force quit 第二是我正常通过workbench连接后,查看系统log,会发现总会有一次当前用户的no password连接被DENY,不知道这次连接是如何发起的? 个人猜测:第 阅读全文
posted @ 2016-12-15 08:27 白衣胜雪 阅读(109) 评论(0) 推荐(0) 编辑
  2016年12月14日
摘要: 1. Main方法只能写在object而不是class里 2. Unit test只能针对class或者trait,不能给object做,解决方法,把object里面要测的方法拿出来放到trait里, unit test extends trait 3. WrappedArray is abstra 阅读全文
posted @ 2016-12-14 04:38 白衣胜雪 阅读(73) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9