2017-11-01 09:49:44.35 spid166 SQL Server has encountered 1 occurrence(s) of cachestore flush for the 'Object Plans' cachestore (part of plan cache) due to some database maintenance or reconfigure operations. 2017-11-01 09:49:47.85 spid166 SQL Server…
终于结束这本书了,最后两章的内容在官方文档中都有详细介绍,简单过一遍.. 首先是数据备份,最简单直接的就是用 mysql 的内置工具 mysqldump MySQL 8.0 Reference Manual / Backup and Recovery / Using mysqldump for Backups / Dumping Data in SQL Format with mysqldump 导入也巨简单,因为导出文件是 .sql 直接用 source 就 ok 了. 另外,需要…
国外的文献汇总: <Network Traffic Classification via Neural Networks>使用的是全连接网络,传统机器学习特征工程的技术.top10特征如下: List of Attributes Port number server Minimum segment size client→server First quartile of number of control bytes in each packet client→server Maximum n…
教材学习内容总结 Ch8 String类: 程序可以直接使用,String类不能有子类 - 构造String对象 使用String类声明并创建对象 String s = new String("we are students"); String t = new String("we are students"); s和t实体相同,但二者的**引用**不同(重点) - 字符串并置 参与并置运算对象只要有一个为变量,就会在**动态区**存放得到的新的String对象的实…
1 check if correct data is getting saved is database upon successful page submit2 check values for columns which are not accepting null values3 check for data integrity. Data should be stored in single or multiple tables based on design4 Index names…