1 安装配置jdk环境变量 2下载GitBlit,下载地址:http://www.gitblit.com或者http://gitblit.com 解压即可 3修改gitblit\data下defaults.properties配置文件 #git仓库目录git.repositoriesFolder = ...
今天就碰到了一个较初级的问题,居然为找这个参数花了好半天时间,深以为不齿。需求是这样的,有个表的某个字段需要从datetime改成timestamp类型。原结构如下:create table tmp1(id int primary key auto_increment,`gmt_create` da ...
分类:
其他好文 时间:
2018-12-13 22:41:53
阅读次数:
1084
全备: innobackupex --defaults-file=/data/mysql3316/my3316.cnf --user=root --password=mysqlpass /data/backup 增备: innobackupex --defaults-file=/data/mysql... ...
分类:
数据库 时间:
2018-12-12 11:49:00
阅读次数:
213
AXIOS 本质上等同于json 传值 1.引用 1 //引入axios 2 import Axios from 'axios' 3 //将axios挂载到 Vue原型上 4 Vue.prototype.$https = Axios 5 6 //设置公共的url 7 Axios.defaults.b ...
分类:
移动开发 时间:
2018-12-05 02:18:03
阅读次数:
220
参考 一下这些都是直接从园友直接搬过来的 sxhjhf - springMVC @response 中文乱码解决 修改Response的编码, 这是基于xml配置文件的方法. spring-mvc-utf-8-encoding这是基于xml配置的, 关于输入的编码的问题. 全局修改输出为UTF-8编 ...
分类:
编程语言 时间:
2018-12-04 17:10:14
阅读次数:
498
explicit_defaults_for_timestamp MySQL 5.6版本引入 explicit_defaults_for_timestamp 来控制对timestamp NULL值的处理 如果该参数不开启,则对timestamp NOT NULL插入NULL值,不报错,无warning ...
分类:
数据库 时间:
2018-12-04 13:05:37
阅读次数:
183
defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder 恢复不显示隐藏文件命令如下: defaults write com.apple.finder AppleShowAllFiles No && killall ...
分类:
系统相关 时间:
2018-12-02 14:24:26
阅读次数:
188
一、概述 PI-SDK(Plant Information Software Develop Kit)是OSI公司提供的基于面向对象的访问PI数据库的软件开发工具包,它可以对以下数据库进行读写: ² PIPoints (PI point table) ² StateSets (Digital set ...
defaults write com.apple.safari customuseragent '"mozilla/5.0 (iphone; cpu iphone os 8_1 like mac os x) applewebkit/600.1.4 (khtml, like gecko) versio... ...
分类:
其他好文 时间:
2018-12-01 11:08:27
阅读次数:
149