活到老,学到老
发布时间:2015-08-20 17:29:23
<p>原文地址: <a href="http://www.thegeekstuff.com/2012/04/curl-examples/">http://www.thegeekstuff.com/2012/04/curl-examples/</a></p><p><span style="font-size:15px;"><strong><br />下载单个文件,默认将输出打印到标准输出中(STDOUT)中</strong></span></p><div class="cnblogs_code"><pre>curl http.........【阅读全文】
发布时间:2015-08-06 11:35:33
<p style="margin-top:0px;margin-bottom:0px;font-family:Arial;font-size:14px;line-height:26px;white-space:normal;background-color:#FFFFFF;"><strong>原文地址:</strong><a href="http://blog.csdn.net/xgbing/article/details/7772749" target="_blank"><strong>http://blog.csdn.net/xgbing/article/details/77.........【阅读全文】
发布时间:2015-08-05 17:02:41
qmake编译<br />1、进入工程目录,运行 qmake -project ,生成 .pro文件<br />2、运行命令 qmake ,生成 几个makefile文件 ,如Makefile、Makefile.Debug、Makefile.Release、debug, release目录<br />3、运行命令 mingw32-make ,在debug目录里生成可执行文件。<br /><br />.pro文件<br />1.添加库文.........【阅读全文】
发布时间:2015-08-04 15:09:28
<br /><div id="codeText" class="codeText"><ol style="margin:0 1px 0 0;padding:5px 0pt;" start="1" class="dp-css none_number"><li><span style="color:#000000;"><span style="color:#0000CC;">/</span><span style="color:#0000CC;">/</span>找数组中出现频率大于50的数<br /></span></li><li>.........【阅读全文】