本系列主要解决的问题:针对一个功能庞大的企业应用 + 应用面对不同区域的众多客户,如何做好应用的多版本管理、各区域线上模块的快速更新及系统的稳定性保障,可以采取对应用进行核心模块按模块化方式进行管理。 产生背景: 2017年接手一个已经维护了7年多的老项目,项目经历了几波人的维护,混杂了各种开发技术 ...
分类:
其他好文 时间:
2018-04-30 19:58:15
阅读次数:
160
package com.lsw.classloader; class Parent{ public static int a=3; public int b = 4; static { System.out.println("Parent static block"); }}public class ...
分类:
其他好文 时间:
2018-04-29 14:26:43
阅读次数:
126
gcahce事物不够,借助binlog追上 宕机节点以单机集群启动,既自己作为一个集群启动,不过UUID要和旧的集群保持一致: 修复grastate.dat 文件的方式这里略,直接通过wsrep_recovery即可 修复grastate.dat文件后,取其中的seqno(假设为737),然后借助s ...
分类:
其他好文 时间:
2018-04-27 15:41:59
阅读次数:
235
$("#id").bootstrapValidator({}).on('success.field.bv', function (e, data) { }) ...
分类:
其他好文 时间:
2018-04-27 12:09:24
阅读次数:
114
<button type="button" class="btn btn-white" id="closeTree">关闭</button> <script type="text/javascript"> $(function(){ $("#closeTree").click(function(){ ...
分类:
其他好文 时间:
2018-04-25 12:14:44
阅读次数:
252
预定义样式 尺寸 需要让按钮具有不同尺寸吗?使用 .btn-lg、.btn-sm 或 .btn-xs 就可以获得不同尺寸的按钮。 通过给按钮添加 .btn-block 类可以将其拉伸至父元素100%的宽度,而且按钮也变为了块级(block)元素 ...
分类:
其他好文 时间:
2018-04-24 11:17:54
阅读次数:
134
(1)case 语法 (2)多系统配置yum源 (3)删除用户 (4)模拟jumpserver !/bin/bash trap "" HUP INT OUIT TSTP web01=192.168.111.201 web02=192.168.111.202 clear while true do c ...
分类:
其他好文 时间:
2018-04-21 17:44:09
阅读次数:
180
一、按钮工具栏(btn-toolbar) <div class="btn-toolbar"> <div class="btn-group"> <button type="button" class="btn btn-default"> <span class="glyphicon glyphicon ...
分类:
其他好文 时间:
2018-04-20 23:26:51
阅读次数:
151
1,css设计规范 http://www.runoob.com/bootstrap/bootstrap-css-codeguide-html.html 2,html设计规范 http://www.runoob.com/bootstrap/bootstrap-html-codeguide.html 3 ...
分类:
Web程序 时间:
2018-04-12 13:45:26
阅读次数:
197
来源:http://podlipensky.com/2012/06/choosing-web-framework-asp-net-mvc-vs-django-python-vs-ruby-on-rails/ How often do you emerge from you cubicle to lo ...
分类:
编程语言 时间:
2018-04-11 11:35:57
阅读次数:
210