Loading

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 用ps和grep命令寻找僵尸进程 杀死他 阅读全文
posted @ 2020-02-21 18:38 Lust4Life 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 普通用户定时执行脚本 bash 安装 yum provides crontab yum install cronie 好像是这个 sudo apt install cron 编写脚本 vi tt.sh !/bin/sh echo /home/data/time.log 2 &1 chmod +x t 阅读全文
posted @ 2020-02-20 14:50 Lust4Life 阅读(148) 评论(0) 推荐(0) 编辑
摘要: https://www.lulinux.com/archives/1319/comment-page-4 https://github.com/wszqkzqk/deepin-wine-ubuntu ##准备环境 #!/bin/bash mkdir /tmp/deepintemp cd /tmp/d 阅读全文
posted @ 2020-02-17 10:15 Lust4Life 阅读(1304) 评论(0) 推荐(0) 编辑
摘要: 中文字符在Python中是以unicode存在的 阅读全文
posted @ 2020-02-16 18:06 Lust4Life 阅读(557) 评论(0) 推荐(0) 编辑
摘要: Python3 中可以使用 json 模块来对 JSON 数据进行编解码,它包含了两个函数: json.dumps(): 对数据进行编码。 json.loads(): 对数据进行解码。 编码:把一个Python对象编码转换成Json字符串 json.dumps() 解码:把Json格式字符串解码转换 阅读全文
posted @ 2020-02-16 17:57 Lust4Life 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/penpower_generals/article/details/71088214 https://blog.csdn.net/weixin_37549546/article/details/79250042 扩容磁盘依据的是逻辑分区,服务器为vmwar 阅读全文
posted @ 2020-02-14 18:09 Lust4Life 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 课程代码地址: https://github.com/driws/python data visualiztion cookbook/tree/master/3367OS_02_Code 环境准备 虚拟环境 matplotlib文档 https://matplotlib.org/ axex: 设置坐 阅读全文
posted @ 2020-02-13 16:15 Lust4Life 阅读(1536) 评论(0) 推荐(0) 编辑
摘要: matplotlib 折线图基础 调整xy轴刻度的稀疏读 练习: matplotlib 不显示中文字体 阅读全文
posted @ 2020-02-10 16:34 Lust4Life 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1 ip地址查询 beautifulsoup 基本元素 标签使用 标签树上行遍历 阅读全文
posted @ 2020-02-08 21:02 Lust4Life 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 对于版本号大于1.13的tensorflow gpu版本,如1.14、1.15和2.0,要安装CUDA10.0,不要安装最新的CUDA10.1,安装后会提示缺少很多库文件,而导致GPU版本的tensorflow无法使用。 CUdnn与CUDA的对应关系 NVIDIA官网链接:https://deve 阅读全文
posted @ 2020-02-06 22:39 Lust4Life 阅读(1273) 评论(0) 推荐(0) 编辑
摘要: 巡检脚本 bash 1 !/bin/bash 2 3 File Name: 1.sh 4 Version: V1.0 5 Author: 6 Organization: 7 Created Time : date 8 Description: 9 10export PATH=/usr/local/s 阅读全文
posted @ 2020-02-04 22:27 Lust4Life 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 参考: https://www.jianshu.com/p/fce000cf4c0f 前提: nvidia docker cuda 镜像 接上: 修改Jupyter默认启动的terminal所使用的shell 使用的镜像的主进程是Jupyter,修改Jupyter默认启动terminal所使用的sh 阅读全文
posted @ 2020-02-03 15:57 Lust4Life 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/heenhui2016/p/10637746.html :jupyter notebook 与lab区别 https://www.zhihu.com/question/46309360 作用 https://jupyter.readthedocs.io 阅读全文
posted @ 2020-02-03 13:10 Lust4Life 阅读(501) 评论(0) 推荐(0) 编辑
摘要: 容器安装 docker】安装matlab2017a https://blog.csdn.net/xll_bit/article/details/80841791 远程终端docker容器linux操作系统安装MATLAB https://blog.csdn.net/lingerlanlan/arti 阅读全文
posted @ 2020-02-03 13:06 Lust4Life 阅读(781) 评论(0) 推荐(0) 编辑
摘要: Python数据分析学习路线个人总结 https://mp.weixin.qq.com/s?__biz=MzI3NTkyMjA4NA==&mid=2247489096&idx=1&sn=f506bf34e0d1acb51e1a4c1cc3455e4d 我的机器学习入门路线图 https://mp.w 阅读全文
posted @ 2020-02-02 19:57 Lust4Life 阅读(830) 评论(0) 推荐(0) 编辑
摘要: 谷歌浏览器驱动版本对照 https://sites.google.com/a/chromium.org/chromedriver/ https://sites.google.com/a/chromium.org/chromedriver/downloads/version selection htt 阅读全文
posted @ 2020-02-02 11:17 Lust4Life 阅读(569) 评论(0) 推荐(0) 编辑
摘要: ##工具 DeepinScrot : 这是一个在深度(Deepin)操作系统中使用的截图工具 ##安装操作 ##http://ftp.vim.org/ftp/os/Linux/distr/deepin/pool/main/d/deepin-scrot/ wget http://ftp.vim.org 阅读全文
posted @ 2020-02-01 16:24 Lust4Life 阅读(379) 评论(0) 推荐(0) 编辑
摘要: https://igfonts.io/ 阅读全文
posted @ 2020-01-21 13:28 Lust4Life 阅读(319) 评论(0) 推荐(0) 编辑
摘要: intel官网 https://software.intel.com/zh cn/articles/intel optimization for tensorflow installation guide 在linux(centos)上从源码安装tensorflow: https://blog.cs 阅读全文
posted @ 2020-01-20 14:37 Lust4Life 阅读(4400) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-20 14:15 Lust4Life 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/1c6a535647e0 https://service.tp link.com.cn/detail_article_4145.html https://blog.csdn.net/u013177446/article/details/539960 阅读全文
posted @ 2020-01-19 15:52 Lust4Life 阅读(163) 评论(0) 推荐(0) 编辑
摘要: create a new repository on the command line push an existing repository from the command line githup免密推送 参考: https://blog.csdn.net/inthuixiang/article 阅读全文
posted @ 2020-01-19 10:57 Lust4Life 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 使用 https://blog.csdn.net/yeler082/article/details/82984283 https://blog.csdn.net/mifangdebaise/article/details/78003625 安装 https://blog.csdn.net/qq_32 阅读全文
posted @ 2020-01-19 10:06 Lust4Life 阅读(184) 评论(0) 推荐(0) 编辑
摘要: http://httpbin.org/get www.net.cn pconline 阅读全文
posted @ 2020-01-18 15:13 Lust4Life 阅读(731) 评论(0) 推荐(0) 编辑
摘要: 腾讯翻译 分析: 查看到translate_uuid1579275396885 可能为时间: 测试: https://tool.lu/timestamp/ 搜索js:断点测试 另外qtv qtk 会变 第一次请求https://fanyi.qq.com/ 会回去两个变量的值,在源码中搜索即可获取。 阅读全文
posted @ 2020-01-17 23:52 Lust4Life 阅读(1427) 评论(0) 推荐(0) 编辑
摘要: 实现: 终端的字符颜色是用转义序列控制的,是文本模式下的系统显示功能,和具体的语言无关。 转义序列是以ESC开头,即用\033来完成(ESC的ASCII码用十进制表示是27,用八进制表示就是033)。 书写格式: 开头部分:\033[显示方式;前景色;背景色m 结尾部分:\033[0m 完整格式: 阅读全文
posted @ 2020-01-17 18:37 Lust4Life 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 安装操作 常用参数: a:压缩文件; x:解压文件; p:设置密码。密码紧随其后,如 p123。 来源: https://www.jianshu.com/p/3ff32b78a938 阅读全文
posted @ 2020-01-17 17:43 Lust4Life 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 好玩 今天同事问我一个问题,关于nginx location 的问题,在项目现场没有搞出来,又累又饿又冷又烦躁,心想这特么的问题出在哪呢,关于location的定位之前了解过,长时间不用于是忘了.真失望.后来大家都走了,本来没想背电脑回来,于是,背回来吧,搞他一搞. 坐公交车,拿出手机,在公众号看了 阅读全文
posted @ 2020-01-06 22:17 Lust4Life 阅读(389) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-06 09:17 Lust4Life 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-01-04 18:56 Lust4Life 阅读(16) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页