jdk8提供了jmc工具,应该比visualvm厉害吧 下面贴一份tomcat的配置,自己留个备份,把下面的内容粘贴到tomcat setenv.sh就可以了 脚本里的变量设置环境变量就可以了,其实是为了docker-compose启动方便配置 ...
分类:
其他好文 时间:
2017-01-08 03:45:14
阅读次数:
351
添加docker compose配置文件 新建文件docker-compose.yml,输入如下内容: 利用docker compose启动容器 注册Runner,配置CI脚本 参照:http://www.cnblogs.com/windchen/p/6247137.html#configrunne ...
分类:
其他好文 时间:
2017-01-04 22:51:00
阅读次数:
955
if([MFMessageComposeViewController canSendText]) { MFMessageComposeViewController * controller = [[MFMessageComposeViewController alloc] init]; contro... ...
分类:
其他好文 时间:
2017-01-04 20:26:36
阅读次数:
181
防伪码:有志不在年高,无志空活百岁。一、使用Supervisor来管理进程Docker容器在启动的时候开启单个进程,比如,一个ssh或者apache的daemon服务。但我们经常需要在一个机器上开启多个服务,这可以有很多方法,最简单的就是把多个启动命令放到一个启动脚本里面,启动的时候直接..
分类:
其他好文 时间:
2016-12-28 09:58:59
阅读次数:
229
当我们要显示一个控件的时候,不仅仅要显示这个控件,还要有动画的效果。 主要用到了DoubleAnimation类。 调用的时候也简单。 效果如下: ...
We see three varied examples of where natural transformations come in handy. ...
分类:
移动开发 时间:
2016-12-23 21:43:08
阅读次数:
200
Could not fetch https://api.github.com/repos/RobinHerbots/jquery.inputmask/contents/bower.json?ref=03e65a2d28159e885e18acee9cae53ac6318372b, please cr ...
分类:
其他好文 时间:
2016-12-22 11:03:15
阅读次数:
501
We use the traversable instance on List to reimplement Promise.all() type functionality. For example we want to conver: Conver array of Task, into Tas ...
分类:
其他好文 时间:
2016-12-21 21:34:06
阅读次数:
121
We find a couple of DOM nodes that may or may not exist and run a calculation on the page height using applicatives. For example we want to get the ma ...
分类:
移动开发 时间:
2016-12-21 21:00:05
阅读次数:
251