登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:Java编程
  3. 发布时间:半年内
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. BloomFilter.java

  实现基于redis的bloomFilter(the implements of bloomfilter based on redis)

0
下载
60
浏览
2020-06-18发布

2. BloomFilter.java

说明:  实现基于redis的bloomFilter(the implements of bloomfilter based on redis)

1
下载
102
浏览
2020-06-18发布

3. Tomcat源码研究

  tomcat源码解析过程文档,详细说明了tomcat从启动到最后结束中间类和方法的调用过程,对于研究java底层源码的启动很有好处。(Tomcat source code parsing process document, detailed description of Tomcat from start to end the call process of intermediate classes and methods, for the study of Java underlying source code start is very helpful.)

1
下载
84
浏览
2020-06-17发布

4. Tomcat源码研究

说明:  tomcat源码解析过程文档,详细说明了tomcat从启动到最后结束中间类和方法的调用过程,对于研究java底层源码的启动很有好处。(Tomcat source code parsing process document, detailed description of Tomcat from start to end the call process of intermediate classes and methods, for the study of Java underlying source code start is very helpful.)

1
下载
81
浏览
2020-06-17发布

5. java作业

  初学java的可以借鉴,学java的可以借鉴学java的可以借鉴(Lessons for beginners of Java)

0
下载
82
浏览
2020-06-17发布

6. java作业

说明:  初学java的可以借鉴,学java的可以借鉴学java的可以借鉴(Lessons for beginners of Java)

1
下载
71
浏览
2020-06-17发布

7. spring-security

  spring security 自定义配置 docker 使用文档(Spring security custom configuration docker usage documentation)

0
下载
132
浏览
2020-06-17发布

8. spring-security

说明:  spring security 自定义配置 docker 使用文档(Spring security custom configuration docker usage documentation)

1
下载
108
浏览
2020-06-17发布

9. 五子棋java

  基本算法: 采用博弈比较常用的策略。 计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm: The game strategy is commonly used. Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)

0
下载
95
浏览
2020-06-17发布

10. 五子棋java

说明:  基本算法: 采用博弈比较常用的策略。 计算机下子前,分别对玩家和电脑棋型进行评估,然后根据棋型对每一位置打分(玩家和电脑在同一点的分数不同),比如活三100分,冲四1000分等,然后根据每个落子点分数进行选择。采用极大极小值策略,进行多步计算。(Basic algorithm: The game strategy is commonly used. Before computer playing, players and computer chess models are evaluated separately, and then each position is scored according to the chess pattern (players and computers have different scores at the same point), such as live three hundred points, go four thousand points, and then choose according to the score of each falling point. Multi-step calculation is carried out by using the minimax strategy.)

2
下载
105
浏览
2020-06-17发布

11. 需求梳理1.0

  Java后端接口规范,公司使用的,以上参考,尽自己使用(Java back-end interface specification, the company uses, the above reference, do your best to use)

0
下载
91
浏览
2020-06-17发布

12. 需求梳理1.0

说明:  Java后端接口规范,公司使用的,以上参考,尽自己使用(Java back-end interface specification, the company uses, the above reference, do your best to use)

2
下载
79
浏览
2020-06-17发布

13. SpringMVC-Mybatis-Shiro-redis-0.2-master

  SSM框架+Shiro案例的后端权限管理系统,有源代码,谢谢(SSM Framework + Shiro Case Backend Privilege Management System, Source Code, Thank you)

0
下载
67
浏览
2020-06-17发布

14. SpringMVC-Mybatis-Shiro-redis-0.2-master

说明:  SSM框架+Shiro案例的后端权限管理系统,有源代码,谢谢(SSM Framework + Shiro Case Backend Privilege Management System, Source Code, Thank you)

3
下载
88
浏览
2020-06-17发布

15. Fxcns_CopyTraders_mt4

  可以本地喊单,一个跟单的软件,直接放在MT4数据文件的expert里面,就可以用了,指示文档在压缩包里呢(Can local shout order, a single software, directly put in the MT4 data file expert, you can use it)

0
下载
93
浏览
2020-06-17发布

16. Fxcns_CopyTraders_mt4

说明:  可以本地喊单,一个跟单的软件,直接放在MT4数据文件的expert里面,就可以用了,指示文档在压缩包里呢(Can local shout order, a single software, directly put in the MT4 data file expert, you can use it)

3
下载
101
浏览
2020-06-17发布

17. demo

  springboot启动文件,初始化项目(springboot start file)

0
下载
89
浏览
2020-06-17发布

18. demo

说明:  springboot启动文件,初始化项目(springboot start file)

1
下载
107
浏览
2020-06-17发布

19. KafkaConsumerProcess

  Java版本的基于多线程的Kafka高性能消费者处理通用程序(Java Version of High Performance Consumer Processing Universal Program Based on Multithread)

0
下载
81
浏览
2020-06-17发布

20. KafkaConsumerProcess

说明:  Java版本的基于多线程的Kafka高性能消费者处理通用程序(Java Version of High Performance Consumer Processing Universal Program Based on Multithread)

1
下载
101
浏览
2020-06-17发布