Coder Social home page Coder Social logo

viakiba.github.io's Introduction

👋 Hello!

  • 欢迎你来到我的GitHub主页!

Github Stats

📝 Working On Century Games

  • Blog 这里是我日常写Blog的仓库,欢迎访问我的主页
  • Code 这里是我日常实现的代码样例,相关的Blog文章可以在博客里看到。

👨 Connect

viakiba.github.io's People

Contributors

viakiba avatar

Stargazers

 avatar

Watchers

 avatar

viakiba.github.io's Issues

日志汇集系统搭建 — viakiba

https://blog.viakiba.cn/2018/07/15/%E6%97%A5%E5%BF%97%E6%B1%87%E9%9B%86%E6%90%AD%E5%BB%BA/

背景 尝试搭建这个服务本来是运维的事情,可是技术主管说这个东西需要技术来搞一搞。公司内部的服务器端的应用模块存在过多,一个完整业务流程需要涉及到多个应用模块,这样在线上排查日志,日常应用开发时的调试都造成了一定的麻烦。而且由于业务的特殊性,日志汇集到**日志服务器是必要要做的。

Java8 Stream -1 — viakiba

https://blog.viakiba.cn/2018/11/24/Java8-Stream-1/

概述Stream 作为 Java 8 的一大亮点, 是对集合(Collection)对象功能的增强,它专注于对集合对象进行各种非常便利、高效的聚合操作(aggregate operation),或者大批量数据操作 (bulk data operation)。Stream API 借助于同样新出现的 Lambda 表达式,极大的提高编程效率和程序可读性。同时它提供串行和并行两种模式进行汇聚操作,并发模式能够充分利用多核处理器的优势,使用 fork/join 并行方式来拆分任务和加速处理过程。通常编写并行代码很难而且容易出错, 但使用 Stream API 无需编写一行多线程的代码,就可以很方便地写出高性能的并发程序。所以说,Java 8 中首次出现的 java.util.stream 是一个函数式语言+多核时代综合影响的产物。

证书链校验 与 证书合并 — viakiba

https://blog.viakiba.cn/2018/09/14/%E8%AF%81%E4%B9%A6%E9%93%BE%E6%A0%A1%E9%AA%8C%E4%B8%8E%E8%AF%81%E4%B9%A6%E5%90%88%E5%B9%B6/

背景 我们在配置HTTPS双向认证时,我们的客户端证书是由WebTrust认证的CA机构进行签发的 (买的),而且CA机构并不是根证书进行直接签发而是通过中间证书进行签发。Nginx进行配置CA证书的时候,浏览器进行验证 一直报一个证书错误 SSL certificate error 。所以引出了此文,证书的验证与合并 进行证书的判断。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.