发布时间:2015-09-19 17:20:41
1,分割字符串<br />char *strtok(char *str, const char *delim);<br />功能:分解字符串为一组字符串。str为要分解的字符串,delim为分隔符字符串。实质上的处理是,strtok在str中查找包含在delim中的字符并用NULL(’\0′)来替换,直到找遍整个字符串。<br />说明:首次调用时,str指向要分解的字符串,之后再次调用要.........【阅读全文】
发布时间:2015-08-23 21:11:59
<p style="background:#d3ebef;"><span style="color:#464646;font-size:10.5000pt;font-family:'宋体';">假设有变量 var=http://www.google.com/test.htm</span><span style="color:#464646;font-size:10.5000pt;font-family:'宋体';"></span></p><p style="background:#d3ebef;"><span style="color:#990030;f.........【阅读全文】
发布时间:2014-12-26 20:15:25
How to Reset USB Device in Linuxby ROMAN10 on MAY 4, 2011 · 7 COMMENTSTweetShare.........【阅读全文】