上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 66 下一页
摘要: 进程,是系统进行资源分配最小单位(拥有独立的内存单元)。(python中多进程是真的) 线程,是操作系统最小的执行单位(共享内存资源),比进程还小。(python中多线程是假的,因为cpython解释器中的一个模块GIL(全局解释器锁),GIl功能和互斥锁相似。) 证明过程: (一)多进程 impo 阅读全文
posted @ 2018-09-09 21:03 安迪9468 阅读(1911) 评论(0) 推荐(0)
摘要: [root@izj6c6b4i40od17ev77lhez Python-3.7.0]# python Python 3.7.0 (default, Sep 5 2018, 00:40:27) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux Type "help", "copyright", "credits" or "license... 阅读全文
posted @ 2018-09-05 00:44 安迪9468 阅读(282) 评论(0) 推荐(0)
摘要: 1、在新centos中安装python3的步骤 https://www.cnblogs.com/s-seven/p/9105973.htmlhttps://www.cnblogs.com/lclq/archive/2016/06/27/5620196.html 2、安装python3过程中报错no 阅读全文
posted @ 2018-09-04 19:55 安迪9468 阅读(153) 评论(0) 推荐(0)
摘要: (一)句型 1、there be There‘s a boat in the river。 河里有条船。 2、between ... and ... There is a shop between the hospital and the school。 在那家医院和那所学校之间有一家商店。 3、Why don’t you 。。。 / Why not 。。。 Why don’t you c... 阅读全文
posted @ 2018-08-28 18:48 安迪9468 阅读(223) 评论(0) 推荐(0)
摘要: Linuxdocker redminegitlabnginxmavenkibanakafkaspringspring cloudLucene 搭建基本使用 阅读全文
posted @ 2018-08-14 18:19 安迪9468 阅读(96) 评论(0) 推荐(0)
摘要: 不全,缺少台湾省、香港、澳门;新疆重复了 阅读全文
posted @ 2018-06-22 19:26 安迪9468 阅读(451) 评论(0) 推荐(0)
摘要: 方法1:在dos中 tracert 这个地址 https://www.baidu.com/ 方法2:软件 (不行就下载besttrace追踪) 阅读全文
posted @ 2018-06-13 11:50 安迪9468 阅读(998) 评论(0) 推荐(0)
摘要: vim /etc/gitlab/gitlab.rbexternal_url 'https://101.101.101.63' #启用https,默认是http (改端口:external_url 'https://10.1.75.177:8881' ) 或者: external_url 'https 阅读全文
posted @ 2018-06-07 09:53 安迪9468 阅读(1436) 评论(0) 推荐(0)
摘要: https通讯原理 https://blog.csdn.net/superviser3000/article/details/80812263 HTTPS在传输数据之前需要客户端(浏览器)与服务端(网站)之间进行一次握手,在握手过程中将确立双方加密传输数据的密码信息。TLS/SSL协议不仅仅是一套加 阅读全文
posted @ 2018-06-01 17:28 安迪9468 阅读(402) 评论(0) 推荐(0)
摘要: Linux进入-adsdfsd目录 如果某个目录名称是短线(短横线)开头的 要想在命令行中进入目录,使用如下命令: 延伸: 其他非寻常操作: http://www.cnblogs.com/andy9468/p/8675901.html 阅读全文
posted @ 2018-06-01 15:10 安迪9468 阅读(155) 评论(0) 推荐(0)
上一页 1 ··· 45 46 47 48 49 50 51 52 53 ··· 66 下一页