会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
microzh
博客园
首页
新随笔
联系
订阅
管理
2020年1月18日
python 解方程
摘要: def solve(eq,var='x'): c = eval(eq,{var:1j}) print(eq, c.real) print(-c.real/c.imag) solve("x-x/1.06*0.0672-2838500-(x/1.06-x/1.06*0.06*0.12-2838500-3
阅读全文
posted @ 2020-01-18 12:44 microzh
阅读(519)
评论(0)
推荐(0)
2019年12月2日
elk 6.3
摘要: https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.0.zip https://artifacts.elastic.co/downloads/kibana/kibana-6.3.0-linux-x86_64.t
阅读全文
posted @ 2019-12-02 13:35 microzh
阅读(138)
评论(0)
推荐(0)
公告