码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
mycat启动失败
1.问题 使用mycat配置主从读写分离,启动mycat报错信息如下: STATUS | wrapper | 2020/06/17 17:00:11 | --> Wrapper Started as DaemonSTATUS | wrapper | 2020/06/17 17:00:11 | Lau ...
分类:其他好文   时间:2020-06-17 18:16:33    阅读次数:183
浅谈Linux学习中解决问题的学习方法
Linux学习中的学习方法
分类:系统相关   时间:2020-06-17 16:51:07    阅读次数:102
NULL 是什么意思 ?
NULL 这个值表示 UNKNOWN(未知):它不表示“”(空字符串)。对 NULL 这 个值的任何比较都会生产一个 NULL 值。您不能把任何值与一个 NULL 值进行比 较,并在逻辑上希望获得一个答案。 使用 IS NULL 来进行 NULL 判断 ...
分类:其他好文   时间:2020-06-15 22:33:40    阅读次数:134
ubuntu20.04配置置静态ip,ubuntu设置静态ip方法
ubuntu 20.04 设置静态ip方法 1. 前言 本教程将会演示如何设置Ubuntu16.04 Server版和Ubuntu18.04 Server版系统的静态固定IP地址。 2. 确认你要修改的网卡号 先确认你要修改的网卡号,假设你的服务器有多张网卡: 1 ubuntu2004:~$ ip ...
分类:系统相关   时间:2020-06-15 15:53:09    阅读次数:419
Reading geometries
Reading geometries ArcGIS 10.7 Locate topic Each feature in a feature class contains a set of points defining the vertices of a polygon or line, or a ... ...
分类:其他好文   时间:2020-06-14 18:40:45    阅读次数:66
centos 遇到Name or service not known
1.配置nameserver vi /etc/resolv.conf nameserver 192.168.10.10 2.查看网卡: nmcli d 3.修改dns cd /etc/sysconfig/network-scripts/ vi ifcfg-ens160 DNS1= 192.168.1 ...
分类:其他好文   时间:2020-06-11 12:05:54    阅读次数:152
linux配置bridge (不同网段)
1.# brctl show 2.配置多个不同网段 # ifconfig fpp0-0 192.168.0.20# ifconfig fpp0-1 192.168.1.20# ifconfig fpp0-2 192.168.2.20# ifconfig fpp0-3 192.168.3.20## i ...
分类:系统相关   时间:2020-06-08 18:55:43    阅读次数:111
org.apache.ibatis.binding.BindingException: Type interface cn.dao.UserDao is not known to the MapperRegistry.
原因没有在mybatis-config.xml配置文件中注册Mapper.xml ...
分类:移动开发   时间:2020-06-08 11:01:44    阅读次数:68
PHP内存泄漏分析定位
说明:本文来自作者 邹毅 在 GitChat 上分享「 PHP 内存泄漏分析定位」 目录 场景一 程序操作数据过大 场景二 程序操作大数据时产生拷贝 场景三 配置不合理系统资源耗尽 场景四 无用的数据未及时释放 深入了解 php内存管理 php-fpm内存泄露问题 常驻进程内存泄露问题 前言 本文开 ...
分类:Web程序   时间:2020-06-07 15:09:16    阅读次数:70
Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'name' in 'field list'
写代码做单元测试的时候,突然提示“ Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'user_name' in 'field list' ” 错误! 看了快两个小时,还是没有发现问题在哪里?后来实在没办法把表从新生成了个myb ...
分类:数据库   时间:2020-06-07 10:36:35    阅读次数:88
1617条   上一页 1 ... 6 7 8 9 10 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!