Skip to content

蚂蚁学Python

博学之、审问之、慎思之、明辨之、笃行之

  • 视频课程
  • 关于我

linux

Categories linux

使用U盘给电脑安装Centos 7系统

2024-07-042024-07-04 Leave a comment by crazyant

U盘安装软件 https://rufus.ie/zh/ 截图: centos 7系统 https://buil … Read more 使用U盘给电脑安装Centos 7系统


Categories linux

Linux系统Kill掉包含某个关键词的所有进程命令

2023-04-11 Leave a comment by crazyant

命令 kill -9 $(ps aux | grep 'retrieve' | awk & … Read more Linux系统Kill掉包含某个关键词的所有进程命令


Categories linux, python

怎样在Shell中运行Python的多行代码

2023-03-142021-07-30 by crazyant

https://stackoverflow.com/questions/40143190/how-to-exe … Read more 怎样在Shell中运行Python的多行代码


Categories linux

CentOS自己编译安装Python3的命令

2023-03-122019-03-08 by crazyant

yum install zlib-devel bzip2-devel openssl-devel ncurse … Read more CentOS自己编译安装Python3的命令


Categories java, linux

快速找到Tomcat中最耗CPU的线程

2023-03-142017-08-04 2 Comments by crazyant

1、找出TOMCAT的JVM的进程ID [work@112542000 ~]$ jps 290 Bootstr … Read more 快速找到Tomcat中最耗CPU的线程


Categories java, linux

Tomcat内存分析相关方法(jmap和mat)

2023-03-142016-09-28 1 Comment by crazyant

Linux环境命令行 首先,根据进程命令,获取运行的tomcat的进程ID ps aux | grep tom … Read more Tomcat内存分析相关方法(jmap和mat)


Categories linux

Bash Shell怎样检查文件是否存在?

2023-03-122015-11-27 Leave a comment by crazyant

在类Unix系统的Bash环境下,怎样检查文件是否存在呢? Shell中的test命令,可以用来检测文件的类型 … Read more Bash Shell怎样检查文件是否存在?


Categories linux, python

python执行shell的两种方法

2023-03-142013-11-22 2 Comments by crazyant

有两种方法可以在Python中执行SHELL程序,方法一是使用Python的commands包,方法二则是使用 … Read more python执行shell的两种方法


Post navigation
Older posts
1 2 3 Next →

文章分类

  • C++ (8)
  • chatgpt (3)
  • django (16)
  • docker (4)
  • fastapi (3)
  • flask (11)
  • hadoop (5)
  • hive (14)
  • java (20)
  • javascript (1)
  • kafka (1)
  • linux (18)
  • mac (4)
  • mysql (26)
  • numpy (2)
  • paddlepaddle (1)
  • pandas (42)
  • php (39)
  • pyecharts (1)
  • pyqt (6)
  • python (34)
  • python环境 (30)
  • python趣味小程序 (3)
  • redis (4)
  • sklearn (1)
  • spark (6)
  • tensorflow (3)
  • zookeeper (1)
  • 产品想法 (1)
  • 办公自动化 (10)
  • 大数据 (1)
  • 大模型 (3)
  • 推荐系统 (7)
  • 数据科学 (1)
  • 数据结构与算法 (1)
  • 机器学习 (4)
  • 爬虫 (24)
  • 电商 (2)
  • 程序人生 (26)
  • 程序员自媒体 (12)
  • 腾讯课堂 (1)
  • 自动化测试 (1)
  • 读书心得 (8)
  • 软件工具 (9)
  • 量化投资 (6)
© 2025 蚂蚁学Python • Theme Xena