coderkou

导航

2021年10月6日 #

github添加项目成员

摘要: ![](https://img2020.cnblogs.com/blog/1304151/202110/1304151-20211006205434998-1281540107.png) 阅读全文

posted @ 2021-10-06 20:54 coderkou 阅读(246) 评论(0) 推荐(0) 编辑

2021年6月18日 #

sql执行顺序

摘要: From where [group by ,having ,order by] select [limit] []内为可选 阅读全文

posted @ 2021-06-18 11:08 coderkou 阅读(36) 评论(0) 推荐(0) 编辑

2021年6月4日 #

if-else assert try catch

摘要: 有了if为什么要出现assert? if false 终止的是语句 assert终止的是程序 还会告诉你在什么地方引发了assert assert一般用于检查程序(函数参数)的合法性,而不是正确性 assert和try catch有什么区别? 断言被定义为宏,它不是函数,且仅在debug下起作用。 阅读全文

posted @ 2021-06-04 10:19 coderkou 阅读(142) 评论(0) 推荐(0) 编辑

2021年5月29日 #

论文中常见希腊字母读音

摘要: ![](https://img2020.cnblogs.com/blog/1304151/202105/1304151-20210529204230811-707358408.png) 阅读全文

posted @ 2021-05-29 20:42 coderkou 阅读(93) 评论(0) 推荐(0) 编辑