Aaron Li's Blog

In solitude, where we are least alone.

一名萌新程序员


Press on avatar to see the blogs.

Leanote APP with proxy

本文介绍之前没有解决的Leanote APP无法使用代理服务器问题。
关于Leanote其他部分介绍详见:告别印象笔记,使用Leanote自建云笔记

修改resource/app/node_modules/needle/lib/needle.js文件中如下部分

    var config = {
      base_opts       : {},
      // proxy           : options.proxy,
      proxy           : 'http://your.proxy.server:12345',
      output          : options.output,
      encoding        : options.encoding || (options.multipart ? 'binary' : defaults.encoding),
      decode_response : options.decode === false ? false : defaults.decode_response,
      parse_response  : options.parse === false ? false : defaults.parse_response,
      follow          : options.follow === true ? 10 : typeof options.follow == 'number' ? options.follow : defaults.follow,
      timeout         : (typeof options.timeout == 'number') ? options.timeout : defaults.timeout
    }
最近的文章

3D打印个Ergodox键盘手托

本文介绍如何使用SketchUp画简单的3D图形,并展示3D打印的Erdodox手托。

继续阅读
更早的文章

蜗牛星际黑裙升级,硬解H265

本文介绍黑裙升级CPU主板,系统信息更换正确CPU名称,以及开启video station中truehd/dts/ac3音频解码的方法。

继续阅读
Top