1) php.ini Configuration Extended Configuration(Note that the Extention_dir path is consistent with the physical path)Extension=php_gd2.dll is almost always open, this graphics processing extension is widely used in uploading avatar processing, online photo processing, verification code and so on.Extension=php_mbstring.dll is almost certainly open, without him, multi-byte strings (such as Chinese) intercept
Spring configuration notes in javaEE and javaeespring Configuration
0 JavaEE project directory
0.1 WebContent
The main directory of the project. You can name it yourself when creating a project in eclipse. The content of this folder will be published to tomcat's webapps during deployment.
In this directory, you can create a JS/CSS/JSP folder and index. jsp as the front-end content accessed by the user. Serv
ExceptionIn the use of the time, encountered a partial exception, I use the latest Spring version, Spring-4.2.5 version of the first to ensure that your configuration file introduced in the following Red section.Then there are several packages that need to be imported:1. Aspectjrt.jar2. Aspectjweaver.jar3. Aopalliance-1.0.jarWhen I was using it, the exception information was caused by the absence of a third jar package:Warning: Exception encountered d
The configuration template of the hibernate. cfg. xml file and the configuration parameters of different databases
(1) configuration template of the hibernate. cfg. xml file
Com. mysql. jdbc. Driver
Root
Root
Jdbc: mysql: // 127.0.0.1: 3306/hibernatetest
Org. hibernate. dialect. MySQL
Tomcat configuration file description, tomcat configuration file
I have never noticed the role of the configuration file in the conf directory of tomcat in the past tomcat usage. It is the idea of "tailism" and has never been studied in depth. However, I recently encountered many problems related to tomcat configuration
Nginx reverse proxy configuration with Apache backend federated configuration: Description: Nginx maps http to a specific subdirectory on Apache. Configuration method steps: 1. Set the domain name, the sub-domain map to the specified server ip,2. Nginx set up the server, as well as the corresponding directory, or forward to the specified Apache port. Server {
. Set auto-start upon startup and check whether the setting is successful:
[Root @ samba ~] # Chkconfig -- level 35 smb on
Check whether it is successful:
[Root @ samba ~] # Chkconfig -- list | grep smb
If the result is displayed in red (samba service is automatically run on level 3 and Level 5), the setting is successful:
Smb 0: off 1: off 2: off 3: on 4: off 5: on 6: off
4. Service Configuration:
Samba service c
nameSSHD_CONFIG–OPENSSH SSH Server Daemon configuration fileOutline/etc/ssh/sshd_configDescribeSshd reads the configuration information by default from the/etc/ssh/sshd_config file (or the file specified by the-F command-line option).A configuration file is made up of "instruction value" pairs, one per line. Blank lines and lines that begin with ' # ' are ignored
XML configurationAdvantages: Centralized configuration, code configuration separation more convenient managementDisadvantage: Complex, compilation period is not easy to find errorsJavaconfig ConfigurationAdvantages: Simple Code,Disadvantage: The domestic XML configuration method is more, not easy to be accepted by peopleSteps to use:1. Write the annotations on th
The last time I used a Web environment with Aliyun, I always couldn't find the document when I was working, and I put it back here:The total directory is/root/build_site (remember not to delete)1 below the Software directory/root/build_sitehas three directoriesApache_site contains a script file that creates a site, manages a site, and deletes a site.mysql_db inside, set up a database, manage the database, delete the database script files.Conf contains a number of Web site
This example is under Wiondws XP
IIS5.1
php5.2.1 (Zip)
MySQL5.0.37
phpmyadmin2.10.0.2
ZendOptimizer-3.2.6
Installation and configuration of
installation of IIS
1 Install the Windows XP SP2 system installation CD in the optical drive
2 in Control Panel > Add/Remove > Add/Remove Windows Components > Windows Components Wizard Select Internet Information Services (IIS)
3 Click Next to File replication until the installation is complete
4 Complete
/openssl-1.0.0g.tar.gz
Tar xvzf openssl-1.0.0g.tar.gzCD openssl-1.0.0g
And then:./config--prefix=/usr/local/ssl Shared zlib-dynamic Enable-camellia
Then execute:Make depend
Make
Make Test
Make install
Edit/etc/ld.so.conf, add to Paths/usr/local/ssl/lib (can be directly in/ETC/LD.SO.CONF.D
File
folder and then create a. conf file, copy the/usr/local/ssl/lib to the inside, and in the existing. conf file
Add/usr/local/ssl/lib this path, anyway ld.so.conf contains all the. conf files in th
asp+| concept
Hierarchy configuration system
As we have discussed, multiple profiles can exist in different directories on the server. When a request for a detailed URL arrives, asp+ calculates the URL's setting in the hierarchy style and uses the configuration file that is positioned in the path for the requested URL.
For example, the structure of a site is as follows:
Application Root
|-----SUBDIR1
|---
A few days ago I sent an article about the configuration of AR, I helped a friend who just learned ar to do a small example after writing, inside I adopted the Iconfigurationsource,activerecord is in Web.config configuration, In fact, ActiveRecord can be written in other places or dynamic configuration is also possible, such as the use of XML to configure, with H
In hibernate , you can configure many kinds of databases, such as MySql , sql Server , and oracle
. Here are a few major databases 1. MYSQL Connection Configuration MYSQL Hibernate connection settings for the database, in the hibernate.cfg.xml file --> - true indicates that the SQL sent by Hibernate to the database is displayed -- dialect, this is MySQL ---- number of database records read- once-- set the dat
http://www.lishiming.net/thread-6519-1-1.html Apache rewrite related, later onApache restricts the specified user_agent http://www.lishiming.net/thread-1033-1-1.htmlApache restricts certain directories from being accessed through rewrite implementation http://www.lishiming.net/thread-3587-1-1.htmlApache rewrite appears dead Loop http://www.lishiming.net/thread-1043-1-1.html One. PHP ConfigurationView the path to the configuration file/usr/local/ph
Tags: thinkphpBecause all applications (projects) of the entire site need to be connected to the database, they should be set up separately in each project's configuration file. In the future if the database connection information has been modified, you have to modify the configuration file one, so it is not suitable for lazy people. Because the near-ink note that thinkphp's project
There are many things worth learning about in the configuration of a Cisco Wireless Router. Here we mainly introduce how to use a vro to set up a PC to share the Internet, including knowledge about DHCP, security, TCP/IP network protocols, and so on.
As a product designed specifically for broadband Internet sharing, a Broadband Router has the advantages of simple and convenient Internet sharing, high security, flexibility and reliability, more and mor
OverviewIn the previous article we introduced the lambda expression configuration (lambda-configuration), where the Entitycache extension method is used to configure the level two cache for domain.Entity Cache ConfigurationOnce, Fabio Maulo did a survey and found that few people configured level two caches in Hibernate.cfg.xml or app. config files, and found that it is common practice to use Entity Cache
Article Title: Server Configuration: Squid configuration details. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Basic Configuration
After the installation is complete, configure the run of Squid (not the previous
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.