-
-
微信中的一个没有服务器的Gist应用程序。微信群里的代码协作小程序- phodal / wecode
code
A Serverless Code Highlight Application
.
├── client // browser side code
├── docs // documents
├── server // server side code in Serverless
├── test // some test scrpits
└── weapp // wechat app
API List
URL
HTTP Method
用途
/
GET
返 ...
-
-
ethmeet:用于发布社交事件的概念证明以太坊dApp
... testrpc客户端
npm run testrpc
监视并编译客户端
cd client/
npm run watch
运行客户端服务器
cd client/
npm run browser
运行服务器
cd server/
npm start
部署方式
编译 ... 合约
truffle compile
部署智能合约
truffle migrate --reset --network=development
将客户端部署到IPFS
cd client/
npm run
-
5分钟的SNOMED:易于使用的教程,可使用各种编程语言在5分钟内访问SNOMED API
... 教程,可使用SNOMED International术语服务器在5分钟内访问SNOMED API。
目录
项目结构
顶级:子模块的聚合器(按字母顺序):
android-client-snomed-browser:在Android客户端中使用的示例
csharp-examples:csharp(.net)的示例
curl-examples:带有curl的示例
java-examples:java的示例
javascript- ...
-
-
-
CFG
... --help
, firefox
, brave # try out the brave web browser
, signal-desktop # launch the signal messaging app desktop client
, asciiquarium # watch fish swim in your terminal :)
, opentyrian # play a retro arcade shooter
le ...
-
poodle-appx:Project Poodle-AppX-应用程序构建器
... yaml
update credentials and mysql connection info
$ make build (this will build both server and client)
$ make init (this will initialize the database)
$ make run (this will start the server)
-- Use a browser to conn
-
文字编辑
文字编辑
步骤1:运行客户端
cd client
yarn
yarn start
步骤2:运行服务器端
cd server
cd laravel
composer ... :
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
according to your MySQL setup
步骤4:执行
open browser in localhost:xxxx
by default port: 3000
cd client
yarn
yarn start
-
pyramida-class-validator:from从Prisma项目生成类验证器类型
... class-validator:
输入示例generateClassValidatorFromPrismaClient ( `
/**
* Client
**/
import * as runtime from '@prisma/client/runtime';
/**
* Model Lead
*/
export type Lead = {
browser: string | null
-