Framework
A framework is a reusable set of libraries or classes in software. In an effort to help developers focus their work on higher level tasks, a framework provides a functional solution for lower level elements of coding. While a framework might add more code than is necessary, they also provide a reusable pattern to speed up development.
Here are 729 public repositories matching this topic...
-
Updated
Nov 16, 2020 - Java
-
Updated
Dec 2, 2020 - Java
Bug 奖励机制
为了让 Component 更好, 我设计了这个奖励机制. 凡是满足以下的条件的 bug 都会奖励 25 元的奶茶钱. 钱虽然不多, 重在感谢
Bug 满足条件
- 必须是能复现的
- 必须是
Component项目中的bug, 不能是其他第三方库的,Idea Plugin不算在其中. 因为插件属于帮助性的工具, 出问题也不影响你们开发 - 必须是没有其他人反馈过的
Bug - 必须是我认可的:首先如果真的是
bug, 我不会为了这点钱死皮赖脸不承认. 因为之前看下来, 很多 bug 都是用户自己配置有问题或者代码写的不对引起的, 并不是框架的问题. 所以这个是需要我来判断的. 当然了, 你足够了解 Component 的话, 你自己也会知道到底是不是 Component 的问题
所有发现 bug 受奖励的名单, 会持续更新(
-
Updated
Dec 2, 2020 - Java
-
Updated
Oct 27, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 29, 2020 - Java
-
Updated
Jul 17, 2020 - Java
-
Updated
Dec 1, 2020 - Java
-
Updated
Oct 13, 2020 - Java
When a compressed payload is bigger than the acceptable limit the compression codec implementations throw an exception. Currently, this exception will be mapped to 500 on the server-side. Instead, we can catch that exception and respond with 413, according to the RFC: https://tools.ietf.org/html/rfc7231#section-6.5.11
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 28, 2020 - Java
-
Updated
Dec 1, 2020 - Java
-
Updated
Nov 25, 2020 - Java
-
Updated
Nov 25, 2020 - Java
- Wikipedia
- Wikipedia
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar