JRebel for IntelliJ .ignore Alibaba Java Coding Guidelines Free Mybatis plugin mybatis plus maven helper "mybatisx" idea mybatis generator 取消https连接(h ...
分类:
其他好文 时间:
2019-04-08 21:50:10
阅读次数:
158
我用spring boot配置了2个数据源的工程用来同步不同库的数据,发现如果配置成如下格式报错 #分页配置pagehelper: helper-dialect: mysql reasonable: true support-methods-arguments: true params: count ...
分类:
其他好文 时间:
2019-04-07 23:42:47
阅读次数:
220
ExcelPower_Helper功能简述及版本更新 1.文件目录浏览功能 此功能主要利用了ribbon的dynamicmenu控件,动态呈现自定义目录下的文件列表信息,支持点击打开,查看文件所在目录。功能来源于大神liucq的插件dnatools,本人在其基础上,做了部分功能改进^_^.见图演示。 ...
分类:
其他好文 时间:
2019-04-05 12:32:14
阅读次数:
484
fatal: Authentication failed for 'http://10.2.80.17:8090/yeyichao/201904041026PROj.git/' git config --system --unset credential.helper Push failed: Fa ...
分类:
Web程序 时间:
2019-04-04 17:36:38
阅读次数:
287
本文主要是hbase的表操作、数据操作、数据查询过滤等,如果对JDBC或ADO有了解,容易理解HBASE API。 hbase版本是2.0。 1、为了方便先贴helper的部分代码(文末git上有完整的测试代码),主要是为了复用Connection。 初始化,用来初始化hbase配置,连接hbase ...
分类:
编程语言 时间:
2019-03-30 13:15:33
阅读次数:
206
It helps to understands how recursive calls works. So for our 'helper' function, when calling it, it stop there until when reach the end. one | two | ...
分类:
其他好文 时间:
2019-03-22 00:32:06
阅读次数:
118
git版本2.14.1 windows系统 用户根目录 .gitconfig 文件添加配置 [credential] helper = store[push] default = simple 用户根目录 .git-credentials 文件添加配置 https://username:paswor ...
分类:
其他好文 时间:
2019-03-18 01:08:21
阅读次数:
143
gitee 使用 首先在码云仓库创建对应的仓库 当你输入错误用户名和密码 需要清掉配置 git config --system --unset credential.helper 设置账号 git config --global user.name "名称" git config --global ...
分类:
其他好文 时间:
2019-02-24 11:05:38
阅读次数:
216
#include "pdf_print_helper.h" pdf_print_helper::pdf_print_helper(){ } pdf_print_helper::~pdf_print_helper(){ if (ctx != nullptr && init_status) { if ( ...
分类:
其他好文 时间:
2019-02-22 16:35:06
阅读次数:
100
public static IHtmlContent CustomLabelFor(this IHtmlHelper helper, Expression> expression, object htmlAttributes) { string result; TagBuilder div = ne ...
分类:
Web程序 时间:
2019-02-18 14:42:40
阅读次数:
406