Giter VIP home page Giter VIP logo

all_learning_201806's Introduction

Hi there 👋

all_learning_201806's People

Contributors

sdcuike avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

all_learning_201806's Issues

dubbo泛化

之前参考作者的代码写了一个dubbo泛化调用的接口供我们内部测试使用,就是把接受的参数调用这个方法请求了一下GenericService service = DubboGenericFactory.get(zkAddr, "", interFaceName, interFaceNameVersion);
Object result = service.$invoke(methodName, paramType.toArray(new String[paramType.size()]), paramValue.toArray()); 但是发现一个问题,就是部署到web服务上面一段时间后就会遇到有的接口请求失败,提示500, No provider available from 注册的zk地址,(但是zk地址没错,去看了也有注册)。然后我本地调试起了本地的接口发现是可以请求通的,然后重启了java -jar我的包也可以了。上个月也遇到一次就是有请求是通的但是返回数据为空也是重启后可以了,请问一下大佬知道这是什么原因吗?和缓存有关系吗?

【警告】公司源码泄漏

Hello, 感谢您分享知识。但请您在分享之前,遵守每日优鲜及子公司规定,【请勿发布含公司源码的项目】。
请将该项目中涉及每日优鲜的源码部分及时删除,感谢配合!

如有疑问,欢迎联系安全团队([email protected])讨论

再次感谢

泛化调用参数问题

你好,想请教个问题,我泛化调用时bean对象里有map类型的属性,这种支持么,类似:
Map<String, Object> person = new HashMap<String, Object>();
person.put("name", "xxx");
person.put("age", 12);
Map<String, String> mapParam= new HashMap<String, String>();
person.put("map",mapParam);

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.