I believe that many developers have started exploring drupal8-download and install the beta version of drupal 8. Developers who haven't started to try drupal 8 can clearly tell us that we will have many new concepts to understand, understand, and use. When we try to write a dru
Drupal 8 -- custom permissions, drupal custom Permissions
In project development, I encountered such a requirement that the title field of the node cannot be edited by the edit content role. The title field is automatically generated when the content type is created. Permissions cannot be directly configured in the drupal8 background, so I need to customize a per
is installed by default. to select a version, add the parameter-select.After the installation is successful, download another varnish module.# Go to the drupal DirectoryDrush dl varnishInstall VarnishThe default CentOS is used as an example. because the Varnish version in the CentOS repository is earlier, you need to import a new repo. then, upgrade the yum software library.For more information, see this l
For details about how to create a module, see Drupal 7 module development and establishment.
If you want to support Chinese characters, the file format must be saved as UTF-8, no BOM
------------------------------
Hook_help provides help information for this module. We shoul
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 =
Preparing the Environment First install a new Drupal, recommend the use of Drush installation, convenient and rapid. First build a database, remember the user and password. # # #进入mysqlMysql-uroot-pCREATE DATABASE ' mydb ' CHARACTER SET UTF8 COLLATE utf8_general_ci;GRANT all in ' mydb '. * to ' username ' @localhost identified by ' password ';### #退出mysql drush installation Drupal7: Drush DL drupal-7.x; #-
Original article: http://blog.sina.com.cn/s/blog_48a770da0100gam5.html
Rare and rare Chinese Drupal view detailed tutorial, transferred from http://www.cc.ntu.edu.tw/chinese/epaper/0009/20090620_9009.htm
Author: programming organization for Educational Research Groups at Tang xuanyuan university computer and network-based Education Center
In this article, we will introduce?The large functions and usage of arguments, relationships and sort
For details about how to create a module, see Drupal 7 module development and establishment.
If you want to support Chinese characters, the file format must be saved as UTF-8, no BOM
------------------------------
To create a separate table for your module, you need to useHo
Related article: Drupal module explain-authcache caching principle detailed tutorial
This article is about how to implement the personalized content of a cached page if you modify Authcache's core code.Advanced application authcache-Dynamic loading content tutorial "/>Common cache, more or less to be personalized processing, such as user name display, dynamic loading of user information, user friends and s
I. Message board installation
The Installation Process of the message board is the same as that of other plug-ins. First, go to the background module management list and click "Install ":
Figure 1
Figure 2
After installing the above steps, we have completed the installation of the message board plug-in.
Ii. unmount the message board
To uninstall the message board, go to the module manageme
This article mainly for everyone to analyze the Book Mall user module, the specific contents are as follows
1, the user module related class creation
Domain:userDao:userdaoService:userdaoWeb.servlet:UserServlet
2, User Registration
2.1 Registration Process
/jsps/user/regist.jsp-> userservlet#regist ()-> msg.jsp
2.2 Registration Page
2.3 Userser
logic of the heartbeat, the application layer of its own use, and its implementation according to the above 3 different methods of use, such as you use TLV, then also need to define a "heartbeat packet" protocol;5. What kind of libraries are used?Generally when the development of the pile module, the two ends of the agreement good transport protocols, such as TLV, then the respective development. You use familiar language such as Java, and further us
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.