代码说明 1. 基于SharpZipLib实现Zip压缩解压,扩展实现文件夹级别压缩解压; 2. 项目源码: "MasterChief.DotNet.Infrastructure.Zip" 3. Install Package MasterChief.DotNet.Infrastructure.Zi ...
分类:
其他好文 时间:
2019-06-26 01:10:13
阅读次数:
139
Spring Boot2.0的属性绑定 原文从Spring boot第一个版本以来,我们可以使用@ConfigurationProperties注解将属性绑定到对象。也可以指定属性的各种不同格式。比如,person.first name,person.firstName和PERSON_FIRSTNA ...
分类:
编程语言 时间:
2019-06-25 15:23:04
阅读次数:
254
logback对比log4j的有点在此就不赘述了。 由于在项目的原有代码中,大量的日志生成是通过log4j实现的,新的代码希望通过logback的方式生成日志,同时希望将老的代码在不修改的情况下直接将日志生成至logback指定配置中。 log4j迁移到logback 此文中介绍了一种迁移方式,但是 ...
分类:
其他好文 时间:
2019-06-25 13:11:06
阅读次数:
103
启动类publicstaticAndroidDriver<AndroidElement>driver;/***>aaptdbadgingGJDMALL-V2.2.0.3349-436-debug-99a5c6a.apk|findstr"packagelaunchable-activity"*package:name=‘com.jingdong.th.app‘versionCode
分类:
移动开发 时间:
2019-06-24 09:21:08
阅读次数:
138
|--Linux lastb命令 last, lastb - show a listing of last logged in users 用于列出登入系统失败的用户相关信息。 单独执行lastb指令,它会读取位于/var/log目录下, 名称为btmp的文件,并把该文件内容 记录的登入失败的用户名 ...
分类:
系统相关 时间:
2019-06-23 21:06:24
阅读次数:
127
按照教程进行安装 1. 安装 vundle 写入: " description: configuration of vim " author: phillee " date: 2019-06-04 " email: phillee2016@163.com set nocompatible " be ...
分类:
系统相关 时间:
2019-06-23 21:03:46
阅读次数:
481
Create by yster@foxmail.com 2018 7 10 W3Cschool文档:https://www.w3cschool.cn/neo4j/neo4j_features_advantages.html neo4j examples:https://github.com/neo4 ...
分类:
数据库 时间:
2019-06-23 10:25:33
阅读次数:
130
1 执行(run) alt+r 2 提示补全 (Class Name Completion) alt+/ 3 单行 注释 ctrl + / 4 多行注释 ctrl + shift + / 5 向下复制一行 (Duplicate Lines) ctrl+alt+down 6 删除一行或选中行 (del ...
分类:
其他好文 时间:
2019-06-23 01:13:06
阅读次数:
131
MGR群集搭建环境IP地址主机名数据库端口号Server_ID操作系统192.168.144.10apenglinux-001.cnMySQL5.7.263306100CentOS7.5192.168.144.20apenglinux-002.cnMySQL5.7.263306101CentOS7.5192.168.144.30apenglinux-003.cnMySQL5.7.263306102
分类:
其他好文 时间:
2019-06-20 14:12:41
阅读次数:
104
可以用pg自带函数select extract(dow from current_date),之所以没用主要是展示一下通过数学方法计算日期的原理. drop function if exists getDateWeek(date);drop function if exists intervalDa ...
分类:
数据库 时间:
2019-06-20 09:12:31
阅读次数:
338