2018年 09月 29日 - 爬虫技术分享

    什么是爬虫

    以下定义来自百度百科

    网络爬虫(又被称为网页蜘蛛,网络机器人,在FOAF社区中间,更经常的称为网页追逐者),是一种按照一定的规则,自动地抓取万维网信息的程序或者脚本。另外一些不常使用的名字还有蚂蚁、自动索引、模拟程序或者蠕虫。 通俗的来讲,爬虫就是使用机器语言来辅助人工查阅的一种技术形式.

    2018年 09月 27日 - Kafka的特点与其他mq的对比

    前言

    Kafka是一种分布式的,基于发布/订阅的消息系统

    2018年 09月 12日 - mac更新后git提示xcrun: error的解决

    原因与解决

    系统更新后XCode不兼容需要重新安装

    $ xcode-select --install
    

    2018年 09月 04日 - 使用certbot创建let's encrypt泛域名https ssl证书

    使用方法

    1. 安装certbot
      参考使用certbot+nginx搭建https服务器
    2. 使用certbot获取ssl证书
       # 其中*.eoekun.top为泛域名
       sudo ./certbot-auto --server https://acme-v02.api.letsencrypt.org/directory -d *.eoekun.top -d eoekun.top --manual --preferred-challenges dns-01 certonly