apt-get update 则OK啦。
转载 2017-05-02 14:54:00
2155阅读
2评论
华为云安装个mysql就出这个报错   华为云竟然用的国外的镜像源 隔壁友商人家就知道给改个正常人用的镜像源怎么到它这儿就这么坑人呢。。。。  
原创 2021-07-12 11:13:44
243阅读
华为云安装个mysql就出这个报错https://www..com/liptom/p/12155870.换清华源蟹蟹华为云竟然用的国外的镜像源隔壁友商人家就知道给改个正常人用的镜像源怎么到它这儿就这么坑人呢。。。。...
原创 2022-04-18 14:42:49
299阅读
sudo apt-get update
原创 2022-06-09 13:14:12
7384阅读
安装ROS包时:经过分析应该是ROS软件包的源在国外,更换为国内就好
原创 2023-03-17 11:01:31
568阅读
I am getting well on with Fedora now. However when I was a fresher to Fedora, I have met a lot of pro
原创 2022-09-05 17:05:43
64阅读
For many Windows-based developers, Subversion and TortoiseSVN is a great source control
转载 2014-03-06 14:51:00
373阅读
2评论
today I met several problems when trying to install matlab on the ubuntu 13.10.Firstly, it need at least 5GB free space to install Matlab. not enough space, 0.7GB less than enough. Using "Gparted" &nb
原创 2014-03-14 00:12:55
383阅读
一、Missing Scripts(脚本引用丢失) 请看下面的两张图的Warn(脚本引用丢失),在某些情况下我们会遇到这个警告。 二、解决办法 参考资料
原创 2021-07-20 16:41:50
445阅读
Remove crash report filesThe apport system creates crash report files in the /va
原创 2015-11-28 14:13:34
76阅读
Missing Icons and file names with XfceTry installing the gnome-icon-theme-full and tango-icon-theme packages:sudo apt-get install gnome-icon-theme-full tango-icon-theme...log out and back in again, th
ico
原创 2023-04-14 00:35:25
35阅读
前言 最近帮助用户做健康检查,用户发现事件查看器(EventView)里面有很多错误,有一个就是"Drives are running out of free space",而且每小时就会出现一次。 其实,这些系统的警告,是可以在管理中心禁用的。 1.进入SharePoint管理中心,点击Monit
原创 2021-07-26 11:42:59
235阅读
背景信息在Ubuntu 23.04操作系统上执行apt-get update命令更新操作系统时,得到以下错误# apt-get update Ign:1 http://mirrors.aliyun.com/ubuntu lunar InRelease Ign:2 http://mirrors.aliyun.com/ubuntu lunar-updates InRelease Ign:3 http:
原创 精选 10月前
1100阅读
本文讲的是为什么我还没 Fix 你的 Issue, 你好,你在 GitHub 上的项目中提出的一个问题,现在已经过期了。我早就体会到了 GitHub 的亲切,它可以给我发送一封我在两周前早晨时扫过一眼的关于你的相关信息的邮件。从那以后,我已经简单地想过了几次,有一次我在淋浴的时候,我得到了一个模糊的想法,我知道是什么造成的 —— 但我不确定,因为我不记得具体细节。当然,你不知道这一切。你想知道你
转载 2024-08-15 15:40:27
134阅读
This is the first part in a series of articles entitled "The right too
原创 2022-11-28 14:52:21
145阅读
# HBase 故障排查与修复指南 HBase是一个分布式的、面向列的NoSQL数据库,它基于Hadoop文件系统构建,提供了对大规模数据集的实时读写访问。然而,在使用过程中,我们可能会遇到各种故障和问题。本文将介绍一些常见的HBase故障排查和修复方法,并提供代码示例和图表来帮助理解。 ## HBase故障排查 1. **监控指标检查**:首先,我们需要检查HBase的监控指标,如GC时间
原创 2024-07-22 06:56:05
28阅读
修复Java的指南 ## 简介 Java是一种广泛使用的编程语言,但是在使用过程中难免会遇到一些问题。本指南旨在帮助Java开发者解决常见的问题,并提供一些代码示例。 ## 问题1:NullPointerException(空指针异常) 空指针异常是Java开发中经常遇到的问题之一。它通常在试图访问一个空引用时抛出。以下是一个示例: ```java public class Exampl
原创 2024-01-31 04:20:31
41阅读
Int、Fix 函数 返回数字的整数部分。 Int(number) Fix(number) number 参数可以是任意有效的数值表达式。如果 number 参数包含 Null,则返回 Null。 说明 Int 和 Fix 函数都删除 number 参数的...
转载 2012-03-12 01:32:00
111阅读
2评论
​​ Before we begin, keep this in mindbegin_array means the json response is an array which will look something like this [{},{},..]begin_object means the json response is an object which will look som
转载 2018-11-01 11:03:00
184阅读
2评论
Int、Fix 函数返回数字的整数部分。Int(number)Fix(number)number 参数可以是任意有效的数值表达式。如果 number 参数包含 Null,则返回 Null。说明Int 和 Fix 函数都删除 number 参数的小数部分并返回以整数表示的结果。Int 和 Fix 函数的区别在于如果 number 参数为负数时,Int ...
原创 2021-09-29 10:11:56
303阅读
  • 1
  • 2
  • 3
  • 4
  • 5