bikai
bikai
我想创建视频板块,怎样能方便网页上发布视频呢? 是否能在markdown中向上传附件一样上传文件?
对于翻译,首先表示感谢。顺便问下中文文档是否还会继续更新?
issue is like this: https://github.com/openwrt/luci/issues/4924 could gave some help?
debug模式断点调测controller,60s超时断开: ``` ERROR 15048 [egg-mongoose] mongodb://xxx disconnected ERROR 9320 nodejs.ClusterClientNoResponseError: client no response in 62812ms exceeding maxIdleTime 60000ms, maybe the connection is close on other side. at Timeout._onTimeout (D:\xxx\node_modules\cluster-client\lib\leader.js:77:23) at...
I'm using `devtool` to debug `expressjs`: ``` devtool -w --break .\bin\www ``` I can find app.js, some time not. How to open script file that I want to debug?
`extractAllTo()` is a sync function but no callback and no returns value. how to tell if a zip was unziped correctly with `extractAllTo()`? if file format is error, the program...
我有个需求场景: 将http消息拆包到传输层,对端在传输层接收tcp/udp报文,这是否能通过mproxy实现?
could this be installed in headless mode of chrome? I wanna use this extension in linux server.
### 在此输入你需要反馈的 Bug 具体信息(Bug in Detail): 环境初始化,需要向mongodb 批量插入数据,遇到这几个问题,翻遍doc也没想到该如何实现: 1. 这些db初始化脚本应该放在那个目录更合适? 2. 如何能调用到config配置和model中定义的schema?不想重复复制一套。 ### 可复现问题的仓库地址(Reproduction Repo) NA ### Node 版本号: 16.13.2 ### Eggjs 版本号: 2.37.0 ### 相关插件名称与版本号(PlugIn and Name): 无 ###...
### 请详细告知你的新点子: 我希望给出使用simple创建js项目再切换ts,和使用tegg的相同点和不同点。 为什么官网没有给出相关的说明?只看readme没看出个所以然来,希望有个与官网文档类似的指导。 我的困惑是,现在推荐使用tegg还是这个方式? https://www.eggjs.org/zh-CN/tutorials/typescript#%E6%8E%A7%E5%88%B6%E5%99%A8controller