Sass @while Sass @while The @while rule, written @while <expression> { ... }, evaluates its block if its expression returns true. Then, if its expression still returns true, it evaluates its block 2021-02-19 Software FrontEnd Sass FlowControl
Sass @for Sass @for The @for rule, written @for <variable> from <expression> to <expression> { ... } or @for <variable> from <expression> through <expression> { 2021-02-19 Software FrontEnd Sass FlowControl
Sass @if&@else Sass @if&@else @if The @if rule is written @if <expression> { ... }, and it controls whether or not its block gets evaluated (including emitting any styles as CSS). The expression 2021-02-19 Software FrontEnd Sass FlowControl
Sass Mixins Sass Mixins Some things in CSS are a bit tedious to write, especially with CSS3 and the many vendor prefixes that exist. A mixin lets you make groups of CSS declarations that you want to reuse through 2021-02-19 Software FrontEnd Sass
Sass Modules Sass Modules You don’t have to write all your Sass in a single file. You can split it up however you want with the @use rule. This rule loads another Sass file as a module, which means you can refer t 2021-02-19 Software FrontEnd Sass
Sass Nesting Sass Nesting When writing HTML you’ve probably noticed that it has a clear nested and visual hierarchy. CSS, on the other hand, doesn’t. Sass will let you nest your CSS selectors in a way that follows 2021-02-19 Software FrontEnd Sass
Sass Partials Sass Partials You can create partial Sass files that contain little snippets of CSS that you can include in other Sass files. This is a great way to modularize your CSS and help keep things easier to 2021-02-19 Software FrontEnd Sass
Sass Preprocessing Sass Preprocessing CSS on its own can be fun, but stylesheets are getting larger, more complex, and harder to maintain. This is where a preprocessor can help. Sass lets you use features that don’t exi 2021-02-19 Software FrontEnd Sass
Sass Variables Sass Variables Partials Think of variables as a way to store information that you want to reuse throughout your stylesheet. You can store things like colors, font stacks, or any CSS value you think yo 2021-02-19 Software FrontEnd Sass
Git restore Git restore 表示将在工作空间但是不在暂存区的文件撤销更改。 1git restore <file> --staged 作用是将暂存区的文件从暂存区撤出,但不会更改文件。 2021-02-19 Software DevOps VCS Git 基本命令
Apache 虚拟域名 Apache 虚拟域名 修改httpd.conf文件 打开Apache的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号。 1LoadModule vhost_alias_module modules/mod_vhost_alias.so 去掉#意思是启用apache的虚拟主机功能。 1Include conf/extra/httpd-vhosts.conf 去掉 2021-02-19 Software BackEnd Server Apache
正则表达式匹配规则 正则表达式匹配规则 基本模式匹配 模式:是正规表达式最基本的元素,它们是一组描述字符串特征的字符。 模式可以很简单,由普通的字符串组成,也可以非常复杂,往往用特殊的字符表示一个范围内的字符,重复出现,或表示上下文,例如: 1^once 这个模式包含一个特殊的字符^,表示该模式只匹配那些以once开头的字符串。 例如该模式与字符串"once upon a time"匹配,与 2021-02-19 Software Tools RegularExpression
正则表达式运算符优先级 正则表达式运算符优先级 正则表达式从左到右进行计算,并遵循优先级顺序,这与算术表达式非常类似。 相同优先级的从左到右进行运算,不同优先级的运算先高后低,下表从最高到最低说明了各种正则表达式运算符的优先级顺序: 运算符 描述 \ 转义符 (), (?😃, (?=), [] 圆括号和方括号 *, +, ?, {n}, {n,}, {n, m} 限定符 ^, $, \任何 2021-02-19 Software Tools RegularExpression
正则表达式元字符 正则表达式元字符 下表包含了元字符的完整列表以及它们在正则表达式上下文中的行为: 字符 描述 \ 将下一个字符标记为一个特殊字符,或一个原义字符,或一个向后引用,或一个八进制转义符,例如,‘n’ 匹配字符 “n”,‘\n’ 匹配一个换行符,序列 ‘\’ 匹配 “\” 而 “\(” 则匹配 " (", ^ 匹配输入字符串的开始位置,如果设置了 RegExp 对象 2021-02-19 Software Tools RegularExpression
计算机英语 计算机英语 专业词汇和发音 单词 ##正确发音 错误发音 access 🔊 ✅ ['ækses] ❌ [ək’ses] Adobe 🔊 ✅ [ə’dəʊbi] ❌ [əˈdub] admin 🔊 ✅ ['ædmɪn] ❌ [ɜ:d’mɪn] agile 🔊 ✅ ['ædʒaɪl] ❌ [ə’dʒaɪl] amazon 🔊 ✅ ['æməzən] ❌ ['əm 2021-02-18 Software Common
数据库系统的基本概念 数据库系统的基本概念 数据 描述事物的符号记录称为数据,数据的含义称为数据的语义,数据与其语义是不可分的。 数据库 是长期存储在计算机内,有组织的,可共享的大量数据的集合。 数据库管理系统 是为位于用户与操作系统之间的一层数据管理软件。 数据库系统 是由数据库,数据库管理系统(及其应用开发工具),应用程序和数据库管理员组成的存储,管理,处理和维护数据的系统。 数据库系统的特点 2021-02-18 Software BackEnd Database 概念
WiFi协议 WiFi协议 802.11b 最高速率11Mbps 调制方式速率(Mbps)DSSS1DSSS2CCK5.5CCK11 调制方式 速率(Mbps) DSSS 1 DSSS 2 CCK 5.5 CCK 11 802.11a/g 最高速率54Mbps 调制方式 码率 速率(Mbps) BPSK 1/2 6 BPSK 3/4 9 QPSK 1 2021-02-18 Network WLAN
电流与线材 电流与线材 线材(AWG) 可承受电流 30AWG 1A 28AWG 1.5A 26AWG 2A 24AWG 3A 22AWG 4A 20AWG 5A 18AWG 7. 5A 16AWG 9. 5A 14AWG 13. 5A 12AWG 18A 10AWG 23. 5A 8AWG 32. 5A 6AWG 47. 5A 4AWG 62 2021-02-18 Hardware Others
USB USB Max Speed Original Renamed Renamed again Marketing name 5 Gbit/s USB 3.0 USB 3.1 Gen 1 USB 3.2 Gen 1 SuperSpeed USB 10 Gbit/s USB 3.1 Gen 2 USB 3.2 Gen 2 SuperSpeed USB 10 Gbps 20 Gbit 2021-02-18 Hardware IO
JSP 连接数据库 JSP 连接数据库 把 mysql-connector-java-<对应版本>-bin.jar 拷贝到 tomcat 下 lib 目录。 MySQL 5 版本:mysql-connector-java-5.1.39-bin.jar MySQL 8 版本:mysql-connector-java-8.0.19.jar* MySQL 8.0 以上版本的数据库连接有所不同: com 2021-02-18 Software Language Java JavaEE JSP