摘要:
源码目录: ${CMAKE_SOURCE_DIR} This is the full path to the top level of the current CMake source tree. For an in-source build, this would be the same as C 阅读全文
摘要:
sc config <service name> start=<mode> For example, sc config tlntsvr start=auto automatically starts the tlntsvr service when you boot the system. The 阅读全文
摘要:
查询列 SELECT `COLUMN_NAME` FROM `INFORMATION_SCHEMA`.`COLUMNS` WHERE `TABLE_SCHEMA`='agvlaser' AND `TABLE_NAME`='driver'; 查询毫秒时间戳 select ROUND(UNIX_TIME 阅读全文
摘要:
连接状态检测原理 复制从:https://superuser.com/questions/277923/how-does-windows-know-whether-it-has-internet-access-or-if-a-wi-fi-connection-re Here are the deta 阅读全文