Coder Social home page Coder Social logo

xuanlangzhiyin0921 / quick_build_website Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 0 B

快速搭建网站的顺序 1.在阿里云购买域名(备案) 2.购买服务器(建议购买国外的,不需要备案) 3.在Linux在线安装jdk https://blog.csdn.net/wzq__janeGreen_/article/details/81098615 遇到的问题:退出vim 解决方案::wq 4..在Linux安装tomcat(需要两个软件:FileZilla Client 和 Git Bash) 在百度下载 遇到问题:图片无法显示(Tomcat编码问题) 解决方案:参考网站:https://www.cnblogs.com/keyi/p/6365649.html 找到如下代码: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" /> 这段代码规定了Tomcat监听HTTP请求的端口号等信息。 可以在这里添加一个属性:URIEncoding,将该属性值设置为UTF-8,即可让Tomcat(默认ISO-8859-1编码)以UTF-8的编码处理get请求。 修改完成后: <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443" URIEncoding="UTF-8" /> 5.修改tomcat参数,为了通过域名直接访问项目 (建议现在window修改好了,再上传) https://blog.csdn.net/guyan1111/article/details/84721976 6.解析服务器ip在域名中 7.访问网站

quick_build_website's People

Watchers

 avatar  avatar

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.