会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
会飞の鱼
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2020年3月14日
gitbook
摘要: npm config set registry https://registry.npm.taobao.org --global npm config set disturl https://npm.taobao.org/dist --global npm i -g gitbook-cli gitb
阅读全文
posted @ 2020-03-14 21:33 会飞の鱼
阅读(184)
评论(0)
推荐(0)
编辑
2020年3月11日
centos7连接windows远程桌面
摘要: wget http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm rpm -Uvh nux-dextop-release*rpm yum install rdesktop -y
阅读全文
posted @ 2020-03-11 19:34 会飞の鱼
阅读(2129)
评论(0)
推荐(0)
编辑
2020年2月19日
centos6.5 没有/lib64/libfuse.so.2的问题
摘要: yum install fuse-libs
阅读全文
posted @ 2020-02-19 18:52 会飞の鱼
阅读(1740)
评论(0)
推荐(0)
编辑
2020年1月30日
阿里maven
摘要: # cat /root/.m2/settings.xml <settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schema
阅读全文
posted @ 2020-01-30 23:08 会飞の鱼
阅读(155)
评论(0)
推荐(0)
编辑
2020年1月29日
基于go mod的k8s代码生成
摘要: k8s版本1.17 自定义controller实例: https://github.com/kubernetes/sample-controller 代码生成文档: https://blog.openshift.com/kubernetes-deep-dive-code-generation-cus
阅读全文
posted @ 2020-01-29 19:14 会飞の鱼
阅读(362)
评论(0)
推荐(0)
编辑
2020年1月20日
pyenv和pipenv打造python环境
摘要: https://www.jianshu.com/p/f15cb9571cab https://www.jianshu.com/p/d08a4aa0008e https://blog.csdn.net/swinfans/article/details/89305301
阅读全文
posted @ 2020-01-20 11:03 会飞の鱼
阅读(169)
评论(0)
推荐(0)
编辑
2019年11月22日
mongo创建用户
摘要: db.createUser( {user: "root",pwd: "ksyun.123",roles: [ { role: "readWrite", db: "wekan" } ]})
阅读全文
posted @ 2019-11-22 13:55 会飞の鱼
阅读(144)
评论(0)
推荐(0)
编辑
mongodb备份与恢复
摘要: mongodump -d wekan -o ./ --authenticationDatabase admin mongorestore -h 127.0.0.1 -u root -p ksyun.123 -d wekan ./wekan --authenticationDatabase admin
阅读全文
posted @ 2019-11-22 13:04 会飞の鱼
阅读(182)
评论(0)
推荐(0)
编辑
2019年11月11日
python垃圾回收
摘要: gc.collect方法默认不对重载了__del__方法的循环引用对象进行回收,而它们俩的状态也会从unreachable转变为uncollectable。由于是uncollectable的,自然就不会被collect处理,所以就进入了garbage列表。
阅读全文
posted @ 2019-11-11 09:39 会飞の鱼
阅读(138)
评论(0)
推荐(0)
编辑
2019年11月8日
java分析工具arthas
摘要: wget https://alibaba.github.io/arthas/arthas-boot.jar java -jar arthas-boot.jar --target-ip 0.0.0.0
阅读全文
posted @ 2019-11-08 19:53 会飞の鱼
阅读(319)
评论(0)
推荐(0)
编辑
下一页