放学路上 放学路上
3年前
vscode+vue简单安装教程
1、安装vscode、node.js。2、打开vscode终端,全局安装vuecli:npminstallgvuecli用于构建项目。3、继续安装webpack(打包工具):npminstallgwebpack。4、安装完成创建一个文件夹用于存放项目,比如myvue,cd到该文件夹,使用项目创建命令:vueinitwebpackmyvue。
Stella981 Stella981
3年前
Deno 继颠覆 Node 之后,又“内部”拒绝了 TypeScript
!(https://oscimg.oschina.net/oscnet/6685b21a8f75772aea98ccda4f1a5745411.png)Deno团队计划删除所有内部代码构建时的TS类型检查与捆绑。打算将所有运行时代码转移到同一个JavaScript文件当中,但仍将使用随附的d.ts文件保存类型定义与说明文档。理由
Stella981 Stella981
3年前
Kubernetes和TensorFlow集群搭建
原创未名小宇宙2018012022:48:35@引用自今日头条莫问出处莫问归途本文演示在Kubernetes集群上搭建TensorFlow集群。集群如下:(请不要问node1哪去了,因为TA罢工了)!Kubernetes和TensorFlow集群搭建(https://oscimg.oschina.net/oscnet
Stella981 Stella981
3年前
Redis 集群之 Redis
Redis集群官方推荐方案RedisCluster集群rediscluster  通过分片实࣫容量扩展  通过主从复制实࣫节点的高可用  节点之间互相通信  每个节点都维护整个集群的节点信息  rediscluster把所有的物理节点映射到\016383\slotЇ,cluster负责维护node<sl
Stella981 Stella981
3年前
Node.js 和 Python之间如何进行选择?
转载请注明出处:葡萄城官网(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.grapecity.com.cn%2F),葡萄城为开发者提供专业的开发工具、解决方案和服务,赋能开发者。原文出处:https://dzone.com/articles/nodejsvs
Stella981 Stella981
3年前
Creating Node.js Command Line Utilities to Improve Your Workflow
 转自:https://developer.telerik.com/featured/creatingnodejscommandlineutilitiesimproveworkflow/类似的oclifOnceuponatime,thecommandlineseemedscaryandintimidatingtom
Stella981 Stella981
3年前
Failed to connect to Standalone V8 VM 以及 不走断点 解决方法
最近在研究Node.js在调试的时候我使用了ChromeDevtools首次调试成功但是之后一直报异常,Google了半天也没找到答案,后来顺藤摸瓜的解决了:FailedtoconnecttoStandaloneV8VM由于V8的版本不同,可能在
Easter79 Easter79
3年前
TypeScrip最污的技术课
!alt(https://usergoldcdn.xitu.io/2018/9/21/165f98863487350a?imageView2/0/w/1280/h/960/format/webp/ignoreerror/1)近日Node.js之父瑞安达尔(RyanDahl)发布新的开源项目deno,从官方介绍来看,可以认为它是下一代Nod
Stella981 Stella981
3年前
Node.js 使用 MongoDB 的 ObjectId 作为查询条件
当往MongoDB中插入一条数据时,会自动生成ObjectId作为数据的主键。那么如何通过ObjectId来做数据的唯一查询呢?在MongoDB中插入一条数据在MongoDB中插入一条如下结构的数据:{_id:5d6a32389c825e24106624e4,title:'
玩转服务器之网站篇:新手使用WordPress搭建博客和静态网站部署
在之前的玩转服务器系列文章里,我们介绍了如何构建小型的高可用环境、PHP、Python、Javaweb、docker环境部署,以及Node.jsSSR应用,本篇文章主要介绍新手也能快速上手的WordPress博客搭建和静态网站部署的教程