current location: Home  >  Download  >  Manual Download  >  Other manuals  >  hive function encyclopedia Chinese WORD version

hive function encyclopedia Chinese WORD version

hive function encyclopedia Chinese WORD version

This document describes the hive function in detail; it is relatively comprehensive and I hope it will be helpful to everyone's study; interested friends can come and take a look at the catalog 1. Relational operations: 4 1. Comparison of equal values: = 4 2. Comparison of unequal values : 4 3. Less than comparison: < 4 4. Less than or equal to comparison: 5 6. Greater than or equal to comparison: >= 5 7. NULL value judgment: IS NULL 5 8. Non-null value judgment: IS NOT NULL 6 9. LIKE comparison: LIKE 6 10.J
Classify:   Manual Download / Other manuals Release time:  2024-01-29 visits:  1528
Download:  65
Click to download
More>

Latest Downloads

‎Horror Beat Phase Maker

Dive into music beat games with horror beat phase maker.Drag and drop sounds and beats on characters, and make them sing.Create your own tracks.Have fun
376 2025-03-03

‎Himalayan Children

[Himalayan Children] I love to listen to stories and be smarter [Himalayan Children] is officially produced by Himalaya and is carefully created for children aged 0 to 12. It covers children's knowledge and growth sectors such as Chinese enlightenment, English enlightenment, children's graded reading, popular science albums, classic IP animation, Chinese studies history, adventure stories, etc. We have strategically cooperated with Oxford University Press to develop exclusive Oxford Tree bilingual elaborate animations, with more than 1,170 Oxford Tree online picture books built-in to accompany children to easily complete English enlightenment and advancement. Exclusively cooperated with Beijing Normal University to develop, adapt to the laws of children's psychological development, accurately recommend age-dividing content, and fully meet children's listening and
768 2025-03-03

‎Zebra AI

Zebra AI, specializing in providing professional digital content. The R&D center is led by masters and doctoral graduates from prestigious universities at home and abroad, and independently develops a scientific and effective zebra content system. Zebra AI has cultivated all-round capabilities through a complete age-division system and professional and interesting digital content, focusing on achieving comprehensive development. [Big Brand Guaranteed] - Zebra AI Science was selected as a key topic in the 13th Five-Year Plan and selected as a domestic digital content brand - Zebra AI Science has obtained a total of 75 exclusive patents and is applied to interactive applications - Zebra AI Science has obtained Lens Graded Reading Certification - Zebra AI Science was included in the mobile Internet Education App registration [Content Introduction] 1
800 2025-03-03

‎Supermarket Manager Simulator

This is the ultimate supermarket simulation game that allows you to experience how to manage a supermarket. You will control every detail, from shelf display to employee management, turn your small supermarket into the most popular large supermarket in the town, come and experience this supermarket cashier simulation game! Game Features: Shelf Replenishment and Organization: Keep your supermarket shelves in sufficient goods and organize goods efficiently to ensure that customers can quickly find the goods they need, all in this supermarket simulation game. Dynamic pricing strategy: Flexible adjustment of prices according to market trends, attract more customers and maximize profits, compete with this supermarket management game
717 2025-03-03

Red Alert Online

The mobile game "Red Alert Online" is a strategy mobile game developed by Beijing Youai Interactive Entertainment Technology Co., Ltd. The game was officially launched for public beta on January 17, 2019. "Red Alert Online" is the only authentically authorized Red Alert game in China. It is a new mobile game developed based on the classic PC game "Red Alert". The game tells the story of Yuri, who attempts to launch a ghost invasion to control the hearts of humans around the world in order to carry out his revenge plan. Players can assume the role of a commander, build their own camp, recruit more subordinates, and work with other players to resist the invasion of ghosts. The game has combat training elements such as heroes, strategies, and chips, and also introduces PVP gameplay such as Tiberium Wars, joint military exercises, and sailing expeditions.
270 2024-11-28

Delta Force

"Delta Force" is a new generation of tactical shooting quality benchmark game developed and operated by Linlangtiantian team. PC and mobile versions will be officially launched in September! Will continue to log in to the host platform in the future. You will transform into a special operations operator, work closely with your teammates, flexibly formulate tactics, complete various seemingly impossible extreme tasks, and gain a rich and exciting combat experience.
796 2024-11-27

Pokémon UNITE

Pokémon UNITE is the first Pokémon series team strategy battle game jointly developed by Tencent Tianmei Studio Group and The Pokémon Company. It is available for Android, iOS and Nintendo Switch.
0 2024-11-26

‎Fantasy Aquarium

"Fantasy Aquarium" is a fantasy adventure game that allows players to explore the mysterious underwater world. In this imaginative aquarium, players will play the role of an aquarium manager and experience the fun of a fantasy world by managing and caring for various magical creatures. Game features: Diverse creatures: There are various fantasy creatures living in the aquarium, such as mysterious crystal fish, light mermaids, etc. Each creature has a unique appearance and characteristics. Interaction: Players can interact with the creatures in the aquarium, feed, play, and even perform tasks to make the creatures get closer to you. Decoration construction: You can decorate the aquarium according to your own preferences and customize it
0 2024-05-08

‎Girls Frontline

"Girls' Frontline" is a strategy role-playing game developed by SUNBORN Games. In this future world, humans and robot girls are fighting. You will play the role of a commander and lead a unique army of robot girls in a series of thrilling battles. Game features: A huge camp of robot girls: Collect and train robot girls with different styles and abilities to build your own strongest team. In-depth plot setting: Communicate with the robot girls and gain a deeper understanding of their story backgrounds, providing support and encouragement to them in battle. Exquisite battle graphics: Enjoy gorgeous battle scenes
0 2024-05-06

‎Wings of Stars

"Star Wings" is a 3D competitive game that perfectly combines mecha girl elements with classic GVG fighting gameplay. In the game, players will control a mecha girl with powerful combat power to engage in fierce 1V1 and 2V2 battles on the exciting battlefield, feeling the unparalleled charm of competition. The game uses high-precision 3D modeling technology to present gorgeous graphics. Each mecha is unique and delicately depicts the mechanical structure full of technology and the graceful figure of the girl, as if it is an animated blockbuster active in the palm of your hand. The beautiful girl pilots each have their own charms, and their different personality traits are revealed through their voices and actions.
521 2024-05-06
Download homepage / Manual Download / Other manuals

This document describes the hive function in detail; it is relatively comprehensive and I hope it will be helpful to everyone's study; interested friends can come and take a look

Directory

1. Relational operations: 4
1. Equivalence comparison: = 4
2. Comparison of unequal values: <> 4
3. Less than comparison: < 4
4. Less than or equal to comparison: <= 4
5. Greater than comparison: > 5
6. Greater than or equal to comparison: >= 5
7. NULL value judgment: IS NULL 5
8. Non-null judgment: IS NOT NULL 6
9. LIKE comparison: LIKE 6
10. LIKE operation in JAVA: RLIKE 6
11. REGEXP operation: REGEXP 7
2. Mathematical operations: 7
1. Addition operation: + 7
2. Subtraction operation: - 7
3. Multiplication operation: * 8
4. Division operation: / 8
5. Remainder operation: % 8
6. Bit AND operation: & 9
7. Bitwise OR operation: | 9
8. Bit XOR operation: ^ 9
9. Bit negation operation: ~ 10
3. Logical operations: 10
1. Logical AND operation: AND 10
2. Logical OR operation: OR 10
3. Logical NOT operation: NOT 10
4. Numerical calculation 11
1. Rounding function: round 11
2. Specify the precision rounding function: round 11
3. Round down function: floor 11
4. Round up function: ceil 12
5. Rounding up function: ceiling 12
6. Get a random number function: rand 12
7. Natural exponential function: exp 13
8. Base 10 logarithmic function: log10 13
9. Base 2 logarithmic function: log2 13
10. Logarithmic function: log 13
11. Power operation function: pow 14
12. Power operation function: power 14
13. Square root function: sqrt 14
14. Binary function: bin 14
15. Hexadecimal function: hex 15
16. Reverse hexadecimal function: unhex 15
17. Base conversion function: conv 15
18. Absolute value function: abs 16
19. Positive remainder function: pmod 16
20. Sine function: sin 16
21. Arcsine function: asin 16
22. Cosine function: cos 17
23. Arc cosine function: acos 17
24. positive function: positive 17
25. negative function: negative 17
5. Date function 18
1. UNIX timestamp to date function: from_unixtime 18
2. Get the current UNIX timestamp function: unix_timestamp 18
3. Date to UNIX timestamp function: unix_timestamp 18
4. Convert date in specified format to UNIX timestamp function: unix_timestamp 18
5. Convert date and time to date function: to_date 19
6. Date conversion function: year 19
7. Date to month function: month 19
8. Date to day function: day 19
9. Date to hour function: hour 20
10. Date to minute function: minute 20
11. Date to second function: second 20
12. Date week rotation function: weekofyear 20
13. Date comparison function: datediff 21
14. Date add function: date_add 21
15. Date reduction function: date_sub 21
6. Conditional function 21
1. If function: if 21
2. Non-empty search function: COALESCE 22
3. Conditional judgment function: CASE 22
4. Conditional judgment function: CASE 22
7. String functions 23
1. String length function: length 23
2. String reversal function: reverse 23
3. String concatenation function: concat 23
4. Delimited string concatenation function: concat_ws 23
5. String interception function: substr, substring 24
6. String interception function: substr, substring 24
7. String to uppercase function: upper,ucase 24
8. String to lowercase function: lower,lcase 25
9. Space removal function: trim 25
10. Function to remove spaces on the left: ltrim 25
11. Function to remove spaces on the right: rtrim 25
12. Regular expression replacement function: regexp_replace 26
13. Regular expression parsing function: regexp_extract 26
14. URL parsing function: parse_url 26
15. json parsing function: get_json_object 27
16. Space string function: space 27
17. Repeat string function: repeat 27
18. The first character ascii function: ascii 28
19. Left complement function: lpad 28
20. Right complement function: rpad 28
21. Split string function: split 28
22. Set search function: find_in_set 29
8. Set statistical functions 29
1. Count statistical function: count 29
2. Sum statistical function: sum 29
3. Average statistical function: avg 30
4. Minimum statistical function: min 30
5. Maximum statistical function: max 30
6. Non-empty set overall variable function: var_pop 30
7. Non-empty set sample variable function: var_samp 31
8. Overall standard deviation function: stddev_pop 31
9. Sample standard deviation function: stddev_samp 31
10. Median function: percentile 31
11. Median function: percentile 31
12. Approximate median function: percentile_approx 32
13. Approximate median function: percentile_approx 32
14. Histogram: histogram_numeric 32
9. Composite type construction operation 32
1. Map type construction: map 32
2. Struct type construction: struct 33
3. Array type construction: array 33
10. Complex type access operations 33
1. Array type access: A[n] 33
2. Map type access: M[key] 34
3. struct type access: S.x 34
11. Complex type length statistical function 34
1. Map type length function: size(Map<K.V>) 34
2. Array type length function: size(Array<T>) 34
3. Type conversion function 35

Statement of this Website
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn

Related recommendations

Android development tutorials and notes pdf version

Android file access and database programming knowledge. File operations mainly include reading files, writing files, reading static files, etc. It also introduces creating, adding file content and saving, opening files and displaying the content; database programming mainly introduces the SQLite database. The use includes knowledge of creating, deleting, opening databases, non-query SQL operation instructions, query SQL instructions-cursors, etc.
Mobile terminal
2024-02-29

Unity3d game development camera switching Chinese WORD version

This document mainly talks about camera switching in unity3d game development; I hope it will be helpful to everyone; interested friends can come and take a look.
Other manuals
2024-02-29

Android Chinese API collection chm version

Android Chinese Translation Group - A collection of Android Chinese APIs. API documentation (Reference) is the basis of Android development. In the past three years (2007-2010), the official Chinese version of the API has not yet been released. The Android Chinese Translation Group has gathered a group of people to engage in Android development. People, forum moderators, college students, graduate students, etc. use their spare time to translate Android APIs. The number of people has grown from 1 to 80, and the number of published translations has ranged from 1 to 50.
Mobile terminal
2024-02-29

Lucene learning and summary Chinese WORD version

This document mainly talks about the learning and summary of Lucene; Lucene is an efficient, Java-based full-text search library. I hope this document will help friends in need; interested friends can come and take a look.
Other manuals
2024-02-29

Maven series

Some companies do not provide external networks for programmers, so maven cannot be used to access remote warehouse addresses, so it is necessary to find a machine in the LAN that has external network permissions; build a nexus private server, and then programmers connect to this private server In this case, you can access the maven remote warehouse through this computer with a nexus private server. Interested friends can come and take a look
Other manuals
2024-02-29

Netty code analysis Chinese WORD version

This document mainly talks about Netty code analysis; Netty provides asynchronous, event-driven network application framework and tools to quickly develop high-performance, high-reliability network server and client programs; friends in need can download and read look
Other manuals
2024-02-29

windows thinkpad android environment setup problem Chinese WORD version

This document mainly talks about the problems of setting up the Windows ThinkPad Android environment; I hope this document will help friends in need; interested friends can come and take a look.
Mobile terminal
2024-02-29

Detailed explanation of UML class diagram Chinese WORD version

This document mainly talks about the detailed explanation of UML class diagram; in the static mechanism of UML, class diagram is a key point. It is not only the core concern of designers, but also the core concern of implementers. Modeling tools also generate code primarily based on class diagrams. Class diagram occupies a very important position among the 9 diagrams of UML. I hope this document will help friends in need; interested friends can come and take a look.
Other manuals
2024-02-29

Popular Recommendations

php7.3.8 offline Chinese manual (official version)

php7.3.8 official Chinese manual (chm format)

PHP7.2 Chinese manual

PHP Chinese manual download|chm|mobile version|pdf

html5 Chinese manual (CHM version)

HTML5 Chinese manual download (CHM version)

php 5.6 Chinese manual

PHP 5.6 Chinese manual download

PHP7.2 manual (latest version)

php7.2 development manual download CHM version

MySQL 5.1 Reference Manual

MySQL 5.1 Reference Manual Download
database
2017-02-10

HTML Chinese Manual (CHM version)

HTML Chinese manual (CHM version) download

Linux command list

Linux command encyclopedia download

ThinkPHP5.0 Development Manual

ThinkPHP5.0 Chinese complete manual download

JavaScript Reference Manual

JavaScript complete reference manual download