Giter VIP home page Giter VIP logo

firefly's People

Watchers

 avatar

firefly's Issues

建议增加 getBean<T>() 接口

Spring 也增加了 getBean<T>() 
的接口,免去了一步强制类型转换,代码看起来也更加清晰��
�下,所以建议 firefly 也增加一个类似的接口。;-P

Original issue reported on code.google.com by [email protected] on 3 Jan 2011 at 2:13

TimeWheel.java 的44行存在bug

会导致
list.get(index).getQueue().add(node);
出现数组越界的异常

44行可修改为如下方式方式:
int index = (currentSlotNum + (ticks % config.getMaxTimers())) % 
config.getMaxTimers(); // 放到wheel的位置

Original issue reported on code.google.com by [email protected] on 27 Jul 2011 at 4:06

属性的ioc

1.为什么注入属性不采用spring的@Autowired,我认为这种注解用起�
��最方便
2.有没有考虑做数据库的事务,如spring的注解事务?

Original issue reported on code.google.com by [email protected] on 12 Jan 2011 at 10:56

javax.servlet(2.5)不能下载

按照你的pom.xml配置了
<dependency>
  <groupId>javax.servlet</groupId> 
  <artifactId>servlet-api</artifactId> 
  <version>2.5</version> 
  <scope>provided</scope> 
  </dependency>
但这个版本的jar下载不了,导致HttpServletRequestImpl类和HttpServle
tResponseImpl类出错,不知道作者是否遇到过?我的jdk是1.6版本�
��请解答

Original issue reported on code.google.com by [email protected] on 30 Jan 2013 at 9:38

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.