本文主要讲述linux系统安装的细节以及磁盘分区怎么划分,以CentOS-6.9为例 1.进入系统安装向导。选择第一个Install or upgrade an existing system 2.是否测试媒体设备,选择skip跳过,避免浪费大量时间 3.选择语言,当然最好是选择英语了 4.选择输入 ...
分类:
系统相关 时间:
2018-10-21 21:57:41
阅读次数:
324
class inheritance lets you derive new classes from old ones, inheriting its properties of the old class, called the base class With inheritance, you c ...
分类:
其他好文 时间:
2018-10-19 00:23:21
阅读次数:
133
FUNCTIONS Screen() Return the singleton screen object. If none exists at the moment, create a new one and return it, else return the existing one. add ...
分类:
编程语言 时间:
2018-10-13 02:51:46
阅读次数:
738
在Django项目的settings.py文件中,在最后复制粘贴如下代码: LOGGING = { 'version': 1, 'disable_existing_loggers': False, 'handlers': { 'console':{ 'level':'DEBUG', 'class':... ...
分类:
数据库 时间:
2018-10-11 18:45:31
阅读次数:
234
awesome scene textscene text recognition scene text spotter scene text detection Awesome Scene text IncepText: A New Inception-Text Module with Deform... ...
分类:
其他好文 时间:
2018-10-08 19:34:29
阅读次数:
182
User settings 调试 launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For mo ...
分类:
其他好文 时间:
2018-10-08 18:07:38
阅读次数:
225
in this tutorial , i will share you that how can i install Docker on Ubuntu 16.04 , and how can i reslove apt-get error
分类:
系统相关 时间:
2018-10-06 17:53:14
阅读次数:
198
参考 "https://ubuntuforums.org/showthread.php?t=2002217" "https://www.funkypenguin.co.nz/note/importing existing raid devices new linux installation/" 一 ...
分类:
其他好文 时间:
2018-10-04 17:28:00
阅读次数:
179
Spring与线程安全 Spring作为一个IOC/DI容器,帮助我们管理了许许多多的“bean”。但其实,Spring并没有保证这些对象的线程安全,需要由开发者自己编写解决线程安全问题的代码。 Spring对每个bean提供了一个scope属性来表示该bean的作用域。它是bean的生命周期。例如 ...
分类:
编程语言 时间:
2018-10-04 09:06:28
阅读次数:
153
自己在学习React-Native过程中整理的一份学习指南,包含 教程、开源app和资源网站等,还在不断更新中。欢迎pull requests! React-Native学习指南本指南汇集React-Native各类学习资源,给大家提供便利。指南正在不断的更新,大家有好的资源欢迎Pull Reque ...
分类:
Web程序 时间:
2018-10-02 17:18:12
阅读次数:
262