mybatis 注解@Results、@Result、@ResultMap、@One的使用 column是数据库列名 property是实体类的属性名 javaType是实体类的类名(全路径格式) one对应的是一对一 many对应的是一对多 ...
分类:
其他好文 时间:
2020-07-29 12:36:35
阅读次数:
81
应用场景DC升级、维护、旧DC下线,域中的服务器都需要将DNS指向新的DC,手动逐台更改占用大量的人力和时间。提案SaltStack中win_dns_client模块的win_dns_client.add_dns方法SaltStack中network模块的managed方法使用SaltStack远程执行PS脚本可行性分析win_dns_client模块该模块提供了两种方式来设置DNS,一种是远程执
一、Reading My girlfriend and I are going to get married this year. We are going to have a big wedding party. All our friends and relatives are going to ...
分类:
其他好文 时间:
2020-07-29 10:36:23
阅读次数:
74
class Team(models.Model): _name = 'icbc.team' _description = '专业组' uid = fields.Integer('序号', required=1) name = fields.Char('专业组', required=1) team_l ...
分类:
其他好文 时间:
2020-07-29 10:35:14
阅读次数:
81
一、查看默认端口号 1、登录mysql [root@localhost ~]# mysql -uroot -pEnter password: 输入数据库密码; 2、使用show global variables like 'port'; 命令查看端口号, mysql> show global var ...
分类:
数据库 时间:
2020-07-28 22:52:56
阅读次数:
110
1.配置MHA实时备份binlog [root@db03 ~]# vim /service/mha/app1.cnf [root@db03 ~]# vim /service/mha/app1.cnf ...... [binlog1] # 把主库的binlog日志备份到本地 no_master=1 h ...
分类:
其他好文 时间:
2020-07-28 22:48:32
阅读次数:
107
一、LSTM函数介绍 keras.layers.LSTM(units, activation='tanh', recurrent_activation='hard_sigmoid', use_bias=True, kernel_initializer='glorot_uniform', recurr ...
分类:
其他好文 时间:
2020-07-28 22:43:23
阅读次数:
135
异常和错误 程序中难免出现错误,而错误分成两种 1.语法错误(这种错误,根本过不了python解释器的语法检测,必须在程序执行前就改正) #语法错误示范一if#语法错误示范二def test: pass#语法错误示范三print(haha 2.逻辑错误(逻辑错误) #用户输入不完整(比如输入为空)或 ...
分类:
编程语言 时间:
2020-07-28 22:29:06
阅读次数:
77
Buttons Images Containers ProgressIndicators Shapes Miscellaneous ...
分类:
其他好文 时间:
2020-07-28 22:17:13
阅读次数:
62
一、前言 了解CAS,首先要清楚JUC,那么什么是JUC呢?JUC就是java.util.concurrent包的简称。它有核心就是CAS与AQS。CAS是java.util.concurrent.atomic包的基础,如AtomicInteger、AtomicBoolean、AtomicLong等 ...
分类:
编程语言 时间:
2020-07-28 14:07:07
阅读次数:
79