Giter Site home page Giter Site logo

java-bible's Issues

SUMMARY.md的笔误

SUMMARY.md 那 第四小节以及周周介绍如何框架的一些辅助功能, 这里写错了吧

变量错误

public T getBeanByName(String name) {
String className = beankeys.get(name);
Object obj = beans.get(className);
if(null != object){
return (T) object;
}
return null;
}

这里的object 应该要改成obj吧

Is this project active?

Hi all.

I want to help, but I want to know if this project is active. Is this project active?

RouteMatcher#giveMatch

打扰您,很抱歉。
对于Collections.sort方法中的判断条件不是很理解。判断相同之后,返回uri所在的索引位置。但是既然相同了,索引位置一定是0不是么?希望能详细解释一下。谢谢

特来感谢

用了你博客里面的工具成功激活了DBeaver!

注解的值和class比较不是很懂

jb/cache/3.myioc.md

if(autoWrited.value() == Class.class){
    autoWritedField = recursiveAssembly(field.getType());
} 

这块代码不是很懂。
请教一下。

MVC学习

貌似MVC那块的源码和讲解没对应起来,不太好学习,希望作者能更新一下^-^

giveMatch 函数o1没用,

private void giveMatch(final String uri, List routes) {
Collections.sort(routes, new Comparator() {
@OverRide
public int compare(Route o1, Route o2) {
if (o2.getPath().equals(uri)) {
return o2.getPath().indexOf(uri);
}
return -1;
}
});
}

函数o1没用,应该有问题吧

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.