Android Access to pc Server in LAN

Blogs are dedicated to Android and Java web as soon as they are blogged. Hope to help me as a beginner's companion, but also please prawn advice. For example, I believe that most of the comrades who have studied Java will choose between these two paths. However, they complement each other, regardless of you or me. The Java web that the author l ...

Posted by jainsy on Mon, 22 Apr 2019 03:24:34 -0700

Summary of JDK, Tomcat and MySQL Building Method under CentOS 6.8

Because of the need of work and study, we need to build various development environments on centOS server. Because there are many methods on the internet, I will summarize them here. JDK Because downloading JDK on a computer requires clicking on "accept licence" to download, the following conditions need to be added to the wget m ...

Posted by westonlea7 on Sat, 20 Apr 2019 18:30:33 -0700

Spring MVC controller and servlet Chinese scrambling problem

http://tydldd.iteye.com/blog/2071869 Spring MVC controller and servlet Chinese scrambling problem Blog Category: javaweb   1. The first method solves Chinese scrambling by tomcat configuration and spring coding filter 1. Modify tomcat configuration file server.xml   Modify conf/server.xml file under tomcat ...

Posted by tidou on Thu, 18 Apr 2019 12:00:33 -0700

Install Tomcat 9 under Ubuntu 16.10

statement This article was founded on March 10, 2017. Successful installation is also the day.The links given in this paper may fail in the future.About Tomcat self-startup, Tomcat official website prompts one mode. But this article uses other ways. Environmental Science System: Ubuntu-16.10-server-amd64 User:root Get ready File: JDK( jdk-8u121 ...

Posted by Kryptix on Mon, 15 Apr 2019 23:00:33 -0700

Stateless session

One, What? When a user accesses a system, it is "nonexistent" session, which disconnects and connects the system at the first visit. In this case, it is generally necessary to control in the background to maintain the relationship between the user and the system. Since Tomcat server can't do it, we can consider redis. Two, Why? Benefi ...

Posted by SieRobin on Sun, 07 Apr 2019 13:48:30 -0700

Web Architecture-Server Architecture to Prevent High Concurrency

CDN (static resources) + Nginx (load balancing & reverse proxy) + Redis (master-slave configuration & Sentinel listening cluster) + Mysql (master-slave configuration) Introduction: Business from the initial stage of development to gradually mature, server architecture is also from relatively single to cluster, then to distributed, techn ...

Posted by frymaster on Sun, 07 Apr 2019 08:48:31 -0700

Varnish's elegant model and sacred model

Today I'm talking with my colleagues about tomcat hanging on the back end of the current network, which results in varnish thread stacking on the front end, and eventually leads to varnish hanging or busy front-end web processing. Since I have looked at varnish's documents in detail before, I remember that there was a God model or the Holy Gra ...

Posted by mentor on Mon, 01 Apr 2019 12:00:29 -0700

Establish your own Douglas website

Install X - Build your own Douglas Website Library yuyuyu · 2 Days ago Before that, I added a group of fights and saw many classical expressions. Then I collected QQ. Because Benxi could not afford to open a certain Q member, I could only collect it locally, but could not use it on other computers. Over time, more and more collec ...

Posted by BillyT on Wed, 27 Mar 2019 15:45:29 -0700

Problems of Introducing X-Content-Type-Options into HTTP Protocol Security Header

Original address: http://www.jackieathome.net/archives/369.html?Utm_source=tuicool&utm_medium=referral Some time ago, testing MM feedback a problem, uploaded images in rich text editor can not be properly rendered. Because Jackie did not observe similar phenomena in the local environment, and just that day an important component of ...

Posted by jyhm on Wed, 27 Mar 2019 11:48:29 -0700

Examine the understanding of class loading (Question Chapter)

Class loading has something to do with program running. You might as well test it. Difficulty: Intermediate Independent Process Chapter Suppose there are the following class files: // Main.java package com.github.mccxj.test; public class Main { public static void main(String[] args){ new TestServlet().test(); } } // TestServlet ...

Posted by Mark1inLA on Mon, 25 Mar 2019 22:33:28 -0700