Uninstall default: Log in to the system with the root user, open a terminal input # Rpm-qa|grep GCJ display content contains the following two lines of information # JAVA-1.4.2-GCJ-COMPAT-1.4.2.0-27JPP # JAVA-1.4.2-GCJ-COMPAT-DEVEL-L.4.2.0-27JPP
First, use WinPE to make recovery CD
1, first on the development machine to adminstrator users run cmd, into the WES7 installation directory under the Petools folder, such as D:program fileswindows embedded Standard7toolspetools, Run the following
The following small series through the text plus code to everyone in detail, the specific contents are as follows:
In fact, to solve Nginx does not support pathinfo problem, there are two solutions, one is not to use PathInfo mode, the second is to
Full-standby batch processing under win
Batch processing is used for game servers, rigorously tested and formally used, and is used primarily to fully back up the database, of course. It's just a few backups.
, the function of FTP can be invoked
Java Server page (JSP), like ASP and PHP, is a network programming language, except that the scripting code inserted in a JSP page is a fragment of a Java statement. To use JSP to write an application, first of all, must have a Web server that can
The servlet Java servlet is a Java code that runs on a Web server that accepts user requests, processes them, and provides feedback to users. Its function is similar to CGI program, can realize many interactive effect in webpage, but more efficient
① preparatory workFirst write Helloworld.java to G:\Javaspace path with Notepad Public class helloworld{publicstaticvoid main (String []args) {System.out.println ( "Hello World");}}because I want to compile the Java file on the G-Disk, in the cmd
Server {Listen80; server_name www. funsion.com; Root/www/web/funsion; Index index.PHP; #disable access to PHP files in the app directoryLocation ~* ^/application/.+\.php$ {#The . HTML in this directory is allowed to be accessed because the static
In order to improve the performance of the site cache is a tool, Nginx can be configured Fastcig_cache to cache the data do not need to achieve the real-time acquisition of static and dynamic separation, nginx.conf configuration as follows:
1. General KnowledgeSoftware: A collection of computer data and instructions organized in a specific order.Common software: System software and application software.Human-Computer Interaction: graphical interface, command line modecomputer language:
#查找当前目录中是否存在指定目录, if it does not exist, it is created
Copy Code code as follows:
function mkdir_1
{
if test! -D $
Then
mkdir $
Fi
}
#指定文件中的 "prefix =. *" string replaced with "prefix=/home/gnome-unicore-install2/usr/
A recent project used thinkphp as a development framework, the URL we use the pathinfo mode, but nginx default is not supported PathInfo, need to be manually configured to do, We then followed the Nginx pathinfo support configuration According to
Search on the Internet many methods do not work, research one day, found that the following configuration can be perfect support for ' Url_model ' => 2 of the situation
Copy Code code as follows:
location/project/{
Index index.php;
Some time ago with the Apache with the TP developed a small web site, I use TP is the first combat. I am accustomed to using PathInfo mode, local running everything is normal, however, when deployed to the server, because the other side is using the
ArchitectureSpring has the potential to be a one-stop service for all enterprise applications, however, spring is modular, allowing you to pick which modules are applicable without having to introduce the rest. The following sections give a detailed
1. Dynamic Library path settings Linux down with dynamic libraries and windows are not the same. Linux executables rely on the configuration file to read the path, so sometimes you need to set the path to the following export ld_library_path=/home/..
The first time you install Nginx, the installation is complete and the thinkphp is found to be unable to run. After consulting the relevant information, it is resolved by the following methods:
Configure Nginx PathInfo Support:
After the original
1. View all currently available environment variables (= System variable + user variable) set view an environment variable, such as path set path to add an environment variable, such as Xxx=aa set XXX=AA to place the value of an environment variable
Several common environment variable/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
Export edit this entry is missing
Information Bar、
Business Card Map, add the relevant content to make the entry more complete, but
Blog Original Address https://xgs888.top/post/view?id=68
thinkphp Adopt PathInfo mode, unlike Laravel and Yii configuration go directly to dry;
Tested two different ways of Nginx installation Yum and lnmp one-button installation package;
One-click
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.