- 人大*交流bug修复
- 小学期td
- 三助一辅
- 固定列
vue map
https://vuejsdevelopers.com/2018/12/04/vue-js-2019-knowledge-map/
java map
https://medium.com/javarevisited/the-java-programmer-roadmap-f9db163ef2c2
2.百度无人驾驶出租车Apollo Robotaxi在广州面向公众开放
3.小冰AI评分系统获体育总局和国际雪联认可,成为国际赛事首个AI助理裁判
人大工作流点击审核,有单独的表单
查询oracle表结构,字段,字段类型长度,字段注释
https://blog.csdn.net/github_39083395/article/details/89451638
select distinct b.column_name, b.data_type, b.data_length, a.comments
from user_col_comments a, all_tab_columns b
where a.table_name = b.table_name
and b.column_name = a.column_name
and a.table_name = 'T_SYS_USER';
oracle如何修改字段长度
https://m.php.cn/sql/443715.html
翻车,this
date类型