网络连接判断,使用IPHost测试获取: 1 public static bool IsIPHostConnected() 2 { 3 try 4 { 5 System.Net.IPHostEntry i = System.Net.Dns.GetHostEntry("www.google.com") ...
分类:
其他好文 时间:
2020-05-27 15:45:58
阅读次数:
62
Freenom offers a free domain name service for casual users.The Freenom domain name is free for one year and can be renewed manually before expiration. ...
分类:
其他好文 时间:
2020-05-27 15:19:51
阅读次数:
1404
Subquery using Exists 1 or Exists * 回答1 No, SQL Server is smart and knows it is being used for an EXISTS, and returns NO DATA to the system. Quoth Mic ...
分类:
其他好文 时间:
2020-05-27 15:13:30
阅读次数:
59
比如:localhost:8701 => niu.totocat.cn:8701 一、修改 host 文件 路径: C:\Windows\System32\drivers\etc 路径如图:修改: 二、执行命令 重置 dns Ipconfig /flushdns 1 ...
分类:
其他好文 时间:
2020-05-26 22:19:16
阅读次数:
93
在vue中怎么解决跨域呢 ? 我是怎么解决的。 在vue.config.js文件中进行配置。 上代码:::: proxy: { '/api': { target: 'https:/********.com', changeOrigin: true, pathRewrite: { '^/api': ' ...
分类:
其他好文 时间:
2020-05-26 22:14:25
阅读次数:
93
1、使用虚拟机安装,内存1G,硬盘最大100G,加载ios文件版本: Ubantu 14,安装完成 我遇到了菱形乱码问题,解决方案: 执行命令:vim /etc/default/locale 修改为: LANG="en_US.UTF-8" LANGUAGE="en_US:en" 2、安装ssh su ...
分类:
系统相关 时间:
2020-05-26 15:35:10
阅读次数:
78
etcd 是云原生架构中重要的基础组件,由 CNCF 孵化托管。etcd 在微服务和 Kubernates 集群中不仅可以作为服务注册与发现,还可以作为 key-value 存储的中间件。 ...
分类:
其他好文 时间:
2020-05-26 00:54:19
阅读次数:
336
第1章 Atlas介绍 1.1 简介 Atlas是由 Qihoo 360, Web平台部基础架构团队开发维护的一个基于MySQL协议的数据中间层项目。 它是在mysql-proxy 0.8.2版本的基础上,对其进行了优化,增加了一些新的功能特性。 360内部使用Atlas运行的mysql业务,每天承 ...
分类:
其他好文 时间:
2020-05-25 23:43:21
阅读次数:
110
第1章 主从复制架构演变 1.1 高性能架构 读写分离架构(读性能较高) 1.代码级别 MySQL proxy (Atlas,mysql router,proxySQL(percona),maxscale)、 amoeba(taobao) xx-dbproxy等。 2.分布式架构(读写性能都提高): ...
分类:
数据库 时间:
2020-05-25 23:41:10
阅读次数:
123