摘要:
工具栏"工具"->"选项"选择"文本编辑器"->所有语言 启用"行号" 阅读全文
posted @ 2014-01-08 16:44
cafetree
阅读(6504)
评论(0)
推荐(2)
摘要:
工具栏"工具"->"选项"选择"文本编辑器"->所有语言 启用"行号" 阅读全文
posted @ 2014-01-08 16:41
cafetree
阅读(402)
评论(0)
推荐(0)
摘要:
设置常量1 /**2 * 建立连接的超时值3 */4 public static final int HTTP_CONNECTION_TIMEOUT = 6 * 1000;5 /**6 * 读超时的超时值7 */8 public static final int HTTP_READ_TIMEOUT = 25 * 1000;9 public static final String UTF_8 = "UTF-8";httpPostRequest 函数 1 /** 2 * Http Post 请求 3 * 4 * @param requestUrl 5 * 请求地址 6 * @p 阅读全文
posted @ 2014-01-08 15:05
cafetree
阅读(624)
评论(0)
推荐(0)
浙公网安备 33010602011771号