摘要:
调用格式化I/O函数时,不要直接或者间接将用户输入作为格式化字符串的一部分或者全部printf(input); //不允许将用户输入直接作为格式字符串printf(“%s”, input); //推荐的方式 sprintf( buffer, "Usage: %s argument\n", argv[ 阅读全文
posted @ 2017-02-27 21:56
牧 天
阅读(284)
评论(0)
推荐(0)
摘要:
Xmanager Enterprise 4集成了ftp shell等众多工具 阅读全文
posted @ 2017-02-27 19:52
牧 天
阅读(83)
评论(0)
推荐(0)
摘要:
ABI,application binary interface (ABI),应用程序二进制接口。 通过源码查看平台编译SDK build/core/version_defaults.mkPLATFORM_SDK_VERSION := 24 android + eclipse 如何只使用一个API就 阅读全文
posted @ 2017-02-27 19:48
牧 天
阅读(291)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/qq_24473141/article/details/51363662 http://blog.sina.com.cn/s/blog_8e392fc20101akf8.html 阅读全文
posted @ 2017-02-27 19:34
牧 天
阅读(153)
评论(0)
推荐(0)
摘要:
@Override protected void onPause() { super.onPause(); mWakeLock.release(); } @Override protected void onResume() { super.onResume(); mWakeLock.acqui... 阅读全文
posted @ 2017-02-27 19:31
牧 天
阅读(179)
评论(0)
推荐(0)
摘要:
public class BallMain { public static void main(String[] args) { int result = GroupComparer.CompareBallGroup(" AR CY CG AG 3Y ", " 5W DG DY 5R 3W "); System.out... 阅读全文
posted @ 2017-02-27 19:29
牧 天
阅读(213)
评论(0)
推荐(0)
摘要:
http://www.blogjava.net/zongbao/archive/2012/07/24/383884.htmlJAVA WEB项目开发案例精粹.pdf main Alt + / => public static void main(String[] args)syso Alt + / 阅读全文
posted @ 2017-02-27 16:58
牧 天
阅读(2300)
评论(0)
推荐(0)

浙公网安备 33010602011771号