07 2023 档案

摘要:https://dandelioncloud.cn/article/details/1482887703812452354这个写的挺好我们需要回滚的是逻辑业务出现异常的状况 而若写在dao层,那么dao层只会出现数据库异常,类似于一个unsigned类型减到负数这样的操作 这样在出现业务逻辑异常时( 阅读全文
posted @ 2023-07-16 13:12 风乐 阅读(57) 评论(0) 推荐(0)
摘要:https://www.luogu.com.cn/problem/P1025 #include<iostream> #include<cstring> #include<cstdio> #include<algorithm> using namespace std; const int N = 10 阅读全文
posted @ 2023-07-02 20:50 风乐 阅读(78) 评论(0) 推荐(0)