Giter Club home page Giter Club logo

ejoker_demo's Introduction

EJoker_demo

展示一些基础案例,基本都是从 https://github.com/tangxuehua/enode/tree/master/src/Samples 这里翻译而来的。有疑问请在雪华那里提issue。

Transfer测试

基本功能展示
env EJokerNodeAddr="Place your ip here" mvn -Dmaven.test.skip=true clean compile exec:exec -Dexec.executable="java" -Dexec.args="-server -Xms4g -Xmx8g -Xmn3g -classpath %classpath pro.jiefzz.ejoker.demo.simple.transfer.TransferApp"
常规性多节点运行
  • 启动节点(可在多台机器上每个机器都启动1个节点):

    env EJokerNodeAddr="Place your mechine ip here" mvn -Dmaven.test.skip=true clean compile exec:exec -Dexec.executable="java" -Dexec.args='-server -Xms4g -Xmx8g -Xmn3g -classpath %classpath pro.jiefzz.ejoker.demo.simple.transfer.TransferNAll'

也可以通过修改REPLY_PORT的值在1台机器上启动多个实例。

  • 启动入口

    env EJokerNodeAddr="Place your mechine ip here" mvn -Dmaven.test.skip=true clean compile exec:exec -Dexec.executable="java" -Dexec.args='-server -Xms4g -Xmx8g -Xmn3g -classpath %classpath pro.jiefzz.ejoker.demo.simple.transfer.TransferFrontend'

如果在同一台机器启动,请注意修改REPLY_PORT的值。

ejoker_demo's People

Contributors

kimffy24 avatar jiefzz avatar

Watchers

James Cloos avatar  avatar

Forkers

cckmit

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.