Hi i have one problem with libsocket-can-java.I send a can frame and the microcontroler in another site receive mess and response with ack but i don receive this ack but with candump i see that i receive the can
概述opencv 官网下只有 64 位的 lib 和 dll,由于项目需要用到 32 位,所以需要自己编译。 工具 CMake 通过它来生成。 操作步骤 打开 CMake 配置好 vs 版本和生成 lib 路径 勾选 opencv world 使其产生 dll 点击 configure 让其变白,千万不要直接点击 Generate,一定要注意 最后点击 Generate 按钮生成 VS 工程...
MySQL报错:Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) 解决办法: 1.先杀死mysql进程 pkill -9 mysql 2.编辑mysql配置文件 vim /etc/my.cnf 3.键入如下 [mysql] protocol=tcp