Giter Club home page Giter Club logo

lixingcong.github.io's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jn7163 wouixuic

lixingcong.github.io's Issues

微信 SightDraftInfo 表

你好

我想问问你哪里有没有 SightDraftInfo 表的相关资料可以参考

我试了几个方法, 还是没有办法替代影片

微信版本是最新的 6.3.23

请问你有方法代理访问Google Doc吗?

开发Android中,要访问文档,最好的方式是用google doc的链接。
现在用nginx配了个简单的doc代理,手机上Webview加载会访问https://www.gstatic.com, https://apis.google.com,Webview的丢弃访问不起作用,导致延迟严重。

我的nginx配置:

 location / {
                proxy_set_header Accept-Encoding "";
                sub_filter docs.google.com <my domain>;
                sub_filter_once off;
                proxy_pass              https://docs.google.com/;
                #proxy_set_header Host   docs.google.com;
                proxy_redirect          https://docs.google.com/ /;
                proxy_redirect          http://www.google.com/url /url;
                proxy_redirect          http://apis.google.com/url /url;
                proxy_redirect          http://content.googleapis.com/url /url;
                proxy_set_header        X-Real-IP       $remote_addr;
                proxy_set_header        X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_hide_header Set-Cookie;
        }

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.