Git Product home page Git Product logo

eveonline's Introduction

eveonline工具集

此工具集为使用Java编写的命令行程序,使用非常简单,克隆或下载到本地运行即可。

⚠️ 此工具集只测试了结果的正确性,目前没有对输入数据进行校验,若输入非法数据,可能会直接崩掉!!!

👉目前EVEOnline相关网站已经非常齐全,如果有更好的工具,欢迎提issue。

技能注入计算器

功能:

  • 根据要增加的技能或要达到的技能计算氪金金额。在输入技能后,会输出脑浆数量以及磕脑浆后剩余技能点。 举例: 你现在400w,你要上的船或装备要70w,所以你需要两罐脑浆共100w,减去70w还剩30w,所以输出为:

    嗑药数量:2
    嗑药后的技能点:5,000,000
    剩余技能点:300,000
    

    然后会输出以下表格(github不识别表格,所以改为md源码,请复制到markdown编辑器中查看)

    | DLC          | 110PLEX | 240PLEX | 500PLEX | 1100PLEX | 2860PLEX | 7430PLEX | 15400PLEX |
    | :----------- | :------ | :------ | :------ | :------- | :------- | :------- | :-------- |
    |价格          | 35.67   | 71.41   | 142.89  | 285.86   | 714.75   | 1,786.99 | 3,574.06  |
    | 均价         | 0.32    | 0.3     | 0.29    | 0.26     | 0.25     | 0.24     | 0.23      |
    | 平均购买数量 | 16.94   | 7.77    | 3.73    | 1.69     | 0.65     | 0.25     | 0.12      |
    | 平均氪金     | 604.36  | 554.55  | 532.64  | 484.33   | 465.78   | 448.25   | 432.54    |
    | 最少购买数量 | 17.75   | 8.14    | 3.91    | 1.78     | 0.68     | 0.26     | 0.13      |
    | 平均氪金     | 633.12  | 580.95  | 557.99  | 507.39   | 487.95   | 469.59   | 453.13    |
    • 均价:DLC的plex平均rmb价格
    • 购买数量: 要购买的dlc包数量,小于0不能购买
    • 氪金:就是rmb花费
    • 平均和最少:平均值采用脑浆和plex的平均价格计算,最少值使用plex最高出价和脑浆最低售价计算
    • 此表格是真实数据,但是数据不是上面的400w和70w。
    • 实际排版没有这么好看。在输出时,通过在每一列后增加制表符来实现排版,一个制表符会出现大量错位,三个及以上制表符列宽没有错位,但是列宽太大,因此采用有少量错位的两个制表符排版。
  • 可以在根目录使用mvn javadoc:javadoc来生成javadoc文档。

正在开发中的功能

氪金计算器

  • 根据氪金数量计算可以注入的技能点
  • 从本地文件读取PLEX价格,同时将最后一次调用API的结果写入本地文件

汉化

仅限星系,使用方法:复制星系名到命令行,然后enter即可。

springboot + antd

工具数量多起来以后,用命令行就是一种折磨,这时候就需要使用界面程序了,web是不二之选,不要问为啥不是桌面客户端,因为不会呀🤣。然后,可能会在github上搭建网站,界面的话,我尽量让它好看一点。

程序员的话还是推荐clone到本地跑,非程序员就用网站吧,毕竟有延迟

eveonline's People

Stargazers

 avatar

Watchers

 avatar

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.