Silent Lee

Results 14 comments of Silent Lee

is there a way to config route in a file?

need help!!! k3s kubectl get node 无法找到自身,是什么原因 直接按照官方进行 k3s 安装的 ``` curl -sfL http://rancher-mirror.cnrancher.com/k3s/k3s-install.sh | INSTALL_K3S_MIRROR=cn sh - [INFO] Creating /usr/local/bin/kubectl symlink to k3s [INFO] Creating /usr/local/bin/crictl symlink to k3s...

我运行程序的steps: 1. git clone https://github.com/liushuchun/wechatcmd.git 2. cd wechatcmd 3. source run.sh 4. 出错,说缺少依赖 5. go get -v -u 安装缺少依赖 6. source run.sh正常启动,可以发送消息,接收消息失败 请问我哪里出问题了吗?或者说有文档补充吗?

大佬大佬,产出那么恐怖的吗?才刚刚看完一篇

can show any example?

Why is it that item2 works properly while wrap does not suffice?

hope this can help u if u install goto via script : ) check if following code in your `~/.zshrc`, and append it if not ``` # Source goto [[...

求这个 PR 通过 XD 有些自定义组件需要放到顶层 Provider,看了 layout 源码后,真的无解了。:(

> 如上文所述,如果需要使用 model 数据流,并且在 antd provider 之下,layout 之上,可以使用 `innerProvider` (在 `src/app.tsx` 中)。 我甚至想在 appContext 之上 ,尝试使用 rootContainer 都不好使。目前想实现的是: ```jsx ``` 看了一下,好像即使这个 PR 也处理不了