登录

最新会员 最新下载

成为了本站VIP会员

11月02日 20:53

成为了本站VIP会员

10月30日 10:36

成为了本站VIP会员

10月27日 09:50

成为了本站VIP会员

10月20日 00:18

成为了本站VIP会员

10月18日 11:26

成为了本站VIP会员

10月18日 09:56
已选条件
  1. 编程语言:Java
  2. 代码类别:Java编程
  3. 发布时间:近三天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Java虚拟机(第二版)

说明:  这是一本介绍java虚拟机的经典书籍,本书可供java入门者或是有一定java基础的人阅读。(This is a classic book about Java virtual machines.)

3
下载
147
浏览
2020-06-18发布

2. Desktop

  httpclient封装好的get和post方法(HTTP client encapsulated get and post methods)

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

3. Desktop

说明:  httpclient封装好的get和post方法(HTTP client encapsulated get and post methods)

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

4. 1511186752_89825_ym

  前端表格插件测试,实现数据合并,汇总,跨表求和,动态公式计算(Front-end table plug-in testing, data merging, aggregation, cross-table summation, dynamic formula calculation)

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

5. 1511186752_89825_ym

说明:  前端表格插件测试,实现数据合并,汇总,跨表求和,动态公式计算(Front-end table plug-in testing, data merging, aggregation, cross-table summation, dynamic formula calculation)

2
下载
126
浏览
2020-06-18发布

6. EncryptionAudioTrackMP3-master

  播放加密音乐文件,可以加密,然后加密后播放,手机APP开源代码(mp3 download encrytion and play)

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

7. EncryptionAudioTrackMP3-master

说明:  播放加密音乐文件,可以加密,然后加密后播放,手机APP开源代码(mp3 download encrytion and play)

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

8. springCloud总结

  如何搭建springboot,springcloud入门(How to Build Springboot, Introduction to Springcloud)

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

9. springCloud总结

说明:  如何搭建springboot,springcloud入门(How to Build Springboot, Introduction to Springcloud)

2
下载
153
浏览
2020-06-18发布

10. 8583解包工具

  8583解包工具.rar, 8583报文组包解析源码,可以和银联的POS后台连接。(8583 unpacking tool. rar, 8583 packet group parsing source code, can be connected with the POS background of UnionPay.)

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

11. 8583解包工具

说明:  8583解包工具.rar, 8583报文组包解析源码,可以和银联的POS后台连接。(8583 unpacking tool. rar, 8583 packet group parsing source code, can be connected with the POS background of UnionPay.)

2
下载
147
浏览
2020-06-18发布

12. NovelN

  第一个项目:novel.spider(姑且叫他为spider吧)-jsoup,http-client 提供了三个最为底层的方法: ChapterFactory.getChapterSpider(NovelSiteEnum novelSiteEnum).getChapters(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum, url)) 获取一个爬取对应网站的章节的实体,并执行爬取任务 ContentFactory.getContentSpider(NovelSiteEnum novelSiteEnum).getContent(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum,url)) 获取一个爬取对应网站的内容的实体,并执行爬取任务 NovelDownloaderObserver observer = new NovelDownloaderObserver(url) 下载小说...(ChapterFactory.getChapterSpider(NovelSiteEnum novelSiteEnum).getChapters(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum, url)) ContentFactory.getContentSpider(NovelSiteEnum novelSiteEnum).getContent(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum,url)) NovelDownloaderObserver observer = new NovelDownloaderObserver(url))

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

13. NovelN

说明:  第一个项目:novel.spider(姑且叫他为spider吧)-jsoup,http-client 提供了三个最为底层的方法: ChapterFactory.getChapterSpider(NovelSiteEnum novelSiteEnum).getChapters(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum, url)) 获取一个爬取对应网站的章节的实体,并执行爬取任务 ContentFactory.getContentSpider(NovelSiteEnum novelSiteEnum).getContent(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum,url)) 获取一个爬取对应网站的内容的实体,并执行爬取任务 NovelDownloaderObserver observer = new NovelDownloaderObserver(url) 下载小说...(ChapterFactory.getChapterSpider(NovelSiteEnum novelSiteEnum).getChapters(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum, url)) ContentFactory.getContentSpider(NovelSiteEnum novelSiteEnum).getContent(NovelSpiderUtil.getRelativeUrl(NovelSiteEnum novelSiteEnum,url)) NovelDownloaderObserver observer = new NovelDownloaderObserver(url))

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

14. Solr文档

  Solr是一个独立的企业级搜索应用服务器,它对外提供类似于Web-service的API接口。用户可以通过http请求,向搜索引擎服务器提交一定格式的XML文件,生成索引;也可以通过Http Get操作提出查找请求,并得到XML格式的返回结果(Solr is an independent enterprise search application server, which provides API interface similar to Web-service. Users can submit XML files in a certain format to search engine servers through HTTP requests and generate indexes. Users can also submit search requests through Http Get operations and get the returned results in XML format.)

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

15. Solr文档

说明:  Solr是一个独立的企业级搜索应用服务器,它对外提供类似于Web-service的API接口。用户可以通过http请求,向搜索引擎服务器提交一定格式的XML文件,生成索引;也可以通过Http Get操作提出查找请求,并得到XML格式的返回结果(Solr is an independent enterprise search application server, which provides API interface similar to Web-service. Users can submit XML files in a certain format to search engine servers through HTTP requests and generate indexes. Users can also submit search requests through Http Get operations and get the returned results in XML format.)

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

16. apprtc-android-master

  webrtc 安卓客户端,实现视频音频实时传输(Webrtc Android client to realize real-time video and audio transmission)

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

17. apprtc-android-master

说明:  webrtc 安卓客户端,实现视频音频实时传输(Webrtc Android client to realize real-time video and audio transmission)

2
下载
150
浏览
2020-06-18发布

18. JavaEE实验

说明:  javaee实验smm 太原理工大学java ee课程代码实验报告(Java EE experiment report on code experiment of Java EE course in SMM University of Technology)

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

19. juint

  junit单元测试用例的编写 采用的是mockMvc 测试控制器(JUnit unit test case)

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

20. juint

说明:  junit单元测试用例的编写 采用的是mockMvc 测试控制器(JUnit unit test case)

2
下载
138
浏览
2020-06-18发布