1、大于2个单词则采用缩写规则,否则不用缩写。2、缩写的规则采用国际惯用方法:元音字母剔除法,首字母除外。使用单词的头一个或几个字母。组合单词使用如下规则:3、使用变量名中每个有典型意义的单词。...
主要内容Markdown是什么?谁创造了它?为什么要使用它?怎么使用?谁在用?尝试一下正文1. Markdown是什么?Markdown是一种轻量级标记语言,它以纯文本形式(易读、易写、易更改)...
{ "extends": "stylelint-config-standard", "plugins": [ "s...
1.改 Mysql 配置文件 my.cnf(默认位置/etc/my.cnf)[client] default-character-set = utf8mb4 [mysql] default-ch...
环境变量配置http-client.env.json{ "development": { "host": "dev.mcake.admi...
.eslintrc{ // 环境定义了预定义的全局变量。 "env": { //环境定义了预定义的全局变量。更多在官网查看 "browser&quo...
js error log report(function () { // 统计域名 && 1px base64 image data var analyticsDom...
js 埋点统计数据/* * 埋点数据: { timestamp, actionName, actionValue, function1, function2, function3, * pl...
git-log-weekly-report 生成周报#!/bin/bash# Generates git changelog grouped by day and output it to fi...
<?phpdefine('dir', __DIR__);$dirArr = explode('/', dir);$md = dir . '/' . $dirArr[count($dirAr...