-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
1 lines (1 loc) · 10.8 KB
/
index.html
1
<!DOCTYPE html><html lang="zh-CN"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content="Huangkai,huankai"><title>HuangkaiのBlog | 学而不思则罔 思而不学则殆</title><link rel="stylesheet" type="text/css" href="//fonts.neworld.org/css?family=Source+Code+Pro"><link rel="stylesheet" type="text/css" href="/css/style.css?v=2.0.1"><link rel="stylesheet" type="text/css" href="/css/highlight.css?v=2.0.1"><link rel="Shortcut Icon" href="/favicon.ico"><link rel="bookmark" href="/favicon.ico"><link rel="apple-touch-icon" href="/apple-touch-icon.png"><link rel="apple-touch-icon-precomposed" href="/apple-touch-icon.png"></head><body><div class="body_container"><div id="header"><div class="site-name"><h1 class="hidden">HuangkaiのBlog</h1><a id="logo" href="/.">HuangkaiのBlog</a><p class="description">学而不思则罔 思而不学则殆</p></div><div id="nav-menu"><a href="/." class="current"><i class="fa fa-home"> 首页</i></a><a href="/archives/"><i class="fa fa-archive"> 归档</i></a><a href="/about/"><i class="fa fa-user"> 关于</i></a></div><div id="search-form"><div id="result-mask" class="hide"></div><label><input id="search-key" type="text" autocomplete="off" placeholder="Arama"></label><div id="result-wrap" class="hide"><div id="search-result"></div></div><div class="hide"><template id="search-tpl"><div class="item"><a href="/{path}" title="{title}"><div class="title">{title}</div><div class="time">{date}</div><div class="tags">{tags}</div></a></div></template></div></div></div><div id="layout" class="layout-g"><div class="layout-l"><div class="content_container"><div class="post"><h2 class="post-title"><a href="/2018/07/09/vue_01/">Vue 简介</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><h2 id="一、前端三大框架介绍"><a href="#一、前端三大框架介绍" class="headerlink" title="一、前端三大框架介绍"></a>一、前端三大框架介绍</h2><ul></div><p class="readmore"><a href="/2018/07/09/vue_01/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/Browsersync/">browsersync(浏览器同步工具)</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><p>配置使用 browsersync()</p></div><p class="readmore"><a href="/2018/07/09/Browsersync/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/Redis_06_主从复制(哨兵机制)/">Redis 主从复制</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><p>redis复制的非常重要特性(摘自官网):</p></div><p class="readmore"><a href="/2018/07/09/Redis_06_主从复制(哨兵机制)/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/10_其它改进/">其它改进</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><h1 id="一、过时的API"><a href="#一、过时的API" class="headerlink" title="一、过时的API"></a>一、过时的API</h1><p>Java 9 废弃或者移除了几个不常用的功能,其中最主要的是Applet API,现在是标记为废弃的,随着对安全要求的提高,主流浏览器已取消对Java浏览器插件的支持。HTML5的出现也进一步加速了它的消亡。开发者现在可以使用像Java Web Start这样的技术来代替 Applet,它可以实现从浏览器启动应用程序或者安装应该程序。</p></div><p class="readmore"><a href="/2018/07/09/10_其它改进/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/09_http改进/">全新的HTTP API</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><p>HTTP(超文体传输协议),早上1997年被采用在目前的 HTTP1.1版本中,直到 2015年,HTTP 2 才成为标准。</p></div><p class="readmore"><a href="/2018/07/09/09_http改进/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/08_Stream改进/">API改进_Stream API</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><p>Java 的Stream API 是 JDK 8 中添加的新功能,可以让开发者更快的运算,有效的利用数据进行并行计算,能够利用多核架构进行声明式的数据处理。</p></div><p class="readmore"><a href="/2018/07/09/08_Stream改进/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/07_集合改进/">API改进_集合</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><h1 id="创建只读集合"><a href="#创建只读集合" class="headerlink" title="创建只读集合"></a>创建只读集合</h1><ul></div><p class="readmore"><a href="/2018/07/09/07_集合改进/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/06_标识符&String/">语法改进_标识符&String</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><h1 id="一、标识符:"><a href="#一、标识符:" class="headerlink" title="一、标识符:"></a>一、标识符:</h1><p>在 jdk8之前 ,可以使用下划线(_)声明变量,在jdk9 中,单独的下划线有特殊的含义,不能被用于标识符。</p></div><p class="readmore"><a href="/2018/07/09/06_标识符&String/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/05_异常处理/">语法改进_try</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><ul></div><p class="readmore"><a href="/2018/07/09/05_异常处理/">阅读更多</a></p></div><div class="post"><h2 class="post-title"><a href="/2018/07/09/04_钻石操作符/">语法改进_钻石操作符(泛型 [Diamond operator])</a></h2><div class="post-meta"><p><span class="date">2018-07-09</span></p></div><div class="post-content"><p>我们可以与匿名实现类共同使用钻石操作符</p></div><p class="readmore"><a href="/2018/07/09/04_钻石操作符/">阅读更多</a></p></div><nav class="page-navigator"><span class="page-number current">1</span><a class="page-number" href="/page/2/">2</a><a class="page-number" href="/page/3/">3</a><span class="space">…</span><a class="page-number" href="/page/6/">6</a><a class="extend next" rel="next" href="/page/2/">下一页</a></nav></div></div><div class="layout-r"><div id="sidebar"><div class="search-pla"></div><div class="widget"><div class="widget-title"><i class="fa fa-xie"> 最新文章</i></div><ul class="post-list"><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/vue_01/">Vue 简介</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/Browsersync/">browsersync(浏览器同步工具)</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/Redis_06_主从复制(哨兵机制)/">Redis 主从复制</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/10_其它改进/">其它改进</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/09_http改进/">全新的HTTP API</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/08_Stream改进/">API改进_Stream API</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/07_集合改进/">API改进_集合</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/06_标识符&String/">语法改进_标识符&String</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/05_异常处理/">语法改进_try</a></li><li class="post-list-item"><a class="post-list-link" href="/2018/07/09/04_钻石操作符/">语法改进_钻石操作符(泛型 [Diamond operator])</a></li></ul></div><div class="widget"><div class="widget-title"><i class="fa fa-biao"> 标签</i></div><div class="tagcloud"><a href="/tags/Redis/" style="font-size: 15px;">Redis</a> <a href="/tags/ETL/" style="font-size: 15px;">ETL</a> <a href="/tags/Git/" style="font-size: 15px;">Git</a> <a href="/tags/JPA/" style="font-size: 15px;">JPA</a> <a href="/tags/Docker/" style="font-size: 15px;">Docker</a> <a href="/tags/Linux/" style="font-size: 15px;">Linux</a> <a href="/tags/Mac/" style="font-size: 15px;">Mac</a> <a href="/tags/MySql/" style="font-size: 15px;">MySql</a> <a href="/tags/Nginx/" style="font-size: 15px;">Nginx</a> <a href="/tags/Idea/" style="font-size: 15px;">Idea</a> <a href="/tags/Tool/" style="font-size: 15px;">Tool</a> <a href="/tags/Spring-Cloud/" style="font-size: 15px;">Spring Cloud</a> <a href="/tags/Spring-Boot/" style="font-size: 15px;">Spring-Boot</a> <a href="/tags/Svn/" style="font-size: 15px;">Svn</a> <a href="/tags/Thymeleaf/" style="font-size: 15px;">Thymeleaf</a> <a href="/tags/Hadoop/" style="font-size: 15px;">Hadoop</a> <a href="/tags/JDK9/" style="font-size: 15px;">JDK9</a> <a href="/tags/Vue/" style="font-size: 15px;">Vue</a></div></div><div class="widget"><div class="widget-title"><i class="fa fa-archive"> 归档</i></div><ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/07/">七月 2018</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/04/">四月 2018</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/03/">三月 2018</a></li><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/02/">二月 2018</a></li></ul></div></div></div></div><a id="totop" href="#top"></a><div id="footer"><div class="footer-info"><p><a href="/baidusitemap.xml">Baidu Site Haritası</a> | <a href="/atom.xml">订阅</a> | <a href="/about/">关于</a></p><p>本站总访问量:<i id="busuanzi_container_site_pv"><i id="busuanzi_value_site_pv"></i></i>次</p><p><span> Copyright ©<a href="/." rel="nofollow">Huangkai.</a></span><span> Theme by<a rel="nofollow" target="_blank" href="https://github.com/chaooo/hexo-theme-BlueLake"> BlueLake.</a></span><span> Count by<a href="http://busuanzi.ibruce.info/"> busuanzi.</a></span><span> Powered by<a rel="nofollow" target="_blank" href="https://hexo.io"> Hexo.</a></span></p></div></div></div><script src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js" async></script><script type="text/javascript" src="/js/search.json.js?v=2.0.1"></script><script type="text/javascript" src="/js/totop.js?v=2.0.1" async></script></body></html>