jifte

Results 18 issues of jifte

**current and wrong:** `[ ] 练习vim的常用操作` **right:** ` 练习vim的常用操作` **result show:** current and wrong: ![深度截图_选择区域_20191127222425](https://user-images.githubusercontent.com/10773495/69732329-66f6ad00-1166-11ea-8153-a0a5209aa251.png) right: ![深度截图_选择区域_20191127222416](https://user-images.githubusercontent.com/10773495/69732008-d7e99500-1165-11ea-8bdb-7449c6e63455.png)

能否推出vim的插件支持印象笔记的同步

### Describe your operation with evermonkey commands step by step. 1. 我打开了Markdown文件 2. Alt+P同步文件到印象笔记Evernote 3. 报错了 `Evernote Error:5-Note.title`,然而同样的文件格式在我重装系统之前是不存在的 报错截图 ![深度截图_选择区域_20191022103249](https://user-images.githubusercontent.com/10773495/67256056-c56da300-f4b7-11e9-993c-5b5caddaaf81.png) 文件名 ![深度截图_选择区域_20191022103856](https://user-images.githubusercontent.com/10773495/67256142-45940880-f4b8-11e9-8162-f605184326f3.png) 文件标题 ![深度截图_选择区域_20191022103846](https://user-images.githubusercontent.com/10773495/67256143-45940880-f4b8-11e9-9e8d-a0a6877f9119.png) ### Copy and paste your Markdown...

bee bale 不能正常使用,提示(bee new my-project 创建的项目) $ go build can't load package: package beemy: bale.go:8:2: invalid import path: ""

点击左侧菜单界面刷新太不友好了,每次都是整体刷新,为什么不ajax呢

``` var rs map[string][]byte // 排序 m := orderedmap.NewOrderedMap() for k, _ := range rs { fmt.Printf(" |-set-> %v\n", el.Key) m.Set(k, rs[k]) } // You can also use Back and...

![image](https://user-images.githubusercontent.com/10773495/190118266-ba2ccfe7-d73f-4e2a-8e56-811a34b2e0a0.png) ![image](https://user-images.githubusercontent.com/10773495/190118449-60d0ed54-50de-4488-b34c-0b60d3c32175.png) ![image](https://user-images.githubusercontent.com/10773495/190118556-d36deb4e-7335-4732-bdda-20f897571881.png)

附代码 ``` func SM2_GenerateKeyPair() (publicKey string, privateKey string, err error) { privKey, err := sm2.GenerateKey(nil) // 生成密钥对 if err != nil { return } privateKey = x509.WritePrivateKeyToHex(privKey) publicKey = x509.WritePublicKeyToHex(&privKey.PublicKey)...

### version ``` [email protected] (/home/opt/my-apps/node/lib/node_modules/cnpm/lib/parse_argv.js) [email protected] (/home/opt/my-apps/node/lib/node_modules/cnpm/node_modules/npm/index.js) [email protected] (/home/opt/my-apps/node/bin/node) [email protected] (/home/opt/my-apps/node/lib/node_modules/cnpm/node_modules/npminstall/lib/index.js) prefix=/home/opt/my-apps/node linux x64 5.15.45-amd64-desktop registry=https://registry.npmmirror.com ``` ### `npm run dev` error ``` ERROR Failed to compile with 1 error...

os: [Release] Version=20.7.1 Type=Desktop Type[zh_CN]=社区版 Edition=Y2020E0001 Copyright=Y2020CR001 [Addition] Milestone= Buildid=build1 #### error ``` docker build ./ -t t Sending build context to Docker daemon 466.3MB Step 1/11 : FROM registry.cn-shanghai.aliyuncs.com/lwmeng/node:lts-alpine...