码迷,mamicode.com
首页 >  
搜索关键字:initial extent    ( 4544个结果
半圆形仪表盘进度条
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:其他好文   时间:2020-07-10 13:19:45    阅读次数:137
linux上安装mysql5.7
1、下载tar包,这里使用wget从官网下载 wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.22-linux-glibc2.12-x86_64.tar.gz 2、将mysql安装到/usr/local/mysql下 # 解压 ...
分类:数据库   时间:2020-07-10 11:33:00    阅读次数:77
小贷平台API设计
1 public List<Dai> Show(string name="") 2 { 3 using (SqlConnection conn=new SqlConnection("Data Source=.;Initial Catalog=Dai6_21;Integrated Security=T ...
分类:Windows程序   时间:2020-07-10 09:17:35    阅读次数:74
js实现左侧弹出效果
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</t ...
分类:Web程序   时间:2020-07-09 22:07:58    阅读次数:148
Configure PostgreSQL Replication With Repmgr
本文介绍使用开源的repmgr组件配置PostgreSQL12的replication以及failover。1、环境信息2、安装PG软件包所有节点安装PostgreSQL12以及repmgr软件包。[root@hwd04~]#dnf-yinstallhttps://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-red
分类:数据库   时间:2020-07-09 17:58:16    阅读次数:75
guard
#include "1.h"#include "pthread.h"static pthread_mutex_t __guard_mutex;static pthread_once_t __once_control = PTHREAD_ONCE_INIT;static void makeRecusi ...
分类:其他好文   时间:2020-07-09 13:46:07    阅读次数:86
vant三级联动自定义数据格式
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document< ...
分类:其他好文   时间:2020-07-09 12:20:12    阅读次数:160
MySQL复制报错(Slave failed to initialize relay log info structure from the repository)
机器重启以后,主从出现了问题,具体报错信息: Slave failed to initialize relay log info structure from the repository 解决方案: mysql> start slave; ERROR 1872 (HY000): Slave fai ...
分类:数据库   时间:2020-07-08 13:38:35    阅读次数:65
K8S 部署 jenkins (一)
这里 jenkins 使用的存储为 NFS 安装 nfs 工具 yum install nfs-common nfs-utils -y showmount -e 192.168.52.174 # 运行结果 Export list for 192.168.52.174: /nfs/jenkins * ...
分类:其他好文   时间:2020-07-08 13:20:09    阅读次数:55
一题搞定static关键字
基础不牢,地动山摇 开篇一道题,考察代码执行顺序: public class Parent { static { System.out.println("Parent static initial block"); } { System.out.println("Parent initial blo ...
分类:其他好文   时间:2020-07-08 13:11:10    阅读次数:29
4544条   上一页 1 ... 24 25 26 27 28 ... 455 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!