luowen
luowen
+ npm 版本号: 版本3.5.1 + 配置 Option: const options = { universal: { host:"api.nani.tech", }, //要打开的 APP 的标识 intent: { package: "tech.nani.www.nani", //包名 scheme: "lunfou", }, scheme: { protocol: 'lunfou',...
### 编辑模式 * `wysiwyg` 所见即所得模式 * `ir` 即时渲染模式 * `sv` 分屏编辑预览模式 ### 描述问题 ````````markdown 如果是解析渲染问题的话请在此处贴入 Markdown 原文 ```````` ### 期待的结果 ### 截屏或录像 ### 版本信息 * 版本: * 操作系统: * 浏览器:...
  明明有图片,左上角选择图片之后,为什么就显示空白了?
actually pay successd but it show "Unknown error,Please contact support", why it happends
export async function queryid(sendTo,type, params){ var socketList = await io.fetchSockets() for(let index in socketList){ if (socketList[index].name==sendTo){ socketList[index].emit(type,params) return true } } return false } when i run await queryid(1) will...
 code: val rxPermissions = RxPermissions(this) rxPermissions.request( Manifest.permission.RECORD_AUDIO, Manifest.permission.WRITE_EXTERNAL_STORAGE, Manifest.permission.WAKE_LOCK ).subscribe(Consumer { })
socket.io version:^4.5.1 memory keep increasing and no reduce, it seems that every connection will never be released,unconnected socket will stay in memory will never be released this is my main...
内存泄露
EasyFloat.with(this).setTag("chanage").setLayout(R.layout.fuqiu).setShowPattern(ShowPattern.FOREGROUND).setDisplayHeight { context -> DisplayUtils.rejectedNavHeight(context) }.setGravity(Gravity.END or Gravity.BOTTOM, 0, -200).show() this.finish() 当前activity关闭运行finish之后内存就泄露 
when i test example code like this: let contentViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "ContentNavigation") let menuViewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewController(withIdentifier: "MenuNavigation") let sideMenuController = SideMenuController(contentViewController: contentViewController, menuViewController: menuViewController)...