上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 30 下一页

2017年12月1日

关于 telegram中 callback_data <= 64bytes 的解决方法

摘要: 解决方法: 以上 阅读全文

posted @ 2017-12-01 21:18 Lemo_wd 阅读(277) 评论(0) 推荐(0) 编辑

2017年11月18日

centos7 与 archlinux用户 安装 python3模块 pytaglib

摘要: 对于 centos7用户: 对于 arch 用户: 其他用户: https://pypi.python.org/pypi/pytaglib 阅读全文

posted @ 2017-11-18 19:25 Lemo_wd 阅读(1017) 评论(0) 推荐(0) 编辑

2017年11月8日

ruby 知识点随笔

摘要: print 、puts 和 p 方法的区别。"" 与 '' 的区别。 处理控制台编码问题 >ruby -E utf-8 脚本文件名称 # 执行脚本 >irb -E utf-8 # 启动 irb 以等号结尾的方法: 条件判断 if then else end 循环语句 注意这里 do关键字可以省略。 阅读全文

posted @ 2017-11-08 20:37 Lemo_wd 阅读(150) 评论(0) 推荐(0) 编辑

关于 python中的转义字符

摘要: "abc\n" 前面加 r,表示原生输出,不转义。实际上是用 \代替 \\,其实是已经转义过了,并不是不转义。 看这个例子: print(r"abc \n") => abc \n 相当于 print("abc \\n") => abc \n 也就是说这里 r"abc \n" <=> "abc \\n 阅读全文

posted @ 2017-11-08 20:10 Lemo_wd 阅读(2166) 评论(0) 推荐(0) 编辑

2017年11月4日

shadowsocks 使用

摘要: 转到 阅读全文

posted @ 2017-11-04 23:21 Lemo_wd 阅读(4) 评论(0) 推荐(0) 编辑

Bash 脚本 去除注释

摘要: sed -i "/^#/d;/^ *$/d" /etc/squid/squid.conf 阅读全文

posted @ 2017-11-04 21:22 Lemo_wd 阅读(184) 评论(0) 推荐(0) 编辑

2017年11月3日

centos 安装 python36

摘要: centos6 安装 python36 临时方法: https://www.softwarecollections.org/en/scls/rhscl/rh-python36/ 方法二: http://blog.csdn.net/loyachen/article/details/51878653 c 阅读全文

posted @ 2017-11-03 15:39 Lemo_wd 阅读(807) 评论(0) 推荐(0) 编辑

python中 requests 支持 socks代理

摘要: 参考博客 https://zhengheng.me/2016/08/25/python-requests-socks5/ 阅读全文

posted @ 2017-11-03 15:06 Lemo_wd 阅读(260) 评论(0) 推荐(0) 编辑

2017年10月29日

linux 下实用软件工具推荐

摘要: 截图:Deepin-Screenshot 音乐:deepin-music netease-music 绘图工具:Draw.io Desktop (chrome extension) / www.processon.com 看图软件:eog/imagemagick/gthumb/feh 字体:gnom 阅读全文

posted @ 2017-10-29 23:08 Lemo_wd 阅读(286) 评论(0) 推荐(0) 编辑

2017年10月23日

中州韻输入法框架 ibus-rime 修改样式

摘要: 一键命令移植 Gnome-Shell 主题 手动方法: 找到你当前用的主题。然后修改其中 ibus的样式文件就可以了。比如:gnome shell下的 OSX-Arc-White 主题,则其样式文件为: 搜索 .candidate 关键字,定位到以下内容。对其进行修改: 修改结果如下: 效果: 阅读全文

posted @ 2017-10-23 19:25 Lemo_wd 阅读(2209) 评论(0) 推荐(0) 编辑

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 30 下一页

导航