Giter Club home page Giter Club logo

-question's Introduction

Yaccc.github.io

-question's People

Contributors

yaccc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

dintama

-question's Issues

Questtion issues使用规范

大家把实在无法解决的问题,在issues中详细的描述出来。每天会定时详细回复,大家也可以在issues中讨论。言语要严谨

组装json

这样一个表
—————————————
name | value | parnet
a1 | xxx | null
a2 | xxx | null
a3 | xxx | null
b1 | yyy | a2
b2 | yyy | a2
b3 | yyy | a3
c1 | zzz | b3
c2 | zzzz | b3
c3 | zzzz | b3

大概就是这么个父子关系,想组成一个多级节点的json。有什么好办法吗?
自己写的把自己绕进去了。。。

接口开关怎么实现?

是这样的,我目前知道的系统接口有两种形式,一种是固定uri,用serviceName传参来确定调用的服务;第二种是通过不同uri来实现。
我现在的问题是,怎么去实现一个接口开关。以第一种接口服务为例,我维护了一个服务注册类,该类中只有一个map类型的变量,key是serviceName,value是服务类。服务类有serviceName和开关表示,以及remark注释信息。在spring初始化时,在application中存放服务注册类对象。通过拦截器来存放第一次访问的接口服务以及判断接口开关状态,开关通过页面或接口来控制。
现在问题是,拦截器中,拦截到关闭,我想要返回一个固定的result对象,要怎么来?拦截发在pre阶段,这里spring只会返回boolean类型,我在请求关闭关闭状态的服务就会被catch到异常

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.