贪玩水池

文章
6
资源
0
加入时间
2年10月21天

codeforces 981 A Antipalindrome

http://www.elijahqi.win/archives/3538 A string is a palindrome if it reads the same from the left to the right and from the right to the left. For example, the strings “kek”, “abacaba”, “r” and “pap...

mysql索引 范围,mysql范围索引

I have very simple select like this:SELECT * FROM tableWHERE column1 IN (5, 20, 30);on column1 is seted index, after explaining query is index used, all looks to be ok.but if there are more than three...

树莓派 wifi小车制作(5)socket通讯连接PC与树莓派

序言感谢这位大佬提供的简单样例,通过这份样例重温了socket的写法(啊没错,我又忘了)通讯规定发送自然是发送string字符串啦考虑到以后可能会发送更多的消息,所以我在发送的字符串开头添加了报文ID,用来区分现在设置的报文与以后的报文然后每个参数之间通过#间隔(毕竟纯数字里不可能出现#的)目前规定为1001#左轮速度#右轮速度#摄像头舵机水平移动速度#摄像头舵机垂直移动速度也不处理负数等一堆东西了,直接无脑str()转换成字符串正文树莓派–服务器其中import的car_contro