上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: maven 引入 工具类 阅读全文
posted @ 2019-12-20 14:28 Binz 阅读(1077) 评论(0) 推荐(0)
摘要: docker安装 ubuntu16+:apt -get install docker centos7+:yum install docker centos7 安装 出现运行无权限时,是因为selinux,先运行临时关闭setenforce 0后在执行 或者永久降低权限级别为: sudo vim /e 阅读全文
posted @ 2019-11-04 10:51 Binz 阅读(262) 评论(0) 推荐(0)
摘要: 获取自定义属性值 let mypropValue = this.$options.propsData.propName if(!mypropValue){ 代表没有设置 } 自定义事件 this.$emit("uploadSuccess",params) 阅读全文
posted @ 2019-10-30 16:18 Binz 阅读(123) 评论(0) 推荐(0)
摘要: 启动命令: 单机模式启动 start.sh -m standalone 阅读全文
posted @ 2019-09-11 10:45 Binz 阅读(200) 评论(1) 推荐(0)
摘要: user admin 创建超级管理员:db.createUser({user: "admin", pwd: "admin", roles: [{role: "root", db: "admin"}]}) 切换库:use 库名 显示所有的数据库:show dbs 创建集合:db.createColle 阅读全文
posted @ 2019-08-30 10:56 Binz 阅读(219) 评论(0) 推荐(0)
摘要: 编译构建指定的模块 mvn clean install -pl model1,model2 -am -Dmaven.test.skip=true 分享一个淘宝、京东、拼多多、饿了么、美团、抖音等等买东西后真实返钱小技巧, 打车、外卖领券,充值话费95折好像也可以 使用教程用微信扫下方二维码查看详细说 阅读全文
posted @ 2019-04-15 10:47 Binz 阅读(4143) 评论(0) 推荐(0)
摘要: logs_paths[0]="xxxx_tomcat8_9001"; logs_paths[1]="xxxx_tomcat8_9002"; for logs_path in ${logs_paths[@]} do echo "执行GC回收 $logs_path" tomcatid=$(ps -ef| 阅读全文
posted @ 2019-04-15 10:45 Binz 阅读(6060) 评论(0) 推荐(0)
摘要: 修改,my.cnf文件为以下内容,然后重启服务即可 #只取消group by 的严格模式[client] default-character-set=utf8mb4 [mysql] default-character-set=utf8mb4 [mysqld] sql-mode=STRICT_TRAN 阅读全文
posted @ 2019-04-03 11:36 Binz 阅读(1395) 评论(0) 推荐(0)
摘要: 1、自定义DataSource 2、数据源切换器 3、代理类事物切换数据源 4、数据源Bean注册器 6、资源文件配置 阅读全文
posted @ 2019-02-28 18:40 Binz 阅读(435) 评论(0) 推荐(0)
摘要: 第三方使用公钥.crt加密后返回的内容,需要使用私钥解密.pem 返回内容格式如下 MIME-Version: 1.0 Content-Disposition: attachment; filename="smime.p7m" Content-Type: application/pkcs7-mime 阅读全文
posted @ 2018-10-23 10:21 Binz 阅读(2380) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页