Skip to content

Instantly share code, notes, and snippets.

@LancelotLewis
LancelotLewis / docker-compose.yml
Created November 16, 2020 04:32
navicat connect remote sqlite file
version: '3'
services:
sqlite:
build: .
restart: always
image: php:apache
volumes:
- .:/var/www/html
ports:
- 7777:80

after Build 17093

  • can override settings by edit "/etc/wsl.conf"
  • normally this file is not exists at first
$ sudo vi /etc/wsl.conf

[interop]
appendWindowsPath = false
- a 形容词
- ad 副形词
- ag 形容词性语素
- an 名形词
- b 区别词
- c 连词
- d 副词
- df
- dg 副语素
- e 叹词
@LancelotLewis
LancelotLewis / 0_reuse_code.js
Created May 1, 2016 09:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console