-
java_jsq
一个java计算器。(a calculator.)
- 2004-11-08 15:01:22下载
- 积分:1
-
How-to_use_JavaSwarm_in_Eclipse
说明: 怎样在Java中使用Swarm,怎样在Java中使用Swarm(How to use JavaSwarm in Eclipse)
- 2011-04-05 15:29:18下载
- 积分:1
-
PrimeFaces Cookbook
Java cookbook for primefaces developers
- 2019-07-09 14:42:49下载
- 积分:1
-
ClassMemeberPriviledge
实现一个程序,对用户输入的类权限、成员权限、以及使用该类对象的环境与这个类的关系,判断这个环境中能不能访问这个类的这个成员。
4. 背景知识介绍:对类成员的访问权限由3个方面决定:(1)类的访问权限(public或default),(2)成员变量的访问权限(public, protected, default或private),以及环境与类的相互关系(同类SameClass,同包不同类SamePackageNoteSameClass,不同包但为子类OtherPackageSubClass,不同包非子类OtherPackageNotSubClass)。例如,如果一个类A是public的,它的一个成员变量x是protected的,则这个成员变量的访问权限是default的,试图访问这个类的一个运行环境与A的关系是OtherPackageSubClass,则这个环境中能够访问变量x。(Implement a program, the relationship between the classes of permissions, user input member permissions, as well as the environment of use of such objects of this class, it is judged in this environment can not access this members of this class.
4. Background knowledge: the access rights of the class members decided by three aspects: (1) access rights (public or default), (2) the member variable access rights (public, protected, default or private), as well as environmental and the relationship of the class (of similar SameClass, same package different classes SamePackageNoteSameClass, different packages, but for subclass OtherPackageSubClass, different package non-subclass OtherPackageNotSubClass). For example, if a class A is public, it s a member variable x is protected, the access rights of the member variables is default, tries to access a runtime environment for this class A relationship is OtherPackageSubClass this environment be able to access the variable x.)
- 2013-04-01 20:00:25下载
- 积分:1
-
IDE__bddy
一个图形界面的在线测试系统, 可以进行测试和维护试题库()
- 2018-01-27 08:03:17下载
- 积分:1
-
Spring笔记
spring详细笔记,里面保留了spring的内容介绍(spring Learning Documents)
- 2020-06-22 05:20:02下载
- 积分:1
-
conhole-fielv-byte
Pringmvc project how to load in the jars in the spring configuration file
- 2017-05-01 20:05:24下载
- 积分:1
-
09135045388
E文版
Eclipse是一个集成开发环境(IDE),它将代码编辑器、编译器、调试器、文本编辑器、GUI生成器和
(E the text version of Eclipse is an integrated development environment (IDE), it would code editor, compiler, debugger, text editor, GUI Builder and)
- 2007-11-09 00:02:54下载
- 积分:1
-
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))
- 2020-06-18 13:40:02下载
- 积分:1
-
tea
用java语言实现TEA,可以处理任意轮数的TEA,过程清晰,界面简单(Using java language TEA, can handle any number of rounds of TEA, the process is clear, simple interface)
- 2013-12-05 22:03:26下载
- 积分:1