PHP CLI tool that scans a folder, extracts numbers that match a regex pattern from filenames, optionally writes them to a text file in ascending order, and can rename files by prefixing the first ...
The project needs a running local server (node, xampp, etc) to work properly because of the Ajax call that has to be performed to grab the sales data. All the CSS is built from SASS files that are in ...
如果做过物联网产品的,就知道解析AT指令有时候也挺痛苦的。 每次解析AT指令都要写一堆strstr、strcmp,代码又长又难看,改一个bug要找半天。 每次加一个AT指令,就要加一个else if。代码越写越长,越写越乱。 后来我花时间封装了一个通用解析函数,代码量直接 ...