摘要:
现象 Docker镜像正常打包编译(docker build)之后,在Linux环境下启动(docker run)时报错, 错误日志为: standard_init_linux.go:228: exec user process caused: no such file or directory。 阅读全文
posted @ 2021-12-17 11:45
余以为
阅读(5960)
评论(0)
推荐(0)
asyncData 可以用来在客户端加载 Data 数据之前对其做一些处理,也可以在此发起异步请求,提前设置数据,这样在客户端加载页面的时候,就会直接加载提前渲染好并带有数据的 DOM,完成服务端渲染,有助于搜索引擎的抓取。 阅读全文
Nest 是一个用于构建 Node.js 服务器端应用程序的框架。使用渐进式 JavaScript,内置 TypeScript(但允许用纯 JavaScript 编写代码)并结合了 OOP(面向对象编程),FP(函数式编程)和 FRP(函数式响应编程)的元素及思想,并且设计上很多灵感来自于 Angular。 阅读全文
React Native Apps is a showcase of only open source React Native apps. These apps do not have to be published to the App Store or anything, they are simply here to showcase work from within the community, and to help React Native developers by seeing how others are building and structuring their applications. 阅读全文
ECMAScript 6 简介 let 和 const 命令 变量的解构赋值 字符串的扩展 字符串的新增方法 正则的扩展 数值的扩展 函数的扩展 数组的扩展 对象的扩展 对象的新增方法 Symbol Set 和 Map 数据结构 Proxy Reflect Promise 对象 Iterator 和 阅读全文
介绍 Ace是一个用JavaScript编写的可嵌入代码编辑器。它与Sublime,Vim和TextMate等本地编辑器的功能和性能相匹配。它可以轻松地嵌入任何网页和JavaScript应用程序中。 官网地址:Ace - The High Performance Code Editor for th 阅读全文
在新窗口中阅读 阅读全文