码迷,mamicode.com
首页 >  
搜索关键字:scrollview can host    ( 40275个结果
5 - CentOS system configuration before k8s installation
Prerequisites: Node OS IP k8s-master CentOS7 192.168.137.161 k8s-node1 CentOS7 192.168.137.162 Now we have 2 working CentOS virtual machine, which can ...
分类:其他好文   时间:2021-06-08 23:40:34    阅读次数:0
Logback file属性 与 fileNamePattern属性的关系
https://juejin.cn/post/6844903859865780231 官方原文 Note that the file property in RollingFileAppender (the parent of TimeBasedRollingPolicy) can be eithe ...
分类:其他好文   时间:2021-06-08 23:39:20    阅读次数:0
springCloud总结
springCloud 1、创建一个简单的springcloud项目 先看基本项目结构 springcloud:父项目,总项目,对jar包版本等管控 springcloud-api:api主要是提供实体类的一个api模块 spring-cloud-provide-***-host:这个是一个服务提供 ...
分类:编程语言   时间:2021-06-08 23:36:55    阅读次数:0
RocketMQ安装若干问题
1. Cannot allocate memory RocketMQ默认安装需要使用8G的内存,所以如果内存不够会导致启动失败,这时需要修改配置文件bin/runbroker.sh,修改xms、xmx和xmn。参考https://www.cnblogs.com/freeweb/p/7817968.h ...
分类:其他好文   时间:2021-06-08 23:24:24    阅读次数:0
http强制访问https - Apache
server { listen 80; server_name www.yourweb.com; rewrite ^(.*)$ https://$host$1 permanent; } ...
分类:Web程序   时间:2021-06-08 22:57:22    阅读次数:0
Pigeon源码分析(五) -- 服务端netty部分
服务端netty的channelHandler有这么多 public class NettyServerPipelineFactory implements ChannelPipelineFactory { private NettyServer server; private static Cod ...
分类:Web程序   时间:2021-06-07 21:09:49    阅读次数:0
生产环境oracle 12C DG搭建过程
1、主库准备工作 Host IP DB_NAME DB_UNIQUE_NAME Net Service Name(网络服务名) 主库192.168.137.128 ORCLDB WENDING db_wending 备库192.168.137.129 ORCLDB PHYSTDBY db_physt ...
分类:数据库   时间:2021-06-07 20:39:51    阅读次数:0
安装docker遇到的坑 Could not resolve host: download.docker.com
vim /etc/sysconfig/network-scripts/ifcfg-ens33 增加如下内容 DNS1=8.8.8.8 DNS2=114.114.114.114 PEERDNS="no" 重启网络 service network restart ...
分类:其他好文   时间:2021-06-07 20:27:38    阅读次数:0
pymysql功能封装
import pymysql# username : adil# password : helloyyjclass DataBaseHandle(object): ''' 定义一个 MySQL 操作类''' def __init__(self, host, username, password, d ...
分类:数据库   时间:2021-06-07 20:23:52    阅读次数:0
pymysql使用模板
db = pymysql.connect(host="localhost", port=3306, user="root", passwd="xxx", db="stu_info")cursor = db.cursor(cursor=pymysql.cursors.DictCursor)cursor ...
分类:数据库   时间:2021-06-07 20:09:12    阅读次数:0
40275条   上一页 1 ... 7 8 9 10 11 ... 4028 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!