GithubHelp home page GithubHelp logo

quickio's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

mchgood

quickio's Issues

User Customized Directory

Would you like to implement a way for the user to be able to choose where the file will be? The tests I did took me a while to find the folder and I came across a number of folders within folders

Screenshot_2023-01-08-16-02-00-102-edit_com termux

I don't know if this fits into an issue but I think it would help a lot if implemented

Hessian can't find Java bean

This problem has already been reported by what I've seen here #1, but in mine I don't modify the directory at any time, the only thing I do is create a QuickIO.DB ( Well that's what I believe, could I be wrong? Perhaps )

1 - Problem

Screenshot_2023-01-10-20-28-31-112_com termux

2 - The Java Bean

Screenshot_2023-01-10-20-29-18-648-edit_com termux

3 - Where do I create the DB

Screenshot_2023-01-10-20-29-39-876-edit_com termux

I program on my cell phone using Termux so I don't know if this can influence something

warning that nothing works

30, 2022 6:25:46 �� com.caucho.hessian.io.SerializerFactory getDeserializer
WARNING: Hessian/Burlap: 'org.xcore.plugin.comp.Database$PlayerData' is an unknown class in jdk.internal.loader.ClassLoaders$AppClassLoader@2a139a55:

public class PlayerData extends QuickIO.Object {
    public String uuid;
    public Integer wins = 0;

    public PlayerData(String uuid) {
        this.uuid = uuid;
    }

    public PlayerData(String uuid, Integer wins) {
        this.uuid = uuid;
        this.wins = wins;
    }
}

var data = db.findFirst(PlayerData.class, p -> p.uuid.equals(uuid));

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.