Introduction to Microservices Building Microservices: Using an API Gateway Building Microservices: Inter-Process Communication in a Microservices Arch ...
分类:
其他好文 时间:
2019-09-08 22:16:02
阅读次数:
96
一、安装中文输入法 二、Git的基本操作 三、更新Python3 四、安装pycharm 五、安装notepadqq 六、安装wps ...
分类:
系统相关 时间:
2019-09-03 09:53:00
阅读次数:
440
Linux安装php-mysql提示需要:libmysqlclient.so.18()(64bit)的解决办法 在LNMP编译环境下安装zabbix会出现 执行:yum -y install net-snmp-devel 会报错缺少net-snmp 以及尾部显示缺少libmysqlclient 执行 ...
分类:
数据库 时间:
2019-08-30 11:17:52
阅读次数:
592
1. 了解Linux的那个驱动?举例讲讲。 2. 中断上半部下半部 3. spinlock semphore mutex 区别 4. 内核空间和用户空间通信方式 5. boot传给kernel的参数 6. linux 进程调度方法 7. linux softirq 8. MMU作用 9. 访问外部寄 ...
分类:
系统相关 时间:
2019-08-30 09:23:45
阅读次数:
281
MMU:负责虚拟地址到物理地址的映射,提供硬件机制的内存访问权限检查;前者使得多个用户进程都拥有自己的独立地址空间,后者可以保护每个进程所用内存不会被其他进程破坏 页表:由一个个条目(描述符)组成,每个条目存储了一段虚拟地址对应的物理地址及访问权限,或下一级页表的地址 TLB:对于二级页表需要访问3 ...
分类:
其他好文 时间:
2019-08-29 23:53:48
阅读次数:
210
刚开始爬取的时候没有用headers伪装成是浏览器,导致麦田北京和福州小区把我的ip给禁掉了,还好后来发现原因也还剩下厦门小区没被我弄坏,代码如下: ...
分类:
其他好文 时间:
2019-08-26 23:10:46
阅读次数:
95
OGG-01169 Oracle GoldenGate Delivery for Oracle, dwarer.prm: Encountered an update where all key columns for target table CBS_CUST.CB_MULTI_ACCT_RECEI ...
分类:
其他好文 时间:
2019-08-23 10:27:53
阅读次数:
129
下载rpm 安装 yum repo文件并更新 yum 缓存 执行结果: 会在/etc/yum.repos.d/目录下生成两个repo文件mysql-community.repo mysql-community-source.repo 执行 安装 启动mysql并获取初始密码 mysql配置 ...
分类:
数据库 时间:
2019-08-20 00:50:02
阅读次数:
134
1、Error1 Error:“Access denied for user 'root'@'localhost' (using password:YES)” 解决:在mysql安装目录下的"my.ini"文件中,在块“[mysqld]”后添加 “skip-grant-tables”。 "skip- ...
分类:
数据库 时间:
2019-08-19 18:47:59
阅读次数:
76
centos7安装mysql centos7安装mysql 进入目录 1 #cd /usr/local/src/ 安装mysql 1 2 3 #wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm #rpm -iv ...
分类:
数据库 时间:
2019-08-19 12:47:16
阅读次数:
112