视频介绍: https://v.youku.com/v_show/id_XNDYyMDc4NDYyMA==.html PPT简介: ...
分类:
其他好文 时间:
2020-04-06 15:19:42
阅读次数:
87
进程控制类命令 ?查看系统中的进程命令:ps top ?控制系统中的进程命令:kill killall nice renice ?进程后台运行命令 ?进程的挂起和恢复 程序和进程的区别: 程序是一个包含可执行代码的文件,它放在磁盘等介质上。 当程序被操作系统装载到内存并分配给它一定资源后,此时可称为 ...
分类:
系统相关 时间:
2020-04-05 20:27:47
阅读次数:
116
看了网上很多解决办法,一般是找到fluttersdk的bin的cache目录下的lockfile然后删掉 然鹅。。。正常情况下一般不会让你删,一般显示有进程占用... 于是换了种思维,发现在win下每次运行flutter,git-remote都要发送次请求,目的的是GitHub 处于天朝,我是移动网 ...
分类:
其他好文 时间:
2020-04-05 15:32:28
阅读次数:
149
class Animal(object): pass # 大类: class Mammal(Animal): pass class Bird(Animal): pass class Runnable(object): def run(self): print('Running') class Fly ...
分类:
其他好文 时间:
2020-04-05 12:01:37
阅读次数:
105
获取镜像 docker pull ubuntu 评:如不下载,在启动镜像时如果发现本地没有,会自动下载 启动容器 [running]jihite@:~$ docker run -it ubuntu /bin/bash root@46db001d96f5:/# echo "hello" hello 后 ...
分类:
其他好文 时间:
2020-04-04 11:53:56
阅读次数:
73
Started by user test Running as SYSTEM Building remotely on home_windows (mbhCloud_UI_Test) in workspace E:\Jenkins_Slave_Home\workspace\mbhCloud_UI A ...
分类:
其他好文 时间:
2020-04-01 23:23:53
阅读次数:
554
最近主从出现故障,做了数据恢复还原后,需要重新配置主从配置,由于是多年前的配置,对里面的结构又得重新熟悉下,而且中间多了一层docker,比较费时,手动切输入切换多有不便,于是处理故障的同时,决定编写如下脚本,以便备用,提升效率。如有需要可供参考。#!/bin/bash#date:2020.3.30#author:jerry##thisshellrepairmsmakebyjerry##ver2.
分类:
其他好文 时间:
2020-03-31 16:05:41
阅读次数:
86
在java代码进行redis集群锁获取锁的时候,报如下错误 org.redisson.client.RedisException: ERR Error running script ( 或者 Exception in thread "Thread-24" org.redisson.client.Re ...
分类:
其他好文 时间:
2020-03-29 17:57:29
阅读次数:
434
一、配置idea a、Ctrl+Alt+S => Compiler => Build project automatically; b、Ctrl+Alt+Shift+/ => Registry... => compiler.automake.allow.when.app.running; 二、配置p ...
分类:
编程语言 时间:
2020-03-29 10:31:09
阅读次数:
94
iosconfig.diff_text Return the diff, as text, between the candidate and the running config. candidate_config The candidate configuration sent as text. ...
分类:
移动开发 时间:
2020-03-28 21:51:24
阅读次数:
82