上一页 1 ··· 211 212 213 214 215 216 217 218 219 ··· 785 下一页
摘要: HTTP is the way modern applications network. It’s how we exchange data & media. Doing HTTP efficiently makes your stuff load faster and saves bandwidt 阅读全文
posted @ 2016-12-08 09:46 沧海一滴 阅读(600) 评论(0) 推荐(0)
摘要: Install the SDK The recommended way to use the AWS SDK for Java in your project is to consume it from Maven. Import the aws-java-sdk-bom and specify t 阅读全文
posted @ 2016-12-07 16:31 沧海一滴 阅读(32585) 评论(0) 推荐(0)
摘要: 原文:http://www.importnew.com/21051.html 什么是异步模式 要知道什么是异步模式,就先要知道什么是同步模式,先看最典型的同步模式: (图1) 浏览器发起请求,Web服务器开一个线程处理,处理完把处理结果返回浏览器。好像没什么好说的了,绝大多数Web服务器都如此般处理 阅读全文
posted @ 2016-12-05 19:44 沧海一滴 阅读(921) 评论(0) 推荐(0)
摘要: CREATE TABLE `tab1` (`tab1_id` VARCHAR(11) DEFAULT NULL,`create` TIMESTAMP(3) NULL DEFAULT NULL,`create2` DATETIME(3) DEFAULT NULL) ENGINE=INNODB DEFA 阅读全文
posted @ 2016-12-05 19:42 沧海一滴 阅读(11823) 评论(0) 推荐(0)
摘要: 原文:http://blog.csdn.net/woslx/article/details/49685111 utf-8编码可能2个字节、3个字节、4个字节的字符,但是MySQL的utf8编码只支持3字节的数据,而移动端的表情数据是4个字节的字符。如果直接往采用utf-8编码的数据库中插入表情数据, 阅读全文
posted @ 2016-12-05 19:41 沧海一滴 阅读(2616) 评论(0) 推荐(0)
上一页 1 ··· 211 212 213 214 215 216 217 218 219 ··· 785 下一页