上一页 1 2 3 4 5 6 ··· 19 下一页
摘要: https://blog.csdn.net/qq_35580883/article/details/78759068 阅读全文
posted @ 2019-07-29 17:05 点点_滴滴 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 状态代码有三位数字组成,第一个数字定义了响应的类别,共分五种类别: 1xx:指示信息--表示请求已接收,继续处理 2xx:成功--表示请求已被成功接收、理解、接受 3xx:重定向--要完成请求必须进行更进一步的操作 4xx:客户端错误--请求有语法错误或请求无法实现 5xx:服务器端错误--服务器未 阅读全文
posted @ 2019-07-29 15:03 点点_滴滴 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 相同点: 都是基于tcp实现的,都要经过三次握手、四次挥手。 如图: 不同点: websocket 经历过连接,就可以全双工通信,不需要一直连接,降低了网络资源消耗。 http 每次通讯都要连接,客户端发起。 阅读全文
posted @ 2019-07-29 14:56 点点_滴滴 阅读(463) 评论(0) 推荐(1) 编辑
摘要: https://www.cnblogs.com/ssslinppp/p/6178636.html use information_schema;selectengine,table_name,table_rows,data_length,index_lengthfrom tables where T 阅读全文
posted @ 2019-07-16 11:32 点点_滴滴 阅读(759) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/hongyuancao/article/details/85220176 阅读全文
posted @ 2019-07-10 15:13 点点_滴滴 阅读(96) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/shuilangyizu/p/8036620.html 阅读全文
posted @ 2019-07-06 12:11 点点_滴滴 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 依赖 阅读全文
posted @ 2019-07-06 12:11 点点_滴滴 阅读(265) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/e111d3fbc583 阅读全文
posted @ 2019-07-05 11:31 点点_滴滴 阅读(216) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u013189824/article/details/81387611 阅读全文
posted @ 2019-07-05 11:30 点点_滴滴 阅读(844) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/sh086/p/8375791.html 阅读全文
posted @ 2019-07-05 11:29 点点_滴滴 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 19 下一页