会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
lshan
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
39
40
41
42
43
44
45
46
47
···
83
下一页
2019年10月22日
airflow xcom 数据传递
摘要: t1 写入参数, t2 获取参数
阅读全文
posted @ 2019-10-22 17:31 lshan
阅读(4355)
评论(0)
推荐(0)
编辑
2019年10月21日
filebrowser 搭建远程文件管理器(docker 版本安装) 文件系统
摘要: 官网文档:https://filebrowser.xyz/installation 准备: sudo mkdir -p /opt/files sudo chmod -R 755 /opt/files 将 /opt/files/ 文件夹提供给外部访问修改 docker run -itd -v /opt
阅读全文
posted @ 2019-10-21 22:49 lshan
阅读(2799)
评论(0)
推荐(0)
编辑
2019年10月18日
开启、关闭ubuntu防火墙
摘要: 前言 防火墙(Firewall),也称防护墙。它是一种位于内部网络与外部网络之间的网络安全系统。一项信息安全的防护系统,依照特定的规则,允许或是限制传输的数据通过。 防火墙对于我们的网络安全的重要性不言而喻 但是在实际的开发过程中 我们有可能会 需要开启、关闭防火墙 那么 Ubuntu中怎么管理防火
阅读全文
posted @ 2019-10-18 18:04 lshan
阅读(362)
评论(0)
推荐(0)
编辑
2019年10月17日
python str byte 互转
摘要: # bytes object b = b"example" # str object s = "example" # str to bytes bytes(s, encoding = "utf8") # bytes to str str(b, encoding = "utf-8") # an alternative ...
阅读全文
posted @ 2019-10-17 12:25 lshan
阅读(549)
评论(0)
推荐(0)
编辑
2019年10月15日
Java 获取系统cpu 内存 占用情况
摘要: 原文链接:https://blog.csdn.net/CallMeV6/article/details/83176840 说明:获取的数据是操作系统整体的资源占用情况,不是当前 java进程占用的资源 1. 获取系统CPU占用情况 : import java.lang.management.Mana
阅读全文
posted @ 2019-10-15 23:08 lshan
阅读(2663)
评论(0)
推荐(0)
编辑
python -config-ini 配置文件的使用
摘要: 参考: https://www.cnblogs.com/hanmk/p/9843136.html https://www.cnblogs.com/wangjian1226/p/10448752.html python使用自带的configparser模块用来读取配置文件,配置文件的形式类似windo
阅读全文
posted @ 2019-10-15 00:13 lshan
阅读(1880)
评论(0)
推荐(0)
编辑
2019年10月12日
python mysql
摘要: 参考: https://www.runoob.com/python3/python3-mysql.html
阅读全文
posted @ 2019-10-12 18:48 lshan
阅读(144)
评论(0)
推荐(0)
编辑
Schema一种优雅的数据验证方式 validation python
摘要: 参考:https://segmentfault.com/a/1190000011777230 https://blog.csdn.net/weixin_34323858/article/details/88951728
阅读全文
posted @ 2019-10-12 14:12 lshan
阅读(1014)
评论(0)
推荐(0)
编辑
2019年10月11日
python 多线程 (线程池的几种使用)(2)
摘要: 参考自定义线程池:https://www.cnblogs.com/zhang293/p/7954353.html 原密解析: https://www.jianshu.com/p/b9b3d66aa0be 最佳线程数的获取: 1、通过用户慢慢递增来进行性能压测,观察QPS(即每秒的响应请求数,也即是最
阅读全文
posted @ 2019-10-11 15:29 lshan
阅读(714)
评论(0)
推荐(0)
编辑
python 多线程-带返回值 (1)
摘要: 一般线程的使用: 参考; https://www.runoob.com/python3/python3-multithreading.html 带返回值
阅读全文
posted @ 2019-10-11 15:24 lshan
阅读(1052)
评论(1)
推荐(0)
编辑
上一页
1
···
39
40
41
42
43
44
45
46
47
···
83
下一页