just customized/storage/pgsql/9.3/data #service postgresql-9.3 start #启动 # Chkconfig postgresql-9.3 on #加入开机自启动 #service postgresql-9.3 status # View the status of the current PostgreSQL run, as follows postgresql-9.3 (PID 5093) is running ...
The configuration database can be connected using the Pgadmin tool or other tools under Windows;#cd/storage/pgsql/9.3/data#vim postgresql.confCancel #listen_addresses = ' localhost ' line comment and modify to listen_addresses = ' * '#v
Tags: phpize tle terminal title Enter bin Lib Debug linuPrinciple: According to the PHP version in Lampp, compile memcache, reference the corresponding downloaded PHP version, and install the php_config to generate memcache.so file, then put the so file to lamppp corresponding location, and then modify the PHP extension configurationNext with your own LAMPP version of the same PHP source, my PHP version is 5.6.30,http://hk2.php.net/get/php-5.6.30.tar.gz/from/this/mirrorInstall PHP First./configu
When iOS8.0 and OS X v10.10 come, a whole new concept comes to our eyes: Application extensions. As the name implies, the application extension allows developers to extend the functionality of the application, and its fundamental role is to enable users to quickly and easily understand the application's information when using other applications through application extensions. You can develop an applicati
My own preface explains:The original author is Dave Kerr, the original link to the. NET Shell Extensions-shell Context Menus, I was in order to complete the latest needs of the time when the query information found, because too long have not read foreign materials, So in order to exercise the translation, there is a sentence in the text could not be translated.
Download Sharpshell source code-1.8 MB
Download Sharpshell Tools-181.1 KB
Memcache is an extension module for PHP, which should be guaranteed to have PHP environment before installation. First find the Phpize directory (if it is installed via Yum in/usr/bin, if they are not found, then #yum install Php-devel and reboot) after extracting the Memcache compressed package, "into the extracted folder."Next, use Phpzie to compile the memcache into the PHP extension module. #/usr/bin/phpize #./configure--with-php-config=/usr/bin/php-config (at this time if Error:memcache sup
also a special type of file, and his main purpose is to solve the error caused by multiple programs accessing a file simultaneously. FIFO is the abbreviation for first-in-first-out. The first property is [P].Two. linux file name extension1. Extension typeBasically, the Linux file is not the so-called extension, a Linux file can be executed, and his first column of the 10 attributes, and the file name has no relationship at all. This concept is not the same as the Windows situation! Under Window
caused by multiple programs accessing a file simultaneously. FIFO is the abbreviation for first-in-first-out. The first property is [P].Two. linux file name extension1. Extension typeBasically, the Linux file is not the so-called extension, a Linux file can be executed, and his first column of the 10 attributes, and the file name has no relationship at all. This concept is not the same as the Windows situation! Under Windows, the file name extensions
Memcache's job is to maintain a huge hash table in the memory of a dedicated machine to store some of the arrays and files that are often read and written, thus greatly improving the efficiency of the website and reducing the reading and writing pressure of the backend database. You need to install libevent support before installing memcached:1. Installing Memcache Or use the wget link address to getLibevent and Memcachecd/home/Bluetar ZXVF memcached-1.4.5. tar.gz Tar zxvf libevent-1.4.14b-Stabl
(' 127.0.0.1 ', ' root ', '); mysql_select_db(' msg '); $result=mysql_query($sql); while($row=Mysql_fetch_object($result)){ $datas[] =$row; } //Save the result set to memcached $MC->set ($key,$datas);}Var_dump($datas);Output:Note: The SQL statement to be queried is encrypted into a unique key by MD5 (), using the key to go to the Memcached query, if there is already the cache, then return directly, if not, then go to the MySQL database query and then return the results and cache to
a little Apple ': returned 1 matches of 1 total in 0.003 sec displaying matches: 1. document=291, weight=4, prize=1 id=291 Winner_name= Chaoli Subject_name= I'm a little apple School_name= Beijing Haidian District First Kindergarten Sub_url=http://www.xxxxx.com Prize=1 Words 1. ' Me ': Documents, Hits 2. ' Yes ': Documents, Hits 3. ' Little ': 5 documents, 5 hits 4. ' Apple ': 2 documents, 2 hits ------------------above are test results------------------------------ Four Sphinx
------------------------------------------------------------------------------------------------------First explain the following Linux commands:./configure #脚本配置工具./configure--help #查看脚本配置工具configure的命令行选项/usr/local/php/bin/phpize #phpsize命令用于在编译好的PHP中扩展模块[Email protected] Chenwei 1. Download the package you want to install, extract the directory (for example: Phpredis)2. Go to the Package directory (CD Phpredis)3. Execute phpsize command (phpize)4. Configure (./configure--with-php-config=/usr/
pear.php.net.
B. Another way is to use C or C + + to write an external module loaded into PHP.
Pecl (The PHP Extension Community Library) is what this is all about, and the standard extension of PHP can complement the functionality required in actual development. All extensions need to be installed, appearing as DLLs under Windows, and compiled separately under Linux, in the form of C written in accordance with the official PHP standard, although t
(Extest_add, NULL) on the top row of Php_fe_end, Add the function implementation to the code at the end of the file:Click (here) to collapse or openPhp_function (extest_add) {long int a,b,c;if (Zend_parse_parameters (Zend_num_args () tsrmls_cc, "ll", a,b) = = FAILURE) {return;} C=a+b; Return_long (c);}Exit after saving.Sixth step: Open the Config.m4 file to findPhp_arg_enable (Caleng_module, whether to ENABLE caleng_module ... And[--enable-caleng_module enable caleng_module support]) Two lines,
this statement should be put into the php.ini in this area:;;;;;;;;;;;;;;;;;;;;;;; Dynamic Extensions;;;;;;;;;;;;;;;;;;;;;;;It doesn't affect the operation, but it always feels weird! But I still do not go to move it, because all plug-ins are so loaded, each move a bit too much trouble, anyway this can also use!That is, if you want to install the extension using PECL, you need to reinstall the latest version of PHP, direct Brew install PHP can be, pr
JSON data is often used in real-world development work, and there is a need to see if the JSON data returned from the URL address in Google Chrome can be displayed in JSON format.For example, access in Google Chrome: Http://jsonview.com/example.jsonThe effect of the presentation is as follows:After installing the Jsonview extension, the following results are displayed:It is clear that the latter works better. The implementation steps are as follows:1. Download Jsonview Extension Package: Https:/
A few days ago the boss let us learn MongoDB, I am in the Windows environment to install MongoDB extensions encountered some problems, now share the solution, together to learn.
1, first check your PHP version ( in the php file Output phpinfo () ), and confirm that it is thread-safe or not thread-safe (my thread-safe VC6)
My integrated Environment XAMPP version is 1.8.3
php for 5.5.1
2, extended download Address: http://pecl.php.net/package/mongo/1.
Author: zccst
Installed extensions include: SOAP, pdo_mysql, curl, etc.
1, install Curl
Cd/lamp/php-5.2.6/ext/curl
#/usr/local/php/bin/phpize#./configure--with-php-config=/usr/local/php/bin/php-config# make# make InstallHere you will be prompted to generate a file curl.so path:/usr/local/php/lib/php/extensions/no-debug-non-zts-20060613/Into this path, copy curl to the Extension_dir directory (this direc
Applied to: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1
You can use command-line scripting iisext.vbs (stored in systemroot\system32) to enable WEB service extensions. WEB Service extensions must have at least one file associated with the WebSvcExtRestrictionList Metabase property. This command can be performed on a local computer or a remote computer that is running a member
Installation method:
Access with Chrome browser
Https://chrome.google.com/extensions/detail/pjkoglpbigbjijmncfkcpkcpddnelgbm?hl=zh-cn
JSON Format/Compress tool
Install:) under Chrome
1, to build a new folder
2, the establishment of a document named Manifest.json
3, open this Manifest.json file, can be understood as a configuration file:)
Contains the following contents
Copy Code code as follows:
{
' Name ': ' My first Extension
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.