码迷,mamicode.com
首页 >  
搜索关键字:dns view 主从复制    ( 48190个结果
GDB debug
来自https://www.tutorialspoint.com/gnu_debugger/gdb_quick_guide.htm GDB - Debugging Symbols A Debugging Symbol Table maps instructions in the compiled b ...
分类:数据库   时间:2021-06-09 10:29:22    阅读次数:0
全球加速DCDN
1.申请域名 https://www.aliyun.com/?utm_content=se_1008955982 2.购买DCDN 3.进行配置 3.1添加域名 3.2输入源站ip 4.配置Dns 域名备案地址https://zhuanlan.zhihu.com/p/53537428 ...
分类:其他好文   时间:2021-06-08 23:43:19    阅读次数:0
LLVM 获取Value Type
void llvtype(std::string_view k, Value* v) { std::cout << std::format("{}:{}:{}", k, (int)v->getType()->getTypeID(), v->getName().str() ) << "\n"; } . ...
分类:其他好文   时间:2021-06-08 23:38:58    阅读次数:0
Java TCP详解
title: TCP date: 2021-06-07 22:42:01 tags: NET categories: Java description: top_img: comments: cover: TCP InetAddress **作用:**封装计算机的IP地址和DNS(没有端口信息)。 ...
分类:编程语言   时间:2021-06-08 23:17:07    阅读次数:0
仿黑马头条
仿照页面 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>头条页面</title> < ...
分类:其他好文   时间:2021-06-08 22:35:14    阅读次数:0
mha 高可用集群搭建
一、简介 MHA(Master HA)是一款开源的 MySQL 的高可用程序,它为 MySQL主从复制架构提供了 automating master failover (自动化主故障转移)功能。MHA 在监控到 master 节点故障时,会提升其中拥有最新数据的 slave 节点成为新的master ...
分类:其他好文   时间:2021-06-07 21:17:17    阅读次数:0
Prism Sample 5 View Injection
这里稍微复杂了点,定义视图A的过程是一样的: <UserControl x:Class="ViewInjection.Views.ViewA" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="htt ...
分类:其他好文   时间:2021-06-07 20:43:44    阅读次数:0
如何在Maven仓库上查看开源项目的文档
1、进入Maven仓库的主页 maven官网:https://mvnrepository.com/ 2、搜索自己要使用的依赖jar包并下载文档 以yzk18-GUI为例点击进入: 选择一个最新的版本: 点击View All: 点击xxx-javadoc.jar,然后进行下载: 3、查看文档 将之前下 ...
分类:其他好文   时间:2021-06-06 19:39:00    阅读次数:0
ip反查域名脚本
# -*- coding: utf-8 -*- import urllib import urllib2 import re import json import xlwt import time workbook = xlwt.Workbook(encoding='utf-8') #新建一个Exc ...
分类:其他好文   时间:2021-06-05 18:28:32    阅读次数:0
AggregatingMergeTree & 物化视图
创建表 create table agg_source( \ id UInt8, \ name String, \ city String, \ money UInt32 \ ) engine=MergeTree() \ partition by city \ order by id; 插入数据 i ...
分类:其他好文   时间:2021-06-05 18:20:32    阅读次数:0
48190条   上一页 1 ... 6 7 8 9 10 ... 4819 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!