06 2019 档案

python 一些特殊用法和坑
摘要:https://github.com/leisurelicht/wtfpython-cn 阅读全文

posted @ 2019-06-28 11:37 黎明NB 阅读(187) 评论(0) 推荐(0)

mysql 审核
摘要:https://javinjunfeng.top/technicalstack/database/43 阅读全文

posted @ 2019-06-27 18:39 黎明NB 阅读(234) 评论(0) 推荐(0)

git 命令
摘要:前面是配置 git init git clone http://192.168.1.142/hyhy/radiomics_backend.git 进入 文件下面的 cd radiomics_backend/ git branch 查看下面几个分支 git checkout develop 跳转分支 git branch 查看分支 git checkout liulili 跳转分支 gi... 阅读全文

posted @ 2019-06-25 11:00 黎明NB 阅读(108) 评论(0) 推荐(0)

ubuntu上查看cpu、内存、硬盘等参数
摘要:https://www.jianshu.com/p/a08ed6146352 阅读全文

posted @ 2019-06-24 17:14 黎明NB 阅读(818) 评论(0) 推荐(0)

django django-silk django性能测试工具
摘要:https://www.jianshu.com/p/63a450d982cf 阅读全文

posted @ 2019-06-20 19:05 黎明NB 阅读(482) 评论(0) 推荐(0)

django 重写用户模型 AbstractBaseUser
摘要:https://blog.csdn.net/weixin_40744265/article/details/80745652 阅读全文

posted @ 2019-06-20 11:30 黎明NB 阅读(275) 评论(0) 推荐(0)

hive调用MapReduce之后遇到kill command之后卡住或者一直开在MapReduce之前
摘要:https://blog.csdn.net/weixin_42158422/article/details/88876943 阅读全文

posted @ 2019-06-17 11:38 黎明NB 阅读(1862) 评论(0) 推荐(0)

Dynamic partition strict mode requires at least one static partition column.
摘要:https://blog.csdn.net/huobumingbai1234/article/details/81099856 阅读全文

posted @ 2019-06-17 11:37 黎明NB 阅读(1879) 评论(0) 推荐(0)

Ubuntu移除mysql后重新安装
摘要:https://www.cnblogs.com/feiquan/p/10782626.html 阅读全文

posted @ 2019-06-17 11:36 黎明NB 阅读(200) 评论(0) 推荐(0)

hive元数据格式化 在hive中执行sql语句:SemanticException org.apache.hadoop.hive.ql.metadata.HiveException:
摘要:https://blog.csdn.net/xiaoqiu_cr/article/details/80913437 阅读全文

posted @ 2019-06-17 11:36 黎明NB 阅读(4085) 评论(0) 推荐(0)

python sort 和sorted排序
摘要:当我们从数据库中获取一写数据后,一般对于列表的排序是经常会遇到的问题,今天总结一下python对于列表list排序的常用方法: 第一种:内建方法sort() 可以直接对列表进行排序 用法: list.sort(func=None, key=None, reverse=False(or True)) 阅读全文

posted @ 2019-06-13 14:31 黎明NB 阅读(19735) 评论(0) 推荐(1)

mkdir: cannot create directory ‘/soft/hadoop-2.7.3/logs’: Permission denied问题
摘要:启动hadoop时,报错“mkdir: cannot create directory ‘/soft/hadoop-2.7.3/logs’: Permission denied” 注:/soft/hadoop-2.7.3为hadoop的安装目录,具体目录因人而异 原因:/soft目录的用户权限为ro 阅读全文

posted @ 2019-06-04 14:59 黎明NB 阅读(2804) 评论(0) 推荐(0)

导航