the opening of the micro-letter Interface
The micro-letter opened its nine-port service number at the end of last year, allowing some of its functions to be used by third parties outside of the micro-mail app, thus greatly increasing the likelihood of the extension of the micro-credit function. The micro-letter itself has a background, but very simple, if you want to achieve more complex functions, you need custom development, when the interface opened, Dru
Reprint Please specify source: http://blog.csdn.net/panjunbiao/article/details/9860849
Today will try to upgrade the Drupal website from 7.22 to 7.23, below is the upgrade note.
1. Set the site to Maintenance mode (in configuration-development)
2. Back up the MySQL database
Mysqldump-uroot-p drupaldb > Drupaldb-20130809-1450.sql
3. Download the new Drupal kernel and unzip it
CD ~ wget http://ftp.drupal.o
Locally, we can use the Docker for Windows or Docker for MAC as the development environment for the application. However, if you plan to use Docker data volumes to store the application code, especially the application of the file more, such as Drupal, you will feel particularly slow when running it. This is because Docker for Windows and Docker for MAC use localized virtual technology to provide us with a more downstream experience, but the performan
By default, Godaddy only supports Drupal to 7.22. Currently, Drupal has been upgraded to 7.28. After Drupal 7.22 is installed, it can only be upgraded manually.
Install Drupal in: https://hostingconnection.godaddy.com/Application/Drupal.aspx
Go to Administration> Configuration> Development> Maintenance mode. Check th
Reprint: HTTPS://YPLAM.COM/POST/79Drupal Console is a set of command-line tools for Drupal 8 that generates Drupal 8 template code and can interact with Drupal 8 apps.The Drupal Console is a bit similar to the familiar Drush, but offers a different function that can be used in conjunction with Drush.Installation$ curl
Install httpd, mariadb, and PHP, start httpd and mariadb, and create a database of UTF-8 character sets.
Download Drupal core and Drupal Translations 2 files on the Drupal website: drupal-7.34.tar.gz drupal-7.34.zh-hans.po .
tar xzvf dr
It's easy to build complex and dynamic content using Drupal. But a little careless, you will pay the price for this easy. Complex database queries and costly calculations can lead to page performance problems when users view certain complex and dynamic pages. One solution is to turn on page caching in the DRUAPL background page. When the page cache is turned on, you can significantly reduce the number of database queries on some pages to improve page
What skills are needed in Drupal development? Here, let's take a look at the big screen (see below)According to the diagram above, a table is probably listed:
Technical Direction
Detailed Description
Community personnel
drupal.org account, post, organize and participate in the offline party, QQ Group, etc.
Content editing
Site comments, content, automatic publishing, audit and other skills. Menus, users,
Drupal uses the. info file to save the basic data about theme and modules (metadata ).
Encoding: UTF-8 is recommended, that is, BOM (byte order mark) is not included ).
The following is an example of. info.
name = Really Neat Widgetdescription = Provides a really neat widget for your site's sidebar.core = 7.xpackage = Viewsdependencies[] = viewsdependencies[] = panelsfiles[] = tests/example.testconfigure = admin/config/content/example
Its attributes i
Drupal uses cURLPost to send an object. This article introduces how Drupal sends a file through cURLPost. if you are using Drupalcms, please refer to it. As we all know, PHP's cURL extension can be used in this article to introduce how Drupal sends a file via cURL Post. if you are using Drupal cms, please refer to it.
Drupal reads the Excel file and imports it to the mysql database program code. This article introduces How to Read Excel from Drupal and import it to the mysql database. here we will introduce the use of the excel plug-in PHPExcel, PHPExcel is used to operate the OfficeExcel document. This article introduces How to Read Excel from Drupal and import it to the mysq
If you have met a large-scale Drupal project, you may have found that the files directory is too large to be a huge challenge to development. How to keep the development server (or your personal computer) synchronized with these files is a very painful thing, but if you do not, often because the user uploaded files or attachments can not be used, so that many important issues in the site development process can not be found.There are many ways to solv
bound the website domain name to the/sites level. To solve this problem, we can easily find/drupal/sites/all/default. /settings. php (by the way, it is also in this file to modify the Mysql link password) [php] $ databases = array ('default' => array ('database' => 'drupal _ flabc ', 'username' => 'root', 'Password' => '000000', 'host' => 'localhost', 'Port' => '', 'driver '=> 'mysql', 'prefix' => '',); tu
This article mainly introduces Drupal using Phpexcel to read Excel and import the database example, the need for friends can refer to the following Phpexcel is a PHP class library that is used to manipulate office Excel documents, based on Microsoft's OPENXML Standard and PHP language. You can use it to read and write spreadsheets in different formats, such as Excel (BIFF). xls, Excel 2007 (Officeopenxml). xlsx, CSV, Libre/openoffice Calc. ODS, Gnum
0 reply content: 1. Your understanding of Drupal. If you do not know about Drupal development, do not accumulate, do not provide guidance, and give up.
2. Project expectations. If the business logic between entity is very complex and the process is very long, it cannot be implemented using rule.
3. Most Powerful modules are not used. Drupal itself is powerful a
Php Chinese network (www.php.cn) provides the most comprehensive basic tutorial on programming technology, introducing HTML, CSS, Javascript, Python, Java, Ruby, C, PHP, basic knowledge of MySQL and other programming languages. At the same time, this site also provides a large number of online instances, through which you can better learn programming... Reply: 1. your understanding of Drupal. If you do not know about
Reply content:1. How much you know about Drupal. If you do not understand the development of Drupal, did not accumulate, no guidance, decisively give up.
2, the project is expected. If the complexity of the business logic between the entity is very high, the process is very long, can not be implemented by the rule, give up decisively.
3, most of the powerful module is not used.
There is no best CMS in the world, and only the most suitable one. The recent drupalcamp conference was held in Helsinki, Finland, called exove.The local company provided a demonstration of the four major CMS platforms, Drupal, WordPress, EZ publishAnd CMS Made SimpleA horizontal comparison was conducted. Drupal vs. WordPress
WordPress has its advantages. It has surpassed a blog platform.CommunityThe field
Phpexcel is a PHP class library for working with Office Excel documents, based on the Microsoft OPENXML Standard and PHP language. You can use it to read and write spreadsheets in different formats, such as Excel (BIFF). xls, Excel (Officeopenxml). xlsx, CSV, Libre/openoffice Calc. ODS, Gnumeric, PDF , HTML, and so on.
One, Drupal calls Phpexcel through the libraryAfter downloading the phpexcel, upload it to the
This article to introduce a Drupal through the Curl post to send a file implementation, if you are using Drupal cms do not go into the reference oh.
It is well known that PHP's curl extension can be used to simulate form submissions. There is a drupal_http_request function in Drupal to execute an HTTP request that can send a file by post, but it is not as easy to
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.