自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(77)
  • 资源 (16)
  • 问答 (1)
  • 收藏
  • 关注

原创 default_authentication_plugin‘ is deprecated and will be removed in a future release. Please use aut

mysql 服务已经启动成功。mysql 服务正在启动 …

2023-05-25 15:45:43 3768 2

原创 your password has expired,to log in you must change ti using a client that supports expired password

解决办法。

2023-05-20 17:19:31 2155

原创 本地计算机上的MySQL服务启动后停止。某些服务在未由其他服务或程序使用时将自动停止

MySQL 服务正在启动 …MySQL 服务正在启动。

2023-05-20 17:13:19 249

原创 centos7 安装部署 gitlab-ce-14

第一步:rpm -ivh gitlab-ce-14.0.3-ce.0.el7.x86_64.rpm第二步:vim /etc/gitlab/gitlab.rb修改这里:external_url ‘http://192.168.80.13:9000’第三步[root@localhost ~]# sudo gitlab-ctl reconfigure**这个步骤非常耗费内存,执行reconfigure期间如果内存不足会出现ruby_block[authorize Grafana with GitLab]

2023-05-13 16:24:10 22188

原创 wget -c 当网络下载缓慢或者文件非常大的时候,或在不小心ctrl+c 截断了下载,往往一个文件还没有下载完,连接就已经被切断,此时就需要断点续传

wget -c 当网络下载缓慢或者文件非常大的时候,或在不小心ctrl+c 截断了下载,往往一个文件还没有下载完,连接就已经被切断,此时就需要断点续传

2023-05-07 21:31:15 1829

原创 resolve centos 7 can‘t watch video

Installed:Complete!Installed:Complete!Installed:Complete!Installed:

2023-05-07 01:39:31 541

原创 open suse install VMwareTools-10.0.0-2977863

open suse install wareTools

2023-05-06 20:46:24 904

原创 遍历JSONArray String转换成json 然后再遍历获取key

System.out.println(“遍历lengthAarry,获取数组中的name属性值:”+arryJSONObject.get(“name”));System.out.println(“遍历lengthAarry,获取数组中的code属性值:”+arryJSONObject.get(“code”));String json = “[{“name”:“张钊”,“code”:“444”},{“name”:“刘备”,“code”:“456”}]”;* 遍历JSONArray。

2023-05-02 22:08:58 690

原创 B tree and B+tree

B tree and B+tree

2023-04-21 01:08:55 48

原创 springboot 启动流程 ConfigurableApplicationContext run

springboot 启动流程

2023-03-14 15:54:56 511

原创 重新封装 map 的key和value

mapDriver.put(“作者”,atashMap.get(key));atashMap.put(“三国演义”,“罗贯中”);// map.put(“李四”,15);// map.put(“王五”,12);// map.put(“赵六”,10);atashMap.put(“水浒传”,“施耐庵”);atashMap.put(“西游记”,“吴承恩”);atashMap.put(“红楼梦”,“曹雪芹”);// map.put(“张三”,1);

2023-03-12 10:17:41 210

原创 Cannot deserialize instance of java.lang.Integer out of START_OBJECT token

Cannot deserialize instance of java.lang.Integer out of START_OBJECT token

2022-06-30 10:52:58 1176

原创 Cannot deserialize value of type `java.util.Date` from String \“2022-05-12 09:53:08\“: not a valid

JSON parse error: Cannot deserialize value of type java.util.Date from String “2022-05-12 09:53:08”: not a valid representation (error: Failed to parse Date value ‘2022-05-12 09:53:08’: Cannot parse date “2022-05-12 09:53:08”: while it seems to fit format

2022-05-31 13:51:53 1896

原创 Failed to introspect Class [org.springframework.cloud.context.properties.ConfigurationPropertiesBean

Failed to introspect Class [org.springframework.cloud.context.properties.ConfigurationPropertiesBeans] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2]at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean

2022-01-29 10:27:32 3296

原创 Relying upon circular references is discouraged and they are prohibited by default. Update your

Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-cir

2022-01-28 15:49:06 7001 2

原创 warning: LF will be replaced by CRLF in ytlab_log/log_debug.log. The file will have its original lin

$ git add .warning: LF will be replaced by CRLF in ytlab_log/log_debug.log.The file will have its original line endings in your working directoryAdministrator@PC09O5 MINGW64 /f/code6/hee/新建文件夹/hee (master)$ git config --global core.autocrlf false...

2021-07-01 19:26:51 116

原创 org.springframework.security.core.userdetails.UsernameNotFoundException: admin

找不到用户org.springframework.security.core.userdetails.UsernameNotFoundException: admin你需要重写这个接口public interface UserDetailsService { UserDetails loadUserByUsername(String var1) throws UsernameNotFoundException;}-=========================...

2021-06-30 14:14:20 3411 1

原创 GIT :error: remote origin already exists.

Administrator@PC-5O5 MINGW64 /f/code6/newworld (dev)$ git remote add origin https://gitee.com/weivihaha/machine.giterror: remote origin already exists.提示远程origin 已经存在,那么要删除他Administrator@PC-55 MINGW64 /f/code6/newworld (dev)$ git remote rm origin.

2021-06-24 19:04:22 387

原创 【git常见问题】fatal: Not a valid object name: ‘latest_branch‘.

F:\newtests\dbhee>git branch latestbranchfatal: Not a valid object name: 'latest_branch'.原因是没有提交一个对象,要先commit之后才会真正建立master分支,此时才可以建立其它分支。F:\newtests\dbhee>git add .F:\newtests\dbhee>git commit -m "message"[latest_branch (root-commit) fc..

2021-06-23 18:50:14 317

原创 2021-04-20Expected one result(or null) to be returned by selectOne(),but found :45 idea 控制台报错!!

Expected one result(or null) to be returned by selectOne(),but found :48你查下的不是一条数据,是48条数据返回多条数据是多个map 多个map 用List<Map<String,Object> > 来接收多条数据;

2021-04-20 20:36:23 209

原创 2021-04-19用idea 测试接口数据 报错 Required request body is missing 

用idea 测试接口数据 报错 Required request body is missing后台用@RequestBody注解来接受参数 postman 请求报Required request body is missing 解决办法:postman 请求的时候在body里面 选择raw的方式 ,并选择json 格式来传送数据!!...

2021-04-19 16:22:48 394

原创 2021-04-19Incorrect table definition; there can be only one auto column and it must be defined as a

SQL 错误 [1075] [42000]: Incorrect table definition; there can be only one auto column and it must be defined as a key意思是:设为自增的字段必须是主键,而我用的是客户端,表是批量从SQLServer复制到MySQL的,导致最后MySQL表中主键丢失,设置id为主键并设为自增后,保存成功,问题解决。...

2021-04-19 14:50:42 267

原创 IntelliJ IDEA 删除项目 清空项目缓存

IntelliJ IDEA 删除项目IntelliJ IDEA 删除项目,先关闭项目(close project),然后界面上不会是有项目例表,鼠标移到你想要删除的项目上(不要点击,一点就打开了),然后按DELETE键

2017-09-21 08:15:47 22203

原创 Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/12 Error: Timeout 90 sec ex

网卡1重启失败,原因是由于RedHat自己开发的NetworkManager管理工具和/etc/sysconfig/network-scripts/ifcfg-ethx配置不同步造成的。消除这个提示,请关闭NetworkManager服务即可:Bringing up interface eth1:  Active connection state: activatingActive con

2016-12-21 13:50:23 3440 1

原创 CDH5.8 安装记录

cdh5.8

2016-11-29 21:46:36 1202

原创 java基础学习

面向对象编程,面向物体编程对象是具体的事物,类是对对象的抽象面向对象 编程的本质,以类的方式组织代码,以对象的方式组织(封装)数据ooa 面向对象分析,ood 面向对象设计抽出像的部分,比如农民,地主,工人比如天使,抽象出他们的共同点:有翅膀,女孩,善良。类可以看成是一类对象的模板,对象可以看成是改类的一个具体实例类中定义

2016-11-22 14:07:44 292

原创 hadoop 知识点回顾

Hadoop 2.x 生态系统组成

2016-09-01 14:20:45 449

原创 oracle 12C dbca 建库

2016-09-01 14:14:02 2717

原创 11g r2 删除节点操作

2016-08-20 14:22:50 691

原创 11gr2 rac 添加节点操作

2016-08-20 14:13:05 413

原创 Result: PRVF-4007 : User equivalence check failed for user "grid"

[grid@rac1 bin]$  ./cluvfy stage -pre nodeadd -n rac3 -fixup -verbose Performing pre-checks for node addition Checking node reachability...Check: Node reachability from node "rac1"

2016-08-06 20:32:22 3260

原创 Bringing up interface eth0: Error: No suitable device found: no device found for connection 'System

[root@mytestdb rules.d]# service network restartShutting down loopback interface:                          [  OK  ]Bringing up loopback interface:                            [  OK  ]Bringing up

2016-07-30 11:06:03 647

原创 Bringing up interface Auto_eth3: Error: Connection activation failed: Device not managed by Network

[root@rac1 Desktop]# chkconfig NetworkManager off[root@rac1 Desktop]# chkconfig network on[root@rac1 Desktop]# service NetworkManager stopStopping NetworkManager daemon:                        

2016-07-28 22:18:00 1302

原创 UDEV模式下添加删除创建ASM磁盘

添加UDEV新磁盘规则root@rac2 ~]# cat /etc/udev/rules.d/99-oracle-asmdevices.rules KERNEL=="sd*", BUS=="scsi", PROGRAM=="/sbin/scsi_id -g -u -s %p", RESULT=="SATA_VBOX_HARDDISK_VBc95e5d3a-1aca6dfd_",NAME

2016-07-26 17:28:53 3636

原创 安装grid时,task resolv.conf integrity failed

This task checks consistency of file /etc/resolv.conf file across nodes (more details)  Check Failed on Nodes: [rac2] Check Succeeded On Nodes: [rac1] 如果没有配置DNS(只在hosts文件里标明),检测/etc/resolv.con

2016-07-24 17:47:43 10420

原创 [INS-060001]Failed to perform operation due to internal driver error.

[root@rac2 grid]# ssh rac1 dateThe authenticity of host 'rac1 (192.168.4.10)' can't be established.RSA key fingerprint is 24:8d:ee:9a:ac:2a:0d:bb:01:40:c4:c6:77:0c:86:fe.Are you sure you want to

2016-07-23 20:21:29 4805 1

原创 [INS-20802] Oracle Cluster Verification Utility failed

ping 一下scan ip 如果能通,就可以了!

2016-07-18 13:38:10 2194

原创 11gr2 grid安装的时候,ASM磁盘status为Member

解决方法;用Linux 下的dd 命令擦除磁盘[root@rac1 ~]# dd if=/dev/sdc of=/dev/sdc2097152+0 records in2097152+0 records out1073741824 bytes (1.1 GB) copied, 16.3332 s, 65.7 MB/s[root@rac1 ~]# dd if=/dev/sdd

2016-07-18 10:51:15 4305

原创 [INS-41112]Specified network interface doesnt maintain connectivity across cluster nodes

尝试ping  所有的节点看看是否能通过[root@rac1 media]# ssh rac1The authenticity of host 'rac1 (192.168.4.20)' can't be established.RSA key fingerprint is 59:45:33:75:ae:e3:ac:09:4a:ed:9c:86:bf:41:8c:47.Ar

2016-07-16 19:33:03 2335

原创 OGGCORE_12.2.0.1.0_PLATFORMS_151211.1401_FBO install

[oracle@testdb iso]$ cd fbo_ggs_Linux_x64_shiphome[oracle@testdb fbo_ggs_Linux_x64_shiphome]$ cd Disk1/[oracle@testdb Disk1]$ export DISPLAY=192.168.4.10:0.0[oracle@testdb Disk1]$ ./runIns

2016-07-02 21:51:24 468

SpringBoot+Mybatis-plus+codegenerator JavaWeb平台快速开发框架

你是否厌倦了搭建框架的枯燥繁琐 SpringBoot+mybatis-plus+codegenerator JavaWeb平台快速开发框架,让你远离搭建框架的烦恼,专心致力于业务开发!

2023-05-05

MybatisX-1.5.0.zip 开发利器 可实现mapper 层 和mybatis层自动跳转,可自动生成代码!!

MybatisX-1.5.0.zip 开发利器 可实现mapper 层 和mybatis层自动跳转,可自动生成代码!!

2022-06-22

2021史上最全最新知识点Java面试题库.docx

2021史上最全最新知识点Java面试题库

2021-08-25

[崔华著]基于Oracle的SQL优化-高清非扫描版

目录: 《基于oracle的sql优化》 第 1章 oracle里的优化器 1 1.1 什么是 oracle里的优化器 1 1.2 优化器的基础知识 19 1.3 优化器模式对 cbo计算成本带来巨大影响的实例 66 1.4 总结80 第 2章 oracle里的执行计划 82 2.1 什么是执行计划 82 2.2 如何查看执行计划 85 2.3 如何得到真实的执行计划 102 2.4 如何查看执行计划的执行顺序118 2.5 oracle里的常见执行计划 122 2.6 oracle里执行计划的稳定 172 2.7 总结 203 第 3章 oracle里的 cursor和绑定变量 204 3.1 oracle里的 cursor204 3.2 oracle里的绑定变量 237 3.3 oracle里的游标共享288 3.4 oracle里的应用类型 320 3.5 总结333 .第 4章 oracle里的查询转换 335 4.1 oracle里查询转换的作用 335 4.2 子查询展开 336 4.3 视图合并 344 4.4 星型转换 365 4.5 连接谓词推入 372 4.6 连接因式分解 379 4.7 表扩展 387 4.8 表移除 396 4.9 oracle如何处理 sql语句中的 in 401 4.10 查询转换的综合应用实例(逻辑读从 200万降到 6) 413 4.11总结 420 第 5章 oracle里的统计信息 422 5.1 什么是 oracle里的统计信息422 5.2 oracle里收集与查看统计信息的方法 423 5.3 表的统计信息 435 5.4 索引的统计信息440 5.5 列的统计信息 450 5.6 全局统计信息 496 5.7 动态采样 507 5.8 多列统计信息 516 5.9 系统统计信息 519 5.10 数据字典统计信息 536 5.11内部对象统计信息 539 5.12 oracle里的自动统计信息收集 546 5.13 oracle里应如何收集统计信息 563 5.14 总结 567 第 6章 oracle里的 hint 568 6.1 什么是 hint 568 6.2 hint的用法 576 6.3 hint被 oracle忽略的常见情形 590 6.4 常见的 hint 605 6.5 用 cardinality hint解决 ora-01555错误的实例 682 6.6 总结 693 第 7章 oracle里的并行 695 7.1 oracle里并行的基本概念 695 7.2 oracle里并行的控制 755 7.3 总结805 第 8章 oracle里 sql优化的方法论 807 8.1 oracle里如何做 sql优化 807 8.2 oracle里 sql优化的方法论在实战中的验证 824 8.3 总结 841

2015-05-20

LINUX使用教程 LINUX使用教程

使用教程LINUX使用教程 LINUX使用教程LINUX使用教程LINUX使用教程LINUX使用教程LINUX使用教程LINUX使用教程LINUX使用教程LINUX使用教程LINUX使用教程LINUX使用教程

2011-03-05

思科和华为产品快速对比

思科和华为产品快速对比思科和华为产品快速对比思科和华为产品快速对比思科和华为产品快速对比思科和华为产品快速对比思科和华为产品快速对比思科和华为产品快速对比思科和华为产品快速对比

2010-04-03

2009+3560交换机自学命令与配置》第一版

2009+3560交换机自学命令与配置》第一版2009+3560交换机自学命令与配置》第一版2009+3560交换机自学命令与配置》第一版2009+3560交换机自学命令与配置》第一版2009+3560交换机自学命令与配置》第一版2009+3560交换机自学命令与配置》第一版2009+3560交换机自学命令与配置》第一版2009+3560交换机自学命令与配置》第一版

2010-04-03

2010 思科路由协议100 问

2010 思科路由协议100 问2010 思科路由协议100 问2010 思科路由协议100 问2010 思科路由协议100 问2010 思科路由协议100 问2010 思科路由协议100 问2010 思科路由协议100 问2010 思科路由协议100 问2010 思科路由协议100 问v2010 思科路由协议100 问

2010-04-03

802.1x 协议是一种基于端口的网络接入控制协议

802.1x 协议是一种基于端口的网络接入控制协议(port based network access control protocol)。“基于端口的网络接入控制”是指在局域网接入设备的端口这一级对所接入的用户设备进行认证和 控制。连接在端口上的用户设备如果能通过认证,就可以访问局域网中的资源;如果不能通过认证,

2010-02-26

BGP(Border Gateway Protocol,边界网关协议)

BGP(Border Gateway Protocol,边界网关协议)是一种用于AS(Autonomous System,自治系 统)之间的动态路由协议。AS 是拥有同一选路策略,在同一技术管理部门下运行的一组路由器。

2010-02-26

SR8800系列万兆核心路由器

SR8800系列万兆核心路由器 接入分册 ip 业务分册 ip 路由分册 ip 组播分册

2010-02-26

H3CSE 考题(设计)

1. 网络中常见的安全设备包括防火墙 Firewall;入侵检测系统( IDS:Intrusion Detection System);深度抵御防火墙 IPS等。其中 IDS通常作为网关设备部署,处于主要业务流量的路径之上。而 Firewall和 IPS则通常作为旁路设备部署。 T. True F. False Answer: F

2009-11-21

MyEclipse Hibernate快速入门中文版

MyEclipseb Hibernate快速入门中文版

2009-05-14

sqlserver通用jdbc驱动

sqlserver通用jdbc驱动 适合sqlserver 2000或2005以上的jdbc连接

2009-05-11

云计算入门指南谈论云计算时,人们很容易迷失方向。大家似乎都拥有云、连接云、实现云、或者至少准备好实施云。 其中有许多行话,但行话后面,也蕴藏着一些非常真实的商业和技术利益。

谈论云计算时,人们很容易迷失方向。大家似乎都拥有云、连接云、实现云、或者至少准备好实施云。 其中有许多行话,但行话后面,也蕴藏着一些非常真实的商业和技术利益。 Sun 新发布的《云计算入门指南》将帮助您去粗取精,去伪存真 — 并为您提供一个框架,用来确定云计算是否对于您的机构有意义以及有何意义。我们将帮助您揭开云计算的神秘面纱,并向您说明如何在此环境中实现虚拟化和进行软件部署。 在这份 24 页的免费指南中,内容包含: 定义云计算及其优点 解释不同的云类型(公用云、专用云和混合云) 描述架构服务层(例如,把软件当作服务) 详细说明基本虚拟化技术 建议入门所需采取的后续步骤和行动

2009-05-05

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除