对等活动挂图 DIY去中心化活动挂图应用 先决条件 已安装Node.js v8.xx或更高版本 安装了Git 进入命令行窗口 现代浏览器(支持WebRTC) 建立 下载 $ git clone https://github.com/ipfs-shipyard/peer-flipchart.git $ cd p2p-flipchart 安装 $ npm install 开始 您将需要两个命令行窗口。 一方面,查看源文件中的更改并构建: $ npm run build:watch 另一方面,启动静态HTTP服务器: $ npm start 访问 前往并验证活动挂图应用程序是否正常运行。 码! 在代码编辑器中打开文件 。 步骤1:建立IPFS节点 取消注释所有与启动IPFS节点相关的行。 结果应类似于文件 。 步骤2:创建CRDT并将其与IPFS绑定 取消注释与CRDT相关的所有行。 结果应类似于文件 。 现在它应该都可以工作,并且所有连接的节点都应该能够看到彼此的更改。 引擎盖下 ┌─────────────────────────
2021-02-03 01:05:43 1.16MB tutorial ipfs decentralized p2p
1
go_command_tutorial:Golang命令教程中文
2021-02-02 20:36:49 1.26MB go golang tutorial command
1
vuetable-2-tutorial-bootstrap 使用Bootstrap 3 CSS的Vuetable-2 您可以在使用相同的教程内容,而只需在此仓库中使用代码即可。 此仓库中的代码已修改为使用Bootstrap 3 CSS而不是语义UI。 建立 克隆项目并使用npm或yarn安装它。 # install dependencies npm install # each lesson contains the code that is tagged according to the lesson itself. # to select the code for lesson 1 git checkout lesson-1 # serve with hot reload at localhost:8080 npm run dev 发现任何错误? 打开一个问题,我看看。 干杯!
2021-02-01 19:06:28 60KB bootstrap tutorial component vue
1
awesome-haskell:精选的Haskell很棒的文章和演讲清单,供初学者使用
1
Csound是一种声音合成软件 需要编写乐队文件和乐谱文件。
2021-02-01 13:07:08 4.7MB csound
1
mono-react:从零序列创建React
2021-02-01 11:15:56 3KB react algorithm tutorial Algorithm
1
Spring Boot,MongoDB,Angular Restful API教程 使用Spring Boot和MongoDB在后端以及Angular在前端构建完整的Todo应用程序。 要求 Java-1.8.x Maven-3.xx MongoDB-3.xx 设定步骤 1.克隆应用程序 git clone https://github.com/callicoder/spring-boot-mongodb-angular-todo-app.git 2.使用maven构建并运行后端应用程序 cd spring-boot-backend mvn package java -jar target/todoapp-1.0.0.jar 另外,您也可以使用- mvn spring-boot:run 后端服务器将从。 3.使用npm运行前端应用 cd angular-frontend npm install npm start 前端服务器将在 了解更多 您可以在我的博客上找到此应用程序的教程-
2021-01-30 14:10:21 96KB angular tutorial spring spring-boot
1
教程CRUD MEAN com Angular 8 com Azure by Glaucia Lemos 资源库教程在实录 O que eu vou aprender ?! :orange_book: 杜randint教程,旨在使XY分解为可分解的图形。 一个高质量的usaremos,用作CRUD(创建,读取,更新和删除)。 后端(Node.js)集成应用程序平台和云平台Microsoft-Azure。 Os dados doFuncionário包含: 班级:Funcionario idFuncionario :(数字-guid gerado pelo MongoDb) nomeFuncionario:字符串 货物:线 numeroIdentificador:数字 人民解放军 :laptop_computer: Visual Studio代码 Node.js Angular CLI〜7.2.2 Mongodb社区服务器 MongodB Compass GUI Boostrap 3/4 Cadastro no Site Azure 邮递员 Ementa做工
2021-01-30 14:09:14 179KB nodejs javascript angular mongodb
1
circleci-hello-world-nodejs (活泼的名字, circleci-hello-world-nodejs ! ) 一个简单的node.js“ hello world”应用程序,用于演示Circle-CI上的持续集成和部署(CI / CD)! 看看在哪里使用GOTO : : :winking_face:
2021-01-30 14:09:10 16KB nodejs circleci tutorial continuous-integration
1
Bluemix Node.js应用程序样本 配方随附的: Node.js入门概述 Node.js入门程序演示了一个基于Express框架的简单,可重用的Node.js Web应用程序。 在本地运行应用 克隆此存储库 运行npm install以安装应用程序的依赖项 运行npm test整理所有源文件 运行npm start以启动应用程序 在的浏览器中访问正在运行的应用程序
2021-01-30 14:08:48 25KB nodejs tutorial pipeline travis-ci
1