PHP-APACHEIIS Forum setup tutorial

Source: Internet
Author: User
Tags php server php file upload website server mysql command line

Software introduction and download: 9mr \ z] Z
Y8, j2G $ @ c
Apache: According to the Web server survey company Netcrafe (http://www.netcraft.co.uk/Survey/) survey, nF ^ & = Q # z (g
More than 50% of Web servers across the Internet are using Apache. Apache and Ms IIS belong to the same Web server. B7BOiSnQ5m
It is a free server with a small size and high security level (you can choose one of Apache and IIS) +>/
Z =} T
This document selects: Apache V2.0.53 For Windowsj. i2 ~ % U,
E'1
Official Website: http://www.Apache.orge)
; X C4 % 9
: Http://www2.skycn.com/soft/1218.htmlTl3g#y
|. HGq7 + thhuV
V # G ~ ^ Y $
. AQmxK
IIS: An Internet Information Server provided by Windows, which can be installed by a Windows installation CD. Optional Windows ea <
Component installation. Among them, the options are IIS5.0 in Windows2000, IIS5.5 in WindowsXP, and sloUu2zOc in Windows2003.
IIS6.0, (select one of Apache and IIS) tf?
E \ 5i (K?
Official Website: http://www.microsoft.compF. (Ni
Dj = 8y ~ NS
: Zlj} NT {O can be installed on the Windows installation disc.
\ UV ^ 0eRO
; W) UF
Yig
PHP: Used to parse the edited PHP file. The configuration of PHP is also centered around it. It can be said that it is the main body of the entire environment # V '~ P
It is also the main point of this article. ^ Zr
C9B, V ~ Sq
This document selects: PHP V5.0.4 For Windows> 1Fzh
FC '? Yyq '#
Http://www.PHP.net? H
. ', 0> Ve +
: Http://www2.skycn.com/soft/516.html&policyvp <f
TpkH
AsN] le
; Y 'B' 4-
MYSQL: it is a multi-threaded, Structured Query Language (SQL) open-source database system. It is said to be the best line of defense for PHP, with the execution of X # 9BbN ^
High row performance, fast operation, and easy to use. Is a very good database system .; Zj
5Sk '^ C'] x-
This document selects: MYSQL V4.1.11 for Windowshoe <V # l
B] C \ fQ \; o
Official Website: http://www.mysql. come4gT <tY '5
Mj [^ RYj
: Http://www2.skycn.com/soft/1262.htmld7H&04Ilu
8P @ QIwO
Installation and configuration process: Qg_g
;. Login SM/
~ NuXB {T <?>
'8umvxs
1. Install Bc @ 9kN/AM for PHP5
Wm ^ * UEGp3L
Compared with PHP4, the installation process of PHP5 is relatively simple.
Yt4g-U
Step 1: First decompress PHP V5.0.3 For Windows.zip and release the path as per your habits. % rV ^ T & Ks1 #
~ V) L }?
Yes, for example, X: \ PHP. You can change the folder name to php x @ I: QG.
88,} Sb
The content of PHP5 and PHP4 is very different. Briefly describe the role of each folder in the PHP Directory {. "xWzu0b
HUBH &
Ext: PHP extension library dll, which is the location where PHP searches extension libraries and stores extension libraries $ ~ T
<Ih $
PEAR: The storage path of PHP Extension and Application library (PHP Extension and Application Repository) gKxkY4 "y
! [C | Qet} o2
Install.txt installation instructions file k2 "& a) n!
G> Q [
PHP5ts. all Main dll file Nx;
<OZz
PHP.exe: CGI executable program J1 ^ Kn> hEu
ZP [ijq
PHP. ini-dist: configuration file DD @ {w (pS,
Xe +, LvJ "e
KI: [F} n
} Glucose
Step 2: Copy PHP5ts. dll under the PHP Directory to the C: \ Windows \ directory (Windows 2000/NT is C: \ winnt \ directory) v ?!}
@ # Tr ~
& Amp; 3 K
U m $] \ J &
Step 3: copy the PHP. ini-dist or PHP. ini-recommended file to the c: \ Windows \ directory AD6Dje,
(Windows 2000/NT is the C: \ winnt \ directory) and renamed as PHP. ini. It should be noted that 5JV] + m
These two files, PHP. ini-dist and PHP. ini-recommended, I personally think that no matter which one is copied and renamed ^ B/S $ *
PHP. ini can play the same role. Most people choose PHP. ini-dist. Here we also use PHP. ini-dist for "MM ~ Z
The PHP Directory should not contain the PHP. ini file, or be different from the houvWi7Ae $
PHP. ini file. Wj * gE
{* ND/<K
& JZt * g [Zt
(KqHZ
Step 4: Modify the PHP. ini file \ '{. U | ~ 7
% _ ARl [c
L | 5: lK
The meaning of each part in the PHP. ini file is clearly indicated by the semicolon at the beginning of each line in the file. I am Z & Cm (~ ZE [
Here is just to do the l; eC '{&> J +: For several of the most important or possibly needing to be changed in the order from top to bottom:
Explanation to make it easier for me to be a friend of e-text. You can search for the corresponding fields in the document. PL _ \ %! B5nMO
DO {"Mtls
Resource Limitsj! {\ * [EmGb. e
TzmMZv
This part is the PHP system resource configuration 0h5> _ (B5hR:
~ HMIEx "87
Max_execution_time = 30: Maximum execution time of each script, measured in seconds
C/o $ + t
Can be changed to max_execution_time = 60 3vd)
FBc ^ S -.[
Max_input_time = 60: maximum time for analyzing each script request M} mLkyCD
Vi:
Can this be changed? N1 +! Hj} Q
B @ 8! UD
Memory_limit = 8 M: maximum memory available for a script _-GQAX
W) 4xg; T
You do not need to change Je
B5 @/sj
Error handling and loggingdtqp % e
M3S) Vt
K # jwHY \ Zc |
This part sets the PHP warning level, whether to give the corresponding warning or U () m ~ when PHP is allowed to run an error ~ Z
Note: The detailed explanation is as follows: xH15
F !! Billing $
; E_CORE_ERROR: Fatal error 30 During PHP startup Initialization
; E_CORE_WARNING: Warning (non-fatal error) Ginc during PHP startup Initialization
; E_COMPILE_ERROR: Fatal error during compilation 5F8t5 ZEN
; E_COMPILE_WARNING: compile-time warning (non-fatal error)/gLpS? ZNei
; E_USER_ERROR: h8Tf1 (9i3> Q
; E_USER_WARNING: User-Generated warning message tk0D) $?
; E_USER_NOTICE: User-Generated reminder message 6_Wq (
[<P? (U
Here we set the alert level to E_ALL and E_NOTICE, that is, find fG {nUQkA
@. @ \ + 9
Error_reporting = E_ALL &~ E_NOTICE &~ E_STRICTKDJA /? \ * 19
TQ @ q7-TH
Modify it to:> pK22
2UV #
Error_reporting = E_ALL &~ E_NOTICE2 ^ d
YR (oMvY
Display_errors = OngVf \ $8
5Yk4k # O \
Changed {! 1yuf3
$ GdE
Display_errors = Off! Ok7Dk _
U) 1 <{
Data Handling] 2oC ,{
Pz # P
This part sets PHP data information processing, which may need to be changed to the following z {pOk 'd &
\ He
Register_globals = Off: whether to register the EGPCS variable as a global variable. If you do not want the number of users d> Eh: 6 ~ U
If the data is not in Global confusion, you can disable it.] 8I \
VAMNN3FX
Can be changed to, I, qz
4f <Y ~ [
Register_globals = On or do not change) & z9q # @ w
B! T XrQ} J
Post_max_size = 8 M: PHP will accept the maximum size of POST data vp ?} E}
I [V? HMFG
Can be changed to % tLgD {
PXCek
Post_max_size = 16M6lj $ P;
Ug (z1x
Paths and Directoriesa! A/JDPhH
; ^ RK! K
This part sets the PHP file search path. If multiple paths are required, use a semicolon to open fG8/fdi.
BbAR [dz;
First, find the following iv4G6p
% D @ x \
; Windows: "\ path1; \ path2" s $ SMbM
=! B
; Include_path = "X: \ PHP \ pear" T> L @ 2g (Gi
} RR0
We need to set a search path pointing to the X: \ PHP \ pear directory. Here, X: \ PHP \ is your PHP server.
Installation path, we need to remove the following in Windows: "\ path1; \ path2"; include_path = "X: \ PHP \ pear" before vdS92cVqx ^
And change the file path in the quotation marks to X: \ PHP \ pear to ^ Pp _[@~
Ca] 28:
Windows: "\ path1; \ path2" YBI2 "hC1
F> I () w
Export de_path = "X: \ PHP \ pear \" AEh \ * w> e
'6 "^ p}] BN
Then you can find 2L 'f0'
B (
Extension_dir: T + N0? % S ~
5Uv
Here, the PHP search extension library location is set, and its path is set to the location of the extensions folder, that is, changed to: G9 $9
T1G <VI 'hgl
Extension_dir = "X: \ PHP \ extensions \" = $ Um3Fj; g {> T
J (bx2_Kns
File UploadsHe. dqD5.
, Jg) Y =
This part sets the PHP file upload information lpu8, 1
? \ JR (MD: F1
Upload_max_filesize = 2 M: dLe [
ZRsHYF0; BC
Maximum file size that can be uploaded. The default value is 2 M, 9a} [UbvZ3].
NU1 + Tw4C
Upload_tmp_dir: v =
EwAS (i9 (
Upload the Temporary Folder where the file is stored. If no temporary folder is set, the uploaded file is placed in the temporary folder of the system.) 2> = bAh
8-% CLR &:
Modify the settings according to your actual needs. After setting the settings, remove the semicolon to take effect. 7S6 | &~
2/: 4rQ ~ "
Dynamic ExtensionsSzJ, x {[E
] 3-
The PHP extension Settings section lists all extensions supported by PHP. A semicolon is added before mMA0 {t j.
Description: The current PHP configuration does not support extension. we can remove the semicolon to allow PHP to support the extension oP <.~ N
F9 "O: Sni
The following lists several common and useful PHP extensions-VWApXMQWN
P7d-Db2 'il? F
; Extension = php_curl.dll: CURL extension supports 7nSo98
~ Ujb
; Extension = php_gd2.dll: GD Image Library extension support, including a series of functions such as generating images daM3
O' <ArST
; Extension = php_ming.dll: Ming library extension support, which provides the function MOx # ATz for generating flash files
) U ~ VPl7W (
; Extension = php_pdf.dll: PDF library extension support. This extension Library provides 33 Sf support for functions used to operate PDF files? =
Q | 9N <
; Extension = php_xsl.dll: Provides XSL extension support, which provides XML Conversion (oE ^ Am. OG
<+ XK % b1
; Extension = php_mysql.dll: MYSQL extension support $ ^ e (IJ
@ {; Tmz' xw {? P
Note that MySQL support is built-in PHP4, so you do not need to use its dll, but here we need to set cv | j @
Remove the preceding comment> _ J Z
;] Ozh> u <
Ng/ga | O
Step 5: Install 'uc8p/Hu;
B @ U: % 1) Nd {Z
PEAR is a powerful code repository that provides strong scalability for your code and can be greatly improved/l3r
Project efficiency. The selected PHP type already comes with PEAR. Now we will install it 1: 4Cl]
BI: rF6zx_o
Find the go-pear.bat double-click in the PHP Directory and a command prompt window will appear, showing the welcome information and the PEAR package I to download) [yL @ <
LIC (h ['
Mee9m =
Press the Enter key to continue the installation and prompt whether to use proxy to download these PEAR packages. If you want to use proxy, be sure to ^ wwaf
Enter: http: // user: password@proxy.myhost.com: port if not needed, press enter 0 = W = 2Z0 (\ 1
YFM0v}) y'
Then there will be an installation and download process, and finally prompt you to install successfully _ v +
Mf> qy} y'} q
2. Select the server type, Apache or IIS? WU} vvB
Ze @ q4
If IIS is used, the server supports both ASP and sN.
If you install the two types of server software, there will be port conflicts, or you can modify the port or use nested software at the same time. We will not introduce it here. X A {z ^. H) h
LJSD0d 'mf
Installation and configuration of Apache2.0.53 ^ N ^ FDZHr
} V"
Step 1: Install ApacheXE }! GPx
] 3 [$ U
We downloaded A. EXE Installer. Needless to say, double-click it and you will see the installation interface $ q +. A} ^ | 7
% E <f ?} M
Click Next. Then, a dialog box is displayed, indicating whether to agree to the installation protocol, software introduction, and so on. Click Next To Go To o * [Hq {
The following dialog box is displayed. There are three places for you to enter your domain name as the first one, for example, my r ~ M/x!
Is www.00ee.net, or IPH: tOz6H
LS)
Enter your host header name, for example, www.00ee.net or IP ^ g7 \)'
El .? | M/MKDQ
Enter the Administrator's mailbox in the third step, and enter the ones you use. It is not important to enter Ky {__
. P * <B'
There is a choice below for use as a server. We suggest selecting the first one, which means making it a system service {dc $
, Working on port 80. The second is only available to the current user, working on port 8080. You need to manually start C1jFNOl
. BqL {* 'd}
Click Next and select Custom. Next, select the component and installation path to be installed, and then click L2 'k "8.
Click Next to start installation. (4> m
IA4Z4sXqY
After installation, the Apache monitor icon is displayed in the system tray. In this case, you can open the browser and enter Q/A, UzEhW
Address 127.0.0.1: test the server status. The following figure is displayed: A "H2J {Mb
Z, aT5IG05
EsTp
@: PnR) & FT
You can see that the Apache web server has been installed successfully. You can go to this directory i5 $ 8JP6p> x
Or replace the page. '3hy: RE $ E
+ & 2F2O; r + w
-------------------------------------------------------------------------------- QR/m /.
X3Js328
This is not the page you want to see, right? P & y. o (ZFm
This page is displayed because the website administrator has changed the site settings. If you have any questions, VLcA> 3Qf1 ~ <8
Consult the person who maintains the site. Apache Software Foundation, which is the website server software used by this site, Ax
The developer is not responsible for the maintenance of the site, and cannot solve the configuration problems for you. 1pw!
1P-4! 11x |
-Hx $ YA
-------------------------------------------------------------------------------- Ri
HJQ $<4 #/[
Apache documentation is included in this release. BW-PX? Npz
9 (lob/dpC
You can freely use the following picture on the Apache website server. Thanks for using Apachej = I * Y
& H3XK 'f
Step 2: httpd. conf configuration; % bYld; U
3QBpj4
First, describe the role of each folder in the Apache directory: bTu @ B,
= 4 T 6 <e7
Bin: stores all software running on apache. package a server debugging tool named ad.exe % j (^> @ z | BX
^ = $ Mt1;
Conf: Put the Apache configuration file in this folder. We need to modify the httpd. conf file, @ e7xN! 1x
% ^ "Xeo _
Htdocs: the default web home directory. You can modify the path B & iR of the website root directory in httpd. conf.
AOy + 4'} zRZ
Next let's modify the httpd. conf file w $ dY] v0W %
3 "'
The httpd. conf file is an important configuration file for Apache work. In X: \ Apache Group \ Apache2 \ conf, B z? '2x6 @ m
And open it with notepad. You can modify it as follows :;~ 91 <\ "4? 7
(M ^
F 6Db \. @ w
XF 'pbz ["s
ServerRoot "X:/Apache Group/Apache2" P9 \ FK _
) XlApPlKJ .}
This is the root path of the server and does not need to be changed | * | ~, E 'so0
"UY :.~
Z.C \ Ri
'Atg6v
MaxKeepAliveRequests 1007 m =/O.
35 @ GX @ i9 ^ g ^
The maximum number of online users is determined based on the number of users you need and the configuration of your server machine <| 9 hgWon!
_ <I]
G = R <z
** I * j6>! =} F
Listen 80wuC/
GKn.
The listening port of Apache2, which generally does not need to be changed, that is, the http port 8yR * of the website <B
I-_ Kr *
W, fd2A =
Sem
DocumentRoot "C:/htroot" tu}.
TY9B \ Z: | r
This is where you place the webpage file. The compiled PHP file is placed here. Make sure that this file is tzc> vpflat
Folder exists, which is your site directory nIT \ i3b
Q ^ W $ # $ J
W6 <! B <
DU # xyEA> x' aM
<Directory "C:/htroot"> & 7FN4
) 'Kyu
Same as above. Follow the previous step to make sure the folder has uK = yr.
MKJMLT
Kp # % W4 % NG
} ZPL * BQ $
DirectoryIndex index.htm index. php index.html y & GRRe 'w
; Jl] c}
This is the document type of the home page opened by the server by default. You can change it to the above Type and use an empty box in the middle! ZVQD,-St
LCH3 {av
D + e $} rZ
K]. 84
Export agepriority zh-CN zh-TW en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt-BR ru sv>. VTN $ ">
GzKeR ('<%
Language priority. Cut the part of Chinese (zh-CN zh-TW) to the Front (that is, put the corresponding HINypI in the original file ).
Partially changed to the above) MRJTvV. I:
CB6Z [lD [O
'Xf, M ;[
) "WyFB (^
In addition, if you want to disable homepage browsing, find the following code: Za ^ fD [5) <;
HMU 'xtf
Options Indexes FollowSymLinks # Zv-n! Pkjg
? BpfX
Remove the indexes and change it to K. v3pv # = G.
= G; bbKb
Options FollowSymLinks/g0 {] h
Usb7X
$ ~] VK 'ldij
$ EZ [q] |
Step 3: PHP Mount * {Od) '> S {8
<W8YTPLr. E
Search for LoadModule in httpd. conf and add the following content lxyz '~ : H
LYx6fw
B0 ^ 8 P?
J */, B \ sedj
LoadModule php5_module "X:/PHP/php5Apache2. dll" Z! | H) skXa $8
Xp \ c ~ \ F */
AddType application/x-httpd-php. phpC9_DnX2
! B2B _oE
RRx
} WXi
Note: X: PHP/PHP5Apache2. dll in X:/PHP/is your PHP installation path & sn2vv
C
Restart Apache to make the modification take effect: ^ = ~ JiUH8ExD
IIS installation and configuration A. h :? (C6
YrEOdc =
IIS is not installed in Windows2000 and WindowsXP -- Pro by default. Because. HU [| j
IIS cannot be installed, but Apache can only be used as the server. EH/-kO8} C =
: <O
GRCEv19
! Fc. {-Hq
To install IIS, we need a Windows installation disk. Here we use WindowsXP-Pro for demonstration. Other versions @; 2 !} + !~
This is similar. After the CD runs automatically, select "Install the optional Windows Components" cQ \ p {
E] V @ Z
Then, a dialog box appears. Do you see the Internet Information Service (IIS)? What we need is qA1e.
Select this option and click Next to install s3YOB ~ T;? L
> 5? <Ec
After the installation is complete, we will see an "Internet Information Service" in the control panel> Administrative Tools ". '| Fj *; U ~ Kr
. 5 vJVfR @ =
Double-click it, select a local computer on the left, right-click "Default site" (C9ZF8Nb by default in Windows2000 $
Web site), select Properties, you will see the default site Properties dialog box opens, find the Home Directory label, I 9] V' @ {^ 4
You can modify the root directory of the website here, that is, the location of C: \ inetpub \ wwwwroot, and click Configure by/O ** wU
Button to go to the "Application configuration dialog box. We can browse and find php5isapi. dll. Just now you have installed php h, VOZhW;
Place, as an application extension, write. PHPEU6 @ 8A7Z in the extension
% [Mx & 67R
Then I return to the default website Properties dialog box, find the document tab, and add a default PHP Directory file: e: $ [= 7 & rce
Index. php Note: Because Windows XP is used in this article, the installation ends so far, and f] [} pf _:
Friends who use Windows server 2003 also want to expand the web service on the left side of the IIS Management window. c {k5b (% y> Z>
Right-click "Add a new web Service extension" and write it to the PHP service extension. The required nqO_H9 @
The file also points to php5isapi. dll above, and selects the extension status to allow for further configuration. UVd
Hc5
Restart IIS to make the modification take effect. At this point, IIS installation is in section 3: = '^ CT @
-R39} $ D
3. Install MYSQL 8YJ @ 6) sO! Z
'M2 @ F7A
Here we use mysql4.1.11 for Windows, which is the latest version and earlier version of D9.
The installation process has been described in detail on the Internet, and IZ4zGcc is not described here.
I;) 3Xil
& H = y6> O * AdsF
Step 1: double-click the. exe file. The first dialog box to be selected is Setup Type, that is, $) Bcmq |
Installation type. Here we can select Custom to install components and configure the installation path Nno * 6 as needed.
Hq8mn) <s68-
Click Next, right-click the icon that appears in the dialog box, and select to install the component as needed, = pnIlp
Mw5D \ F ^
Click the Change button in the lower-right corner of the window to Change the installation path. After setting the path, click Next to start installation and install it to the m3 0
The three options in the following dialog box are kI]. I3.
] '/) A ^
1: If you do not have a MYSQL.com account, select the first account and create a new free MYSQL.com account cxq_scsi =
F (f
2: If you have a MYSQL.com account, select the Second Account and enter the registered mailbox name and password qVI + Gv
Tb3V2IZ (:[#
3: skip this step. m/OJ
, CDa # n
Select the first dU. OBf.
4z1
Next, three dialog boxes are displayed. The "*" part in the three dialog boxes must be filled. pn. rV "K | &
In order are the mailbox name, password, and confirm password; first name, last name; zip code, | 4
Country, Province name. Select china as the country name, and select other or N/A as the province name. Then, 4.1.x and 4.0.x series z, R$ :'
One major difference is that after the installation is complete, winmysqladmin.exe is not running under the mysqlfolder to pPn8: 5
After the server is started, you can set the options. _ RH, 4 ^ 1R
L7QC \~ U
Step 2: Set MYSQL2 }@}t,; $ z
Zq: Ka, SCS
First, you will see such a window. Here there are two options: detailed configuration and standard configuration, lnn4mLI
Select the second option for a small application and click Next. The following dialog box appears. This is important. kQ +/qB is required.
To select MySQL41 from the drop-down menu, otherwise it cannot be started normally, the following options are: whether to apply the command line, F_z *; f @@&
It is best to select the dialog box for setting the database password after clicking Next. The options in the middle right and below are respectively E/nV57iJ.
Allow remote control and allow anonymous account logon. To ensure security, click Next to exit k5 ~
In the final dialog box, click Execute to start the database server. The following four matches are displayed: LJUV = e ~ FI!> _
Click Finish to end the installation. S. <z
TtKiKRc _
Mysql4.1.x is different from previous versions. No prompt is displayed in the system tray during running. Open Task Manager 9} V49 #
Mysql server has been running Z3p. 4 S.
SnWJ) vC
(QzH
Step 3: Let PHP5 support mysql-"(o * M5tF &
XBX8C
E + EF1yr \
Find the modified phpini file c * bmQex1FX in C: \ Windows.
@ "Lk
Find; extension = php_mysql.dllD # K2 "/^ B
O |: C-rb $
Remove the preceding ";" L + GdxCxm
+ A _ * FL ^ p
Extension = php_mysql.dll (if you haven't modified it before)-1 (, bO @ (OOx
Gx4B {N
Then, set the following three files? E _ M-K
[Z "SktA + M $
X: \ PHP \ libmysql. dll 'G _ =-zz
O ~ J] ea $ wzQPy
X: \ PHP \ ext \ php_mysql.dllfq & P $ & 6 #
V, qG
X: \ PHP \ ext \ php_mysqli.dll | R * z5 % h? D0eP
Z9x * B _
Copy to C: \ Windows \ system32 ^ ycly * Bf9 $
LG & d4xLg
Restart Apache or IIS, and PHP5 supports mysql's wV Q ~ U/]
,! 6a4 'q
Bd! E, Kj
Note: The password hashing algorithm used by MySQL 4.1 and later verification protocols is incompatible with the hqSg5Obi algorithm of the old client.
. Therefore, it is very likely that you need to use the MYSQL server, such as forums, m @ a, s <B
Blog, private server, etc. Even if you fill in the user name and password you just set, a prompt will be prompted because of the user name and B /@
The password does not match and cannot connect to the database. We need to solve this problem using this method: Start Menu à 3r3 +> + Ifzwd/
Find the MYSQL command line tool you just installed, enter the root password, and enter the following words: BIHygu <I
0 'Bi-#'? 5
-> Set password forsyw'9 (] d
-> 'Yourusername' @ 'localhost' = OLD_PASSWORD ('yourpassword'); zaauS]-v6
DWU
In yourusername, your database username can be root or WEaVynpE.
The yourpassword section of the new user set in PHPmysql adds the Uj \ ~ password corresponding to the account \~. + N
{\ RE!
Note that the semicolon following the second sentence must be added with a semicolon; otherwise, it will not take effect. Then you will see w8 @ h; ^ @ BX
The prompt that the modification is successful. In this way, you can use 6e = {bISr \

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.