03 2020 档案

摘要:发现爬虫软件,爬取数据不及时,查询服务器日志发现异常: SQL state [HY000]; error code [1366] java.sql.SQLException: Incorrect string value: '\xF0\x9F\x98\xAD</...' 显示为某字段插入异常;而显示 阅读全文
posted @ 2020-03-13 10:56 丿似锦 阅读(6428) 评论(0) 推荐(0)
摘要:Oracle start with connect by prior 递归查询 基本语法: select … from tablename where 条件1 start with 条件2 connect by 条件3(PRIOR); 条件1:相当于基本的筛选数据 条件2:递归查询起始条件 条件3: 阅读全文
posted @ 2020-03-05 11:10 丿似锦 阅读(537) 评论(0) 推荐(0)