上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: 前言 1、访问控制 让客户端程序员无法触及他们不应该触及的部分 允许库设计者可以改变内部的工作方式而不用担心会影响到客户端程序员 2、容器 -不同的容器提供了不同类型的接口和外部行为;不同的容器对于某些操作具有不同的效率 单继承结构意味着所有类型都是Object,所以可以存储Object的容器可以存 阅读全文
posted @ 2020-10-28 16:04 Loading~ 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 1、PHP declare 之 strict_types=1 作用:开启严格模式.默认是弱类型校验 <?php declare(strict_types=1); function foo():int{ return 1.11; } echo foo(); 开启就会报错,没开启返回1 2、 PHP 接 阅读全文
posted @ 2020-10-23 15:41 Loading~ 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1、Go包导入和Java的差别 https://tonybai.com/2016/09/13/package-import-in-golang-vs-in-java/ 2、Go语言的前世今生 https://juejin.im/post/6844903808183566344 3、Go语言实现Doc 阅读全文
posted @ 2020-10-21 11:44 Loading~ 阅读(93) 评论(0) 推荐(0) 编辑
摘要: D:\phpapache\Apache24\conf\httpd.conf 配置php支持 D:\phpapache\Apache24\conf\httpd.conf 配置虚拟路径访问支持 D:\phpapache\Apache24\conf\extra\httpd-vhosts.conf 配置虚拟 阅读全文
posted @ 2020-10-16 14:35 Loading~ 阅读(86) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wyqwilliam/article/details/82110860 阅读全文
posted @ 2020-10-14 11:55 Loading~ 阅读(142) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/a30a794c68ac 阅读全文
posted @ 2020-10-14 11:45 Loading~ 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/whx7762/p/7723508.html 1、Servlet出现 上世纪90年代,随着Internet和浏览器的飞速发展,基于浏览器的B/S模式随之火爆发展起来。 最初,用户使用浏览器向WEB服务器发送的请求都是请求静态的资源,比如html、 阅读全文
posted @ 2020-10-06 16:24 Loading~ 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Receiver Direct offset注意点 阅读全文
posted @ 2020-10-06 10:11 Loading~ 阅读(89) 评论(0) 推荐(0) 编辑
摘要: (一)https://zhuanlan.zhihu.com/p/49169166 (二)https://zhuanlan.zhihu.com/p/49185277 (三)https://zhuanlan.zhihu.com/p/51011021 阅读全文
posted @ 2020-10-05 13:41 Loading~ 阅读(144) 评论(0) 推荐(0) 编辑
摘要: Hive: https://www.cnblogs.com/Coeus-P/p/13356392.html Spark: def main(args: Array[String]): Unit = { //println("Hello, WordCount") val conf = new Spar 阅读全文
posted @ 2020-10-05 12:14 Loading~ 阅读(143) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页