在下面的代码中出现错误:
SqlException:事务(进程ID 80)在锁资源上与另一个进程死锁,并被选为死锁牺牲品。重新运行该交易。
{"text":"for client id three.","pri":[1016, 275, 821],"sec":[1256, 116]}
其他代码:
for n in {1..3}
do
echo "$n:"
for f in primary.txt secondary.txt
do
sed -r "s/.*\b$n=\[([^]\]+).*/\1/" $f
done
echo
done
有关如何改进的建议/意见?