Loading [MathJax]/jax/element/mml/optable/BasicLatin.js
会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dmwc
博客园
首页
新随笔
联系
订阅
管理
随笔 - 62
文章 - 0
评论 - 0
阅读 -
58083
上一页
1
2
3
4
5
6
7
下一页
2020年11月10日
rm -rf /*
摘要: [BEGIN] 2020/11/10 16:19:37 root@1234567890:~# rm -rf /* rm: cannot remove ‘/bin’: Device or resource busy rm: cannot remove ‘/boot’: Device or resour
阅读全文
posted @ 2020-11-10 16:41 dmwc
阅读(132)
评论(0)
推荐(0)
2020年9月17日
Excel表格奇偶数行颜色设置
摘要: 选取两行用不同的颜色,再用格式刷选择不同颜色的两行 用鼠标选择需要的其他行
阅读全文
posted @ 2020-09-17 22:40 dmwc
阅读(731)
评论(0)
推荐(0)
爱因斯坦阶梯问题
摘要: public class Jieti{ public static void main(String[] str){ for(int i = 120;i < 100000;i++){ if((i%2==1)&&(i%3==2)&&(i%5==4)&&(i%6==5)&&(i%7==0)){ Syst
阅读全文
posted @ 2020-09-17 22:39 dmwc
阅读(223)
评论(0)
推荐(0)
GIP
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- def getIP(count=1000, startIP='1.1.1.1'): a1 = int(startIP.split('.')[0]) a2 = int(startIP.split('.')[1]
阅读全文
posted @ 2020-09-17 19:04 dmwc
阅读(369)
评论(0)
推荐(0)
2020年9月3日
linux netstat命令、jps命令
摘要: linux下通过进程名查看其占用端口: 1、先查看进程pid ps -ef | grep 进程名 2、通过pid查看占用端口 netstat -nap | grep 进程pid linux通过端口查看进程: netstat -nap | grep 端口号 jps命令的使用方法 jps(Java Vi
阅读全文
posted @ 2020-09-03 20:01 dmwc
阅读(389)
评论(0)
推荐(0)
2020年8月22日
du -h 查看文件大小
摘要: du -k:单位为KB du -m :单位为MB du -h :单位为KB\GB\MB
阅读全文
posted @ 2020-08-22 20:29 dmwc
阅读(931)
评论(0)
推荐(0)
2020年8月20日
【转】watch 命令
摘要: https://www.jianshu.com/p/cdf4cbdb2d98 watch是一个非常实用的命,基本所有的Linux发行版都带有这个小工具,如同名字一样,watch可以帮你监测一个命令的运行结果,省的你一遍遍的手动运行,在Linux下,watch是周期性的执行下个程序,并全屏显示执行的结
阅读全文
posted @ 2020-08-20 19:59 dmwc
阅读(133)
评论(0)
推荐(0)
wget -c 断点续传
摘要: 安装get yum install -y wget 文件传输过程 参数: -c, --continue 断点续传下载文件。 --progress=TYPE 选择进度条类型。
阅读全文
posted @ 2020-08-20 19:51 dmwc
阅读(250)
评论(0)
推荐(0)
2020年8月19日
【转】Windows10 下安装SourceTree 跳过注册 Bitbucket
摘要: https://www.cnblogs.com/daizhongxing/p/12251672.html [ { "
id": "1", "
type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host
阅读全文
posted @ 2020-08-19 20:34 dmwc
阅读(207)
评论(0)
推荐(0)
Sourcetree Clone 错误信息:Filename too long unable to checkout working tree warning: Clone succeeded, but checkout failed.
摘要: 原因:提示说是文件名太长,无法签出工作树警告:克隆成功,但签出失败。 解决方法: cmd 管理员权限执行git config --system core.longpaths true
阅读全文
posted @ 2020-08-19 20:00 dmwc
阅读(4468)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
下一页
公告
昵称:
dmwc
园龄:
5年10个月
粉丝:
0
关注:
0
+加关注
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
Linux
(12)
Java
(11)
python
(6)
software
(2)
idea
(2)
git
(2)
android studio
(2)
zz
(1)
MySql
(1)
MATCH
(1)
更多
随笔分类
Android(1)
Java(4)
linux(8)
python(9)
网络(1)
随笔档案
2021年6月(7)
2021年5月(3)
2020年11月(1)
2020年9月(4)
2020年8月(5)
2020年7月(3)
2020年6月(1)
2020年5月(3)
2020年3月(8)
2020年2月(6)
2019年12月(7)
2019年11月(5)
2019年10月(5)
2019年9月(1)
2019年8月(3)
阅读排行榜
1. 错误已解决:java.net.ConnectException: Failed to connect to localhost/127.0.0.1(9663)
2. Linux命令之history 查看命令执行时间(5766)
3. Sourcetree Clone 错误信息:Filename too long unable to checkout working tree warning: Clone succeeded, but checkout failed.(4468)
4. 为什么搜狗输入法,在androidStudio上无法输入中文(3287)
5. 手机软件在桌面找不到(3285)
点击右上角即可分享