会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
会飞の鱼
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
2
3
4
5
6
7
···
41
下一页
2019年8月12日
python 打印的异常回溯和代码不对应
摘要: 正在运行的程序没有停止 又重新install了导致site-packages里的代码改变 正在运行的是老代码, 当出现异常时打印的行数是老代码,但显示的行的内容时新代码
阅读全文
posted @ 2019-08-12 22:47 会飞の鱼
阅读(270)
评论(0)
推荐(0)
编辑
gitlab merge request
摘要: 分支提了mr之后, 又有commit 不用重新提mr,mr中会自动更新 要保证项目下的.git目录中有hooks这个目录(如果是从github迁移到gitlab的项目, 可能没有这个目录, 导致mr不能自动更新commit)
阅读全文
posted @ 2019-08-12 14:22 会飞の鱼
阅读(2186)
评论(0)
推荐(0)
编辑
2019年8月8日
oslo_messaging使用eventlet executor时rpc无法调用的问题
摘要: python2.7.5 oslo.messaging==9.8.0 现象: 从debug日志可以看到rpcServer接收到了rabbitmq的消息, 但是没有调用endpoints中的相应方法 分析: 当executor="eventlet"时 MessageHandlingServer中的_wo
阅读全文
posted @ 2019-08-08 21:05 会飞の鱼
阅读(422)
评论(0)
推荐(0)
编辑
2019年8月7日
rabbitmq安装
摘要: 1. 安装erlang yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel unixODBC-devel https://github.com/rabbitmq/erlang-rpm # cat >
阅读全文
posted @ 2019-08-07 21:17 会飞の鱼
阅读(262)
评论(0)
推荐(0)
编辑
git commit规范工具
摘要: npm install -g commitizen commitizen init cz-conventional-changelog --save --save-exact 以后,凡是用到git commit命令,一律改为使用git cz
阅读全文
posted @ 2019-08-07 18:15 会飞の鱼
阅读(626)
评论(0)
推荐(0)
编辑
2019年7月23日
centos7安装postman
摘要: 下载地址: https://www.getpostman.com/apps 创建桌面快捷启动 # cat /usr/share/applications/postman.desktop [Desktop Entry]Version=1Type=ApplicationName=PostmanGener
阅读全文
posted @ 2019-07-23 11:09 会飞の鱼
阅读(3780)
评论(0)
推荐(0)
编辑
2019年7月13日
ubuntu setup.py 安装时报Error -5 while decompressing data: incomplete or truncated stream
摘要: 缺少 python-devel 包 apt-get install python-dev -y
阅读全文
posted @ 2019-07-13 21:11 会飞の鱼
阅读(1544)
评论(0)
推荐(0)
编辑
2019年7月5日
java 7,8 排序异常
摘要: 排序报
阅读全文
posted @ 2019-07-05 20:02 会飞の鱼
阅读(206)
评论(0)
推荐(0)
编辑
2019年6月5日
spring boot指定外部配置的坑
摘要: 外部配置文件所在目录path/to/dir 指定--spring.config.location=path/to/dir 项目启动,没有使用任何配置文件,项目外和jar包中的都没有使用 这是因为其把path/to/dir当成一个文件读取,没有读取到任何内容 指定--spring.config.loc
阅读全文
posted @ 2019-06-05 13:56 会飞の鱼
阅读(571)
评论(0)
推荐(0)
编辑
2019年5月13日
beego 批量删除问题
摘要: o := orm.NewOrm() qs := o.QueryTable(new(ExecutionJobs)) javaTimestamp = 1557738394000 qs = qs.Filter("status__in", 40, 50, 60, 70, 80, 90, 120, 130).
阅读全文
posted @ 2019-05-13 17:15 会飞の鱼
阅读(1582)
评论(0)
推荐(0)
编辑
上一页
1
2
3
4
5
6
7
···
41
下一页