Git Product home page Git Product logo

biscuits's People

Contributors

dreamaspass avatar wu9007 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

biscuits's Issues

历史

  • 字段排序
  • 编辑时的变化过程
  • 数组

级联更新多人操作问题

客户端带着原始信息与数据库信息进行比对,如果不一致则进行相应的业务提示,否则正常级联更新。

修改注册bundle的方式

public void init() {
this.register("GuestController.class, "主页");
this.register(OrderController.class "订单");
this.register(RemoteController.class, "远程调用");
}

异常统一处理

  • 抛给前端
Caused by: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1008-12-1' for key 'UK_DIC_BASIC_NAME'

集成版本

制定整个体系的集成版本,比如1.0版本的架构采用XXX版本Nacos+XXX版本SpringCloudAlibaba,之类的,把一个稳定长期支持版本固定下来记录在案,然后2.0版本的架构采用下一个集成体系。

Monitoring mechanism

public interface Monitor{
    String getEventSourceId();
    void execute(Object... args);
}

public class MessageControlCenter{
    private final Map<String, Collect<Monitor>> monitorsMap = new ConcurrentHashMap<>(16);
    void fireEven(String evenId, Object... args){
        monitorsMap.get(evenId).forEach(monitor->monitor.execute(args));
    }
}

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.