会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
骑着赶路
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
6
7
8
9
10
11
12
13
14
···
34
下一页
2018年9月4日
git push
摘要: https://blog.csdn.net/qq_33913324/article/details/80349632
阅读全文
posted @ 2018-09-04 22:05 骑者赶路
阅读(88)
评论(0)
推荐(0)
编辑
git stash
摘要: https://www.cnblogs.com/tocy/p/git-stash-reference.html
阅读全文
posted @ 2018-09-04 22:05 骑者赶路
阅读(72)
评论(0)
推荐(0)
编辑
2018年9月3日
统计分析
摘要: 输出: 输出: 输出: 输出: 输出:
阅读全文
posted @ 2018-09-03 23:32 骑者赶路
阅读(422)
评论(0)
推荐(0)
编辑
对比分析
摘要: 输出: 输出: 输出: 输出: 输出: 输出:
阅读全文
posted @ 2018-09-03 23:13 骑者赶路
阅读(527)
评论(0)
推荐(0)
编辑
2018年9月2日
分布分析
摘要: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 输出: 总结: 用到的方法: pd.cut() s.value_counts() 思路: s = df[''] s_cut = pd.cut(s,bins=20) s_count = s_cut.value_counts() --> inter
阅读全文
posted @ 2018-09-02 22:41 骑者赶路
阅读(1199)
评论(0)
推荐(0)
编辑
2018年9月1日
.git
摘要: 这是我在 github 上的一个测试仓。 这是仓的详细信息。 先克隆到本地。 git branch zuo@DESKTOP-QN47U5R MINGW64 /d/a/test (i55)$ git branch i22 i33* i55 i88 i99 ixx iyy zuo@DESKTOP-QN4
阅读全文
posted @ 2018-09-01 22:16 骑者赶路
阅读(167)
评论(0)
推荐(0)
编辑
git remote
摘要: zuo@DESKTOP-QN47U5R MINGW64 /d/b/test (iyy) $ git remote origin zuo@DESKTOP-QN47U5R MINGW64 /d/b/test (iyy) $ git remote -v origin https://github.com/factsbenchmarks/test.git (fetch) origin https:...
阅读全文
posted @ 2018-09-01 21:38 骑者赶路
阅读(113)
评论(0)
推荐(0)
编辑
git clone/remote/fetch/pull/push
摘要: http://www.ruanyifeng.com/blog/2014/06/git_remote.html
阅读全文
posted @ 2018-09-01 20:47 骑者赶路
阅读(91)
评论(0)
推荐(0)
编辑
git refs 详解
摘要: https://blog.csdn.net/taiyangdao/article/details/52766424 http://www.chenchunyong.com/2017/01/06/git-refs-%E8%AF%A6%E8%A7%A3/ https://blog.csdn.net/ma
阅读全文
posted @ 2018-09-01 20:47 骑者赶路
阅读(907)
评论(0)
推荐(0)
编辑
SSH
摘要: SSH即安全外壳 Secure Shell(SSH)是一种加密 网络协议,用于在不安全的网络上安全地运行网络服务。[1] SSH的标准TCP端口是22.最着名的示例应用程序是用户远程登录到计算机系统。 SSH 在客户端 - 服务器体系结构中通过不安全的网络提供安全通道,将SSH客户端应用程序与SSH
阅读全文
posted @ 2018-09-01 20:43 骑者赶路
阅读(155)
评论(0)
推荐(0)
编辑
上一页
1
···
6
7
8
9
10
11
12
13
14
···
34
下一页
公告