摘要: 9月:《构建之法 现代软件工程》 读后感分别于9月26日、9月28日、9月30日发布 10月:《大话软件工程-需求分析与软件设计》读后感分别于10月5日、10月15日、10月25日发布 11月:《人件》读后感分别于11月5日、11月14日、11月24日发布 12月:《智能与数据重构世界》读后感分别于 阅读全文
posted @ 2023-09-23 23:04 Joranger 阅读(9) 评论(0) 推荐(0)
摘要: create database iptest;use iptest;//首先创建和文件相对应的表结构create table data( `ip` string, `Date` string, `day` string, `traffic` string, `type` string, `id` s 阅读全文
posted @ 2023-09-23 23:00 Joranger 阅读(13) 评论(0) 推荐(0)