摘要:
普中科技 a4 #include <REGX52.H> #include <INTRINS.H> typedef unsigned char u8; typedef unsigned int u16; typedef unsigned long u32; void delay_10us(u16 t) 阅读全文
摘要:
cef版本对应chromium版本 https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding.md#markdown-header-manual-downloading cef 二进制下载 https://cef-buil 阅读全文
摘要:
原理: phpstorm监听一个调试端口,我设置为9001 php运行时,xdbug连接调试端口 cookie中如果带有XDEBUG_SESSION_START,并且XDEBUG_SESSION_START的值是phpstorm正在监听的值,则触发调试 比如: 此时浏览器请求需要带上cookie X 阅读全文