2017年 06月 10日 - jekyll代码高亮样式重整

    一直对jekylljekyll-clean主题代码高亮不满意,很喜欢monokai的主题. 早晚得走这一遭,今天折腾折腾… 一折腾起来还真要命…

    2017年 06月 09日 - 使用npm安装bower卡顿解决

    安装

    想学这CSDN一样使用js-sequence-diagrams的时候,看教程需要安装 bower以方便下载所需要的依赖文件.遂根据bower简明入门教程的教程进行安装. 安装过程如下:

    $ bower install bramp/js-sequence-diagrams
    -bash: bower: command not found
    

    没有安装bower,使用npm进行安装:

    npm install -g bower
    npm WARN deprecated bower@1.8.0: ..psst! While Bower is maintained, we recommend Yarn and Webpack for *new* front-end projects! Yarn's advantage is security and reliability, and Webpack's is support for both CommonJS and AMD projects. Currently there's no migration path but we hope you'll help us figure out one.
    

    2017年 06月 08日 - DungProxy源码学习(三)

    API介绍及实现–代理端口检测

    了解代码结构后可以从控制层开始了解http的api了.

    2017年 06月 06日 - jekyll修改md文件渲染器为redcarpet后本地无法启动

    #jekyll 本地服务无法启动

    临时笔记,记录安装jekyll时遇到的问题再次遇到时的解决,以备后续查阅.

    2017年 06月 06日 - DungProxy源码学习(二)

    代码结构

    上篇文章简单介绍了DungProxy server端的基本设计,这篇开始了解代码结构.