今天在项目中写junit测试更新mysql表数据的时候,运行测试的时报了The user specified as a definer ('test01'@'%') does not exist, 数据不能成功插入,用root用户连接的数据库,后来到数据库去看的时候发现update触发器写的是 /*!50017 DEFINER = 'test01'@'%' */, 把test01改为了root
东方博宜 1449. 求满足条件的数的和 这道题我苦想了很久,觉得2个及2个以上很难解决,但是后面发现,可以用一个变量记录次数,次数大于等于2就好了。 #include<iostream>using namespace std;int main(){int n ;cin >> n ;int sum ;sum = 0 ;for ( int i = 1 ; i <= n ; i