Cocos2d-x 3.1.1 Learning Log 11 -- a Windows Android environment to build (must be useful to you !!), 11 -- androidInstallation Steps: (how painful !!) 1. Configure JDK
JDK:
Set environment variables:
JAVA_HOME = C: \ Program Files (x86) \ Java \ jdk1.7.0 _ 21
CLASSPATH =.; % JAVA_HOME % \ lib;Add Path
% JAVA_HOME % \ bin;
Open cmd and enter java-version. If the following prompt is displayed, the
The network chat room set up a few days ago uses the Apache + MySQL + PhP environment to record the building process.
1. Download SoftwareApacheHttpd-2.2.22-win32-x86-no_ssl.msi http://httpd.apache.org/download.cgiIn Windows, there are two binary installation files: No-SSL and OpenSSL. OpenSSL adds SSL authentication, which is used to build an HTTPS website. Generally, download no-SSL.PHPPhp-5.3.10-Win32-VC
This article is from: HimmelPosting time: Tue, 15 Jul 2008 08:28:09 + 0000Http://www.ryanwong.name/blog? P = 295
Software Environment
Windows XP Home SP3
JDK 6.0
Apache Tomcat 6.14
Apache httpd 2.2.x
Prerequisites
Confirm that Tomcat is correctly installed and enter http: // localhost: 8080 in the browserTomcat welcome page appears
Confirm that
Today, we summarize the configuration of the two-level domain name under Windows Apache.
The following is a test using a local 127.0.0.1
Here we take www.jobs.com as an example, the following code in the jobs.com can be replaced by your own desired domain name here just for testing.
Our goal is that different subdomains can access sites in different directories:
/ ;
/ ;
/news;
1, open the
';
Mysql_close ($link);
? > If there are errors you can view: Log files under C:\Apache24\logs: For example, MySQL connection is not on: Call to undefined function mysql_connect () in c:\\apache24\\htdocs\\hello.php on line 7 Is that PHP does not load good MySQL accessories, you check the previous said, there is no removal, and the file configuration is correct, It is possible to find the file php.ini path and so on (in the system environment variab
=./res/home#当前用户可用ftpserver.user.lxw.enableflag=true#具有上传权限ftpserver.user.lxw.writepermission=true#最大登陆用户数为20ftpserver.user.lxw.maxloginnumber=20#同IP登陆用户数为2ftpserver.user.lxw.maxloginperip=2#空闲时间为300秒ftpserver.user.lxw.idletime=300#上传速率限制为480000字节每秒ftpserver.user.lxw.uploadrate=48000000#下载速率限制为480000字节每秒ftpserver.user.lxw.downloadrate=48000000PS: If you do not want to log on anonymously, you can comment out this configuration for anonymous users2. Mod
installation directory where apache is located, hit the directory htdocs to which it points, then write an index. the PHP file content is When the installation is complete, many components are not enabled. Next we can enable common components (remove the semicolon ):
Extension = php_bz2.dllExtension = php_gd2.dll; gd libraryExtension = php_mysql.dllExtension = php_mysqli.dllExtension = php_pdo_mysql.dll; required if Mysql database is used;You can
load is reduced.The value of this parameter depends largely on the memory of the server and can be set to 0 or a large number if the memory size is large, otherwise a small amount is set. It is necessary to note that if this value is set too small will cause the Apache to restart frequently, in the log file will see the following text:Process exiting because it reached Maxrequestsperchild. Signaling the pa
To achieve integration, I found a lot of information online! I tried it many times and finally successfully integrated IT! Next I will share the integration process with you, hoping to help anyone who needs it in the future.
Preparations:
VertrigoServ 2.23: http://sourceforge.net/projects/vertrigo/files/VertrigoServ/2.23/Vertrigo_223.exe/download
2. Tomcat 6.0.18: http://down.51cto.com/data/149175/
3, JDK: http://www.java.net/download/jdk6/6u10/promoted/b32/binaries/jdk-6u10-rc2-bin-b32-
Original: Windows Build apache+mysql+php development environmentRequirements
Essential knowledgeFamiliar with basic programming environment construction.
Operating EnvironmentWindows 7 (64-bit);Apache2.2;MySQL Server 5.5php-5.3
Environment download
Official
Apache
Mysql
Php
As for the version I used has bee
remote Logging service configuration options. Only need to fill in the IP address and port (most devices are already 514 by default), and then OK;2, Linux Server only need to add a simple line in the local Rsyslog service configuration can send logs to the log server, deployment and configuration is very simple;3, through the software (such as Evtsys) can also support Windows Server, deployment and configu
you encounter Apache can not start the time, the choice of my computer-"management-" event Inspector-"Application log, open Apache error report, there will be a hint of what went wrong, generally can find the reason.7, open IE, input 127.0.0.1:8080 appears it works. Enter the https://127.0.0.1:443 when a verification certificate will pop up where, click Cancel f
Let's summarize the configuration of apache's second-level domain name in windows.
Next we will use the local 127.0.0.1 for testing
Here we take www.jobs.com as an example. In the following code, jobs.com can be replaced with the domain name you want. This is just for testing.
Our goal is that different subdomain names can access websites under different directories.:
1. Enable the mod_rewrite function of apac
Installing Apache Apache under Window server2003 has the system permission by default. So we have to lower the right to Apache first.Add Users. My Computer right-click Management--Local Users and groups2. Open the Local security policy, administrative Tools, start, and select "Log in as a service" in User Rights assign
In windows, apache often gets stuck and often gets stuck. What should I do? Error log [Sun nbsp; Feb nbsp; 03 nbsp; 18:16:09 nbsp; 2013] nbsp; [notice] nbsp; Child nbsp; 4200: nbsp; all nbsp; worker nbsp; threads nbsp; have nbsp; exited apache often gets stuck in window
also more. is not in the children's shoes, I have been reproduced on the Internet two articles, please click on the link below to view.
MySQL5.5.21 installation Diagram
MySQL 5.6 Installation and configuration detailed illustrations
Test MySQLEnter the following command in the DOS window to log in to MySQLmysql-u[user name]-p[password]Some simple operation instructions for MySQL// connect MySQLmysql-h host address-u user name-P user
Label:Open Windows Server Scheduled Task Manager. Execute the following bat script at timed intervals. Create a new monitor folder on the D drive, creating a Apachemysql.bat file. The contents are as follows: Create a new MySQL, Apache folder in the Monitor folder Go to the MySQL folder, create the Sql.sql file, and save the following: Select COUNT (*) from information_schema.processlist to outfile ' d:/mo
In our development through the virtual domain name to access a specified project is indeed very convenient, next teach you how to manually configure the virtual domain name (Apache server as an example)First, we have to find the host file, Windows under this file in the C-disk windows\system32\drivers\etc\hosts, add the following content:127.0.0.1 singwa.comLocal
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.