Git Product home page Git Product logo

blog-comment's People

Watchers

 avatar  avatar

blog-comment's Issues

Butterfly 安裝文檔 主題頁面 | LeafD

https://downey0115.github.io/2019/05/16/Butterfly%20%E5%AE%89%E8%A3%9D%E6%96%87%E6%AA%94%20%E4%B8%BB%E9%A1%8C%E9%A0%81%E9%9D%A2/

主题相关教程 魔改结合 主题初始教程 Front-matter是檔案最上方以 — 分隔的區域,用於指定個別檔案的變數。 如果標注可選的參數,可根據自己需要添加,不用全部都寫在markdown裏 Page Front-matter 123456789101112131415---title:date:updated:type:comments:description:keyword

生产环境日常命令 | LeafD

https://downey0115.github.io/2ef1ed5250c5.html

生产环境日常命令查看http的并发请求数与其TCP连接状态 netstat -n | awk ‘/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}’ {++S[$NF]统计每行最后一个出现的次数,至少一次,放入数组中$NF的意思就是打印最后一行END前面是把最后一个字段+1放到数组S中,END是把数组打印出来,关联数组的key是最后一个字段的值,va

butterfly主题优雅魔改系列 | LeafD

https://downey0115.github.io/8a53386903ec.html?#%E9%81%87%E5%88%B0%E9%97%AE%E9%A2%98

为了便于各位博主了解到是否新增了魔改方案,请查看更新记录页 前置说明魔改亮点 🆙主题可升级:几乎不改动主题源码。即便魔改,也不需要为升级主题而烦恼。 🍳简单快速:简单上手,快速修改。 🍭看我72变:多种背景随意更换。 📕优雅阅读:对卡片进行不同的透明度设置,实现更优雅的阅读。 👦个性友联:为你的好友设置不同的颜色 🎈页脚更炫酷:彩色渐变footer喜欢么? 🍟更多优点等你发现 为什么

java多线程 | LeafD

https://downey0115.github.io/2020/06/21/java%E5%A4%9A%E7%BA%BF%E7%A8%8B/

随着计算机行业的飞速发展,摩尔定律逐渐失效,多核 CPU 成为主流。使用多线程并行计算逐渐成为开发人员提升服务器性能的基本武器。J.U.C 提供的线程池:ThreadPoolExecutor 类,帮助开发人员管理线程并方便地执行并行任务。了解并合理使用线程池,是一个开发人员必修的基本功。 本文开篇简述线程池概念和用途,接着结合线程池的源码,帮助读者领略线程池的设计思路,最后回归实践,通过案例讲述使

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.