摘要: What is the difference between method overloading and method overriding in Java? Differences between method overloading and overriding are: Method ove 阅读全文
posted @ 2019-04-03 13:39 kissrule 阅读(228) 评论(0) 推荐(0) 编辑
摘要: java 中 静态块的作用 (一)java 静态代码块 静态方法区别一般情况下,如果有些代码必须在项目启动的时候就执行的时候,需要使用静态代码块,这种代码是主动执行的;需要在项目启动的时候就初始化,在不创建对象的情况下,其他程序来调用的时候,需要使用静态方法,这种代码是被动执行的. 静态方法在类加载 阅读全文
posted @ 2019-04-03 11:36 kissrule 阅读(511) 评论(0) 推荐(0) 编辑
摘要: Why there are no pointers in Java? In Java there are references instead of pointers. These references point to objects in memory. But there is no dire 阅读全文
posted @ 2019-04-03 11:02 kissrule 阅读(230) 评论(0) 推荐(0) 编辑
摘要: How aggregation and composition are different concepts? In OOPS, Aggregation and Composition are the types of association relations. A composition is 阅读全文
posted @ 2019-04-03 10:58 kissrule 阅读(123) 评论(0) 推荐(0) 编辑
摘要: Main principles of Object Oriented Programming (OOPS) are: Abstraction Encapsulation Inheritance Polymorphism 阅读全文
posted @ 2019-04-03 09:49 kissrule 阅读(116) 评论(0) 推荐(0) 编辑
摘要: Now in this article I will show you steps to prevent or restrict access of root user to access certain files or directories. Now by default root is th 阅读全文
posted @ 2019-04-02 18:21 kissrule 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Key directories in the file system: */: Root directory (base of file system) /bin: Executable programs /boot: Linux kernel and boot loader /dev: Speci 阅读全文
posted @ 2019-04-02 18:06 kissrule 阅读(99) 评论(0) 推荐(0) 编辑
摘要: Apropos adj. 恰当的,关于,就...而言 adv. 顺便地,恰当地 All my suggestions apropos the script were accepted. 我所有有关该剧本的建议均被采纳了。 apropos 在 whatis 数据库中查找字符串 补充说明 apropos 阅读全文
posted @ 2019-04-02 17:59 kissrule 阅读(348) 评论(0) 推荐(0) 编辑
摘要: sudo apt install fcitx-table-wubi fcitx-table-wbpy 1 如果原来使用的是ibus, 改为fcitx后,重启机器。 2 在输入法中加入五笔拼音就可以了, 阅读全文
posted @ 2019-03-29 14:31 kissrule 阅读(2489) 评论(0) 推荐(0) 编辑
摘要: Wine手动卸载,出现殘留,导致安装其他软件也不成功. 错误如下: 正在读取软件包列表... 完成正在分析软件包的依赖关系树 正在读取状态信息... 完成 您也许需要运行“apt --fix-broken install”来修正上面的错误。下列软件包有未满足的依赖关系: wine32:i386 : 阅读全文
posted @ 2019-03-27 11:12 kissrule 阅读(1058) 评论(0) 推荐(0) 编辑