排序
Linux 三剑客之 awk 实战详解教程
我们知道 Linux 三剑客,它们是 grep、sed、awk。在前边已经讲过 grep 和 sed,没看过的同学可以直接点击阅读,今天要分享的是更为强大的 awk。 sed 可以实现非交互式的字符串替换,grep ...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(三)PeopleTools Installation
Link to the main post So, if you’ve come this far, you should be able to access the PeopleSoft home page without any issues In this post, let us look at installing PeopleTools. Fi...
Linux文件基本管理bash shell对文件进行管理
=============bash shell对文件进行管理================= 创建、复制、删除、移动、查看、编辑、压缩、权限、查找 文件路径 绝对路径: 从/开头的路径 /home ~alice 相对路径: 相对于当前目录...
Ubuntu20.04修改终端字体的方法
为什么要修改终端字体呢?因为我在使用vimplus的插件时候遇到了一个问题:插件中文显示乱码 在github找到的解决方案: 安装vimplus后Airline等插件有乱码,怎么解决? linux和mac系统需设置终端...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(索引)Step By Step Guide
搬运备用 原文博客https://mani2web.wordpress.com/ Hello everyone! Hope everyone is doing good and staying safe! Four years ago, I had shared a step-by-step guide for instal...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)Getting Started
Here‘s the link to the main post. This post assumes that you have a Windows based host. I had completed the installation on Windows 10 running on a Lenovo laptop with a dual-core ...
JavaFX Dialog对话框JavaFX Dialogs (official)
Standard Dialogs Information Dialog Alert alert = new Alert(AlertType.INFORMATION); alert.setTitle('Information Dialog'); alert.setHeaderText('Look, an Information Dialog'); alert....
C语言基础教程循环语句&算法习题
/** * File Name: practice.c * Author: Haoxuan * Mail: haovxuan@126.com * Created Time: 2020年12月16日 星期三 10时48分01秒 **/ #include <stdio.h> #include <math.h> /** *...
解决man手册在deepin环境下资料不全的问题
在deepin环境下查阅man手册时候,遇到问题:没有 fopen 的手册页条目 解决方法: sudo apt install manpages-de manpages-de-dev manpages-dev glibc-doc manpages-posix-dev manpages-posix
记录一下在Ubuntu19.10下安装mysql8.0时候踩的坑
安装mysql8.0之后与网上大多教程不同的是我没有遇到设置root密码的界面。 输入 sudo apt install mysql-server之后直接就安装成功了。 尝试了很多办法,都不能成功的修改root密码,直到参考这篇...








