wamp============================= Download the latest version after the selection of Chinese settings multi-domain support 1, the domain name in the host file to 127.0.0.1; 2, Apache httpd.conf file Cancellation # Virtual Hosts the next line of comments, in order for the httpd-vhost.conf file to take effect. 3, in the Apache httpd-vhost.conf file to add the domain name and directory configuration information, such as: <virtualhost *:80> ServerName www.canyinyi.com serveralias cany Inyi documentroot "D:/wamp/www/canyinyi" </VirtualHost> 4, cannot access loclhost need to add <virtualhost *:80> ServerName l Ocalhost serveralias localhost documentroot "d:/wamp/www/" </VirtualHost>
5, wamp2.5 LAN can not access to modify d:/wamp/the contents of the following two drectory
DocumentRoot "d:/wamp/www/" <directory/> allowoverride None order Deny,allow allow from all# Require all denied</directory> <directory "d:/wamp/www/" > Options Indexes followsymlinks allowoverride All order Deny,allow allow from all# Require local</directory>
Need to be accessed via IP address to add
<virtualhost *:80> ServerName 192.168.1.75 documentroot "f:/wamp/www/" </VirtualHost>
Then modify the httpd-vhost.conf file
# onlineoffline Tag-don ' t remove
Below the:
Require local to require all granted memcache==========================1, download Windows version/HTTP// WWW.JB51.NET/SOFTS/44843.HTML2, open the command window with CMD, go to the extracted directory, and enter "Memcached.exe-d install". (Can be deleted with SC delete memcached) 3, hit the task Manager--service, you can see that memcached is already on the above, if not started, then manually start a bit. 4. Use the Telnet command to verify that the cache server is available. Telnet 127.0.0.1 11211, enter Statr View status in Tlenet to install successfully. If the Telnet command is not available (Win7 does not have the Telnet feature installed by default, you can not use the Telnet command at all), you may go to "Control Panel"-"program" (in the bottom left corner)---"Turn Windows features on or off", tick "Telnet client", OK to work properly) 5, install PHP corresponding version of the memcached DLL extension (PHP5.2, 5.3, 5.4, 5.5 php_memcache.dll extension http://pan.baidu.com/share/link? shareid=2718974422&uk=3978399093) (PHP version nts and TS that do not adopt thread-safe None and thread safety, safe, can be phpinfo to see if the adoption, Then select the corresponding version of the DLL file, copy the DLL file into the Ext folder 6, add a line in php.ini ' Extension=php_memcache.dll, reboot. 7, PHP test is available <?php$memcache = new Memcache; $memcache->connect (' localhost ', 11211) or Die ("Could not Connect");// Save Data $mem->set (' Key1 ', ' This is Fidddrst value ', 0, $), $val = $mem->get (' key1 '); echo "Get Key1 Value:". $val. " <br/> ";> submit text2========================== Install the package control1, press CTRL + ' bring up the console and execute the following code: Import urllib2,os;pf= ' package control.sublime-package '; Ipp=sublime.installed_packages_path (); Os.makedirs (IPP) Ifnotos.path.exists (IPP) Elsenone;urllib2.install_opener (Urllib2.build_opener (urllib2. Proxyhandler ())), open (Os.path.join (IPP,PF), ' WB '). Write (Urllib2.urlopen (' http://sublime.wbond.net/' +pf.replace ( ', '%20 '). Read ());p rint (' Please restart Sublime Text to finish installation ') 2, restart SUBLIMT after Perferences->package You see the package control item in Settings, the installation succeeds. 3, press Ctrl+shift+p to bring up the command panel input install package installation plug-in, must be installed as follows: (1) Emmet, quickly write HTML (2) Bracket Highlighte Highlight () {} (3) thinkphp (4) jquery (5) prefixr CSS3 private prefix auto-complete
(6) Right-->navigate to definition jumps to the location of the function declaration in the Ctags document
Installing the plugin also requires installing the CTags command in the CTags plugin Readme file (CTags binary) has
The downloaded ctags58 file is extracted to a directory that has only English names, such as c:/ctags58
Modify the Ctags configuration file: The modification method is to copy the configuration in Defaut to user in preferences->package settings->ctags modify "command": Value "c:/ctags58/ Ctags.exe "; When used, right-ctags:rebuild the left-hand tree tages The index file of the. Tag is created in the directory to be used. (7) Docblockr Comment plug-in, enter/** at the beginning of the function press the TAB key
Git turtle version key generation
1. Please install the GIT and tortoisegit programs first.
2. Run Git bash, enter ssh-keygen-t rsa-c [email protected](your mailbox) return to the public key name, and then set the password, confirm the password. The public key file is generated in the C:\Users\Ad The Ministrator directory.
3. Run the Puttygen program in Tortoisegit, import the file (pub suffix) that you just claimed to be, and then save it as a file with the suffix named PPK and save it as a file with the suffix PPK.
4. Run the pageant program in Tortoisegit and import the PPK file you just generated (let the program run in the background).
5. OK, now use Tortoisgit clone.
Common Software Installation