当前位置:网站首页>Programming - common sense CS
Programming - common sense CS
2022-07-21 15:27:00 【Come on, jump】
\u0001
Hexadecimal escape sequence : Such as \x1abf4 , Any number of hexadecimal digits can be used , Until it is not a hexadecimal digit ;
16 Bit universal character name (universe-character name):\u It has to be followed by 4 Hexadecimal numbers ( If there are less than four digits, fill them with zeros ), Express Unicode In the 0 to 0xFFFF Code points within ( But it doesn't mean 0xD800 To 0xDFFF Code points within ,Unicode Within the specified code range , Does not represent the character );
32 Bit universal character name :\U It has to be followed by 8 Hexadecimal numbers ( If there are less than eight digits, fill them with zeros ), Express Unicode All possible code points in ( except 0xD800 To 0xDFFF outside )
Java The character type in takes two bytes , Because it supports Unicode Character set . stay C The language used is ASCII Character set , So its character type only takes one byte .Unicode The character set is used to support all languages in the world ,ASCII The character set is just a subset of it , To be exact , It is Unicode The first part of the character set 255 Characters . therefore , all ASCII All characters in the character set are Unicode Legal characters in the character set .Unicode The characters of a character set are often represented in hexadecimal , for example ‘\u0000’、‘\u0028’、‘\uffff’ etc. . It ranges from ‘\u0000’ To ‘\uffff’, among ‘\u0000’ To ‘\u00ff’ yes ASCII Characters in the character set .‘\u’ It is also an escape character , Used to indicate that the next four hexadecimal digits are Unicode Character code .
-D
usage : -DpropertyName=propertyValue
effect : Configure the target parameters of the plug-in
example , For example, we often use maven Execute the local installation command install Skipping unit tests is mvn install -Dmaven.test.skip=true.
Parameters -D yes Java Self contained , Its function is to set Java System properties of ,Maven Just reuse this parameter . Then you can check the system properties when preparing the plug-in , Then the global configuration of plug-in parameters is realized .
UUID
msg | analysis | remarks |
---|---|---|
36 position | ||
Remove the center line 32 | ||
Distribution 8–4–4–4–12 | ||
springboot Priority of configuration file
priority
Command line mode > Configuration file mode
The order in which the configuration file is read is :properties->yaml->yml;
bootstrap and applicaton
bootstrap Load takes precedence over applicaton.bootstrap Mainly used to load configuration information from additional resources , You can also decrypt properties in the local external configuration file .
java The secret of startup
java [options] -jar xxx.jar [arguments]
msg | analysis | remarks |
---|---|---|
among [options] Express Java Optional configuration information of the running environment , It will affect java Running environment , Is the key to performance tuning , And you can pass multiple options . | ||
[arguments] It represents the parameters of the program itself , It will be sent to main In the parameter array of the function , Used by the program itself . |
first options There are three categories
many? Space off
msg | analysis | remarks |
---|---|---|
Standard Options | -D | -Dfile.encoding=UTF-8 -Dspring.profiles.active=dev |
Nonstandard Options | -X For the identity , be used for java tuning | -Xms1024mJava The initialization size of the heap is set to 1G |
Unstable Options | Unstable options are also nonstandard , It is equivalent to a subset of non-standard options , Are subject to -XX start | XX:+UseG1GC Use G1 Garbage collector .XX:+PrintGCDetailsGC Enter the details of garbage collection in the log XX:OnOutOfMemoryErrorOOM Time output dump file . |
边栏推荐
- Lambda表达式
- (2022 version) zero foundation entry network security /web security, collecting this article is enough
- 福昕软件亮相2022年全国化工企业数智化转型发展论坛
- 第二章 第八节:列表的增删改查
- [daily question] 1260 2D mesh migration
- Visual Studio 好用的插件分享
- Moment plug-in - time formatting
- 中金证券是正规证券公司嘛?股票开户安全吗?
- Introduction to spinlock
- On the surface, the meta universe may fundamentally change people's way of production and life
猜你喜欢
为什么软件开发有人选择报价高的?那他们是不是亏了?
第二章 第五节:查找和判断
WinForm版本更新(简易版)
第二章第九节:练习答案
Spark SQL compilation module - lexical and parser antlr4 (I
第二章第二节:字符串 索引和切片
Can physical layer introduction
Okaleido tiger NFT is about to log in to binance NFT platform, and the future market continues to be optimistic
第二章第十一节:元组
DAMA-第四章(数据架构)
随机推荐
Section 2 of Chapter 2: string index and slicing
[binary tree] maximum product of split binary tree
asp. Net -gridview's own delete line item hyperlink usage (deletebutton)
Research Report - visible light communication and visible light positioning
Press the delete key in the gridcontrol of devaxpress to delete the selected line item
面试中常见的的 web 安全问题
PHP人才招聘網站源碼
DAMA-第十一章(数据仓库与商务智能)
Spark Sql编译模块-词法、语法分析器Antlr4(一
第二章第十一节:元组
Section 14 of Chapter 2: the concept of dictionary
Okaleido tiger NFT is about to log in to binance NFT platform, and the future market continues to be optimistic
DevExpress TreeList 实现父节点列值选中,其下子节点也全部选中
(2022 version) zero foundation entry network security /web security, collecting this article is enough
C # singleton mode
token与refresh_token
XQilla2.3.2解析查询
福昕软件亮相2022年全国化工企业数智化转型发展论坛
解决npm 安装 nrm遇到报错问题SyntaxError: Unexpected token import
asp. Net - edit hyperlink event