-
# code snippets
https://github.com/xgqfrms/FEIQA/tree/master/000-xyz/templates
-
# HTTPS & SSL & localhost
> https://localhost
https://github.com/xgqfrms/FEIQA/issues/43#issuecomment-421241295
-
# freecodecamp
https://chinese.freecodecamp.org/news/ghost/#/staff/xgqfrms
https://www.freecodecamp.org/chinese/news/author/xgqfrms/
https://www.freecodecamp.org/chinese/news/
## freeCodeC…
-
# HTML 代码结构
> 按照 HTML5 语义话结构
```html
title
copyriht © xgqfrms 2…
-
# html template & codes snippets
```html
```
***
# HTML5 T…
-
# js & get selected text
https://stackoverflow.com/questions/3170648/how-to-get-javascript-select-boxs-selected-text
```js
const getSelectionText = () => {
let selectedText = ``;
…
-
# VS Code Manual
## command-line
https://code.visualstudio.com/docs/editor/command-line
```sh
# Sometimes you will want to open or create a file.
# If the specified file does not …
-
# vue template
```js
$1
const log = console.log;
export default {
name: "$1",
components: {},
props: {
name: {
type: String,
required: false,
defau…
-
# VS Code & code snippets batch export
> feature wanted
![image](https://user-images.githubusercontent.com/7291672/64147497-069bec00-ce53-11e9-9e02-834b31d465e8.png)
# .bat
> 批量 batch
h…
-
# all web page events all in one
```html
all web page events all in one
pre#app {
color: #0f0;
background: #000;
pad…