- can override settings by edit "/etc/wsl.conf"
- normally this file is not exists at first
$ sudo vi /etc/wsl.conf
[interop]
appendWindowsPath = false
version: '3' | |
services: | |
sqlite: | |
build: . | |
restart: always | |
image: php:apache | |
volumes: | |
- .:/var/www/html | |
ports: | |
- 7777:80 |
- a 形容词 | |
- ad 副形词 | |
- ag 形容词性语素 | |
- an 名形词 | |
- b 区别词 | |
- c 连词 | |
- d 副词 | |
- df | |
- dg 副语素 | |
- e 叹词 |
atom-setting |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |