In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you the list of dede members to call suitable for enterprises, personal methods, I believe that most people do not know much about it, so share this article for your reference, I hope you will learn a lot after reading this article, let's go to know it!
How to call dede membership list for enterprises and individuals?
The list of dede members is sorted by registration time, which is suitable for enterprises and individuals. The relevant codes are sorted out as follows. Don't miss the friends you need.
Call 12 enterprise members to sort by registration time
The code is as follows:
{dede:sql sql='select * from dede_member where mtype= "Enterprise" order by mid limit 0J 12'} [field:uname/] {/ dede:sql}
Call 12 individual members to sort by registration time
The code is as follows:
{dede:sql sql='select * from dede_member where mtype= "personal" order by mid limit 0J 12'} [field:uname/] {/ dede:sql}
Detailed explanation
Use the sql tag of dede
Sql statement
The code is as follows:
Select * from dede_member where mtype= "personal" order by mid limit 0Magol 12 mtype= "individual" to determine whether it is a personal type order by mid is arranged by mid (registered ID number) limit 0Magne12 starts with Article 0 data and reads 12 items and returns.
Related call
Transfer 12 of all members
The code is as follows:
{dede:sql sql='select * from dede_member order by mid limit 0JI 12'} [field:uname/] {/ dede:sql}
12 of all members are sorted by the last login time.
The code is as follows:
{dede:sql sql='select * from dede_member order by logintime limit 0JI 12'} [field:uname/] {/ dede:sql}
12 members who have uploaded avatars are sorted by the last login time and their avatars are displayed.
The code is as follows:
{dede:sql sql='select * from dede_member where length (face) > 0 order by logintime limit 0J 12'}
{/ dede:sql} above is all the contents of the dede member list calling methods applicable to enterprises and individuals. Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.