链接:https://pan.baidu.com/s/1J6GDSN5i_Dr3tPK-wn8BQQ密码:lyvbIPC-6012Especificationcoversqualificationandperformanceofrigidprintedboards,includingsingle-sided,double-sided,withorwithoutplated-throughholes
分类:
其他好文 时间:
2020-03-01 00:34:50
阅读次数:
217
com.mysql.jdbc.Driver not loaded. Are you sure you've included the correct jdbc driver in :jdbc_driver_library? https://www.cnblogs.com/Hackerman/p/11 ...
分类:
数据库 时间:
2020-02-27 00:38:38
阅读次数:
178
# 将80端口的流量转发至192.168.0.1的8080端口 firewall-cmd --permanent --add-forward-port=port=80:proto=tcp:toaddr=192.168.0.1:toport=8080 firewall-cmd --list-ports ...
分类:
其他好文 时间:
2020-02-26 23:18:44
阅读次数:
121
质量属性理念:质量高于功能 质量:指系统满足指定需求或用户/客户需求及期望的程度。 质量属性分为六类: 可用性 可修改性 性能 安全性 可测试性 易用性 我们做一一的解读 首先是可用性: 定义:可用性(Availability),可用性是指系统正常工作的时间所占的比例。可用性会遇到系统错误,恶意攻击 ...
分类:
其他好文 时间:
2020-02-24 21:06:22
阅读次数:
95
查询rman备份集 SELECT TRIM(START_TIME||'#'), TRIM(END_TIME||'#'), TRIM(CASE OUTPUT_DEVICE_TYPE WHEN 'DISK' THEN 'DISK' WHEN 'SBT_TAPE' THEN 'SBT_TAPE' ELSE ...
分类:
数据库 时间:
2020-02-22 14:06:25
阅读次数:
76
Quick Start Security Interactive Analysis with the Spark Shell Basics More on Dataset Operations Caching Self-Contained Applications Where to Go from ...
分类:
其他好文 时间:
2020-02-22 13:54:19
阅读次数:
106
主库IP:192.168.1.156Hostname:CNDB01从库IP:192.168.1.157Hostname:CNDB021.安装:yum-yinstallmysql2.配置主服务器mysql文件:#vim/etc/my.cnf[mysqld]datadir=/var/lib/mysqlsocket=/var/lib/mysql/mysql.sock[mysqld_safe]log-er
分类:
数据库 时间:
2020-02-20 10:22:10
阅读次数:
79
- -Xms 初始堆内存大小,默认物理内存64/1 -Xms = -XX:InitialHeapSize -Xmx 最大堆内存,默认物理内存4/1 -Xmx = -XX:MaxHeapSize -Xss 栈内存大小 设置单个线程栈大小,一般默认512~1024kb。 单个线程栈大小跟操作系统和JDK ...
分类:
其他好文 时间:
2020-02-19 23:48:54
阅读次数:
75