• 👍

  • 我觉得如果只是为了解决你帖子最顶端 “缘由” 那部分的问题,flidder 和 charles 是完全可以做到的,因为以帖子中这一套东西下来,还是要付出些时间和精力去做,有的时候最快解决问题的方案就是最好的方案;当然,可以配合一些其它东西,达到设置规则和过滤就可以自动化的输出一个 APP 或是网站流量分析报告还是很赞的,很节省未来的时间,做完的话楼主可以考虑放到 GITHUB,get 一下。 :)

  • 你说的自动化是指?

  • 为什么不用 fildder 或者 charles 呢?

  • 不错的样子,支持~

  • 123 at 2016年08月22日

    为什么不用 rtf

  • #11 楼 @xdf SOLINK_MODULE(target) Release/kerberos.node
    ld: library not found for -lgcc_s.10.5
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    make: *** [Release/kerberos.node] Error 1
    gyp ERR! build error
    gyp ERR! stack Error: make failed with exit code: 2
    gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
    gyp ERR! stack at emitTwo (events.js:87:13)
    gyp ERR! stack at ChildProcess.emit (events.js:172:7)
    gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
    gyp ERR! System Darwin 14.5.0
    gyp ERR! command "/usr/local/Cellar/node/5.4.1/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
    gyp ERR! cwd /Users/yangjing/gitProject/openSource/reliable-master/node_modules/kerberos
    gyp ERR! node -v v5.4.1
    gyp ERR! node-gyp -v v3.0.3
    gyp ERR! not ok

  • #11 楼 @xdf 后续 build 时会出现错误

  • 提两个问题,1:国内网络环境比较和谐,docker 安装比较坑,能否在有时间的时候补一个比较详细的安装过程?
    2.git clone 下源码后,npm install 会报错,npm WARN deprecated native-or-bluebird@1.1.2: 'native-or-bluebird' is deprecated. Please use 'any-promise' instead.
    npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
    npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
    npm WARN deprecated cross-spawn-async@2.2.4: cross-spawn no longer requires a build toolchain, use it instead!
    npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.