会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
andy_0212
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
21
下一页
2018年10月9日
诡异的python文件
摘要: 诡异的python文件十分诡异十分诡异我有以下文件,放在文件夹A下执行 (Python.exe, VS code, jupyter notebook),第三行报错,找不到 TrieAPI.如果把该文件放到其他文件夹下,可以完美执行。真的是太诡异了。。。弄了2...
阅读全文
posted @ 2018-10-09 17:37 andy_0212
阅读(141)
评论(0)
推荐(0)
2018年8月31日
Linux 虚拟机 docker 上 搭建 python 机器学习 平台
摘要: 本文介绍 Linux 虚拟机 docker 上 搭建 python 机器学习 平台如果已经走过以下所有步骤,机器重启了:1.启动docker: sudo systemctl start docker2.启动 jupyter notebook sudo doc...
阅读全文
posted @ 2018-08-31 16:47 andy_0212
阅读(260)
评论(0)
推荐(0)
2018年8月1日
git无法pull仓库: refusing to merge unrelated histories
摘要: 本文讲的是把git在最新2.9.2,合并pull两个不同的项目,出现的问题如何去解决fatal: refusing to merge unrelated histories我在Github新建一个仓库,写了License,然后把本地一个写了很久仓库上传。先p...
阅读全文
posted @ 2018-08-01 15:04 andy_0212
阅读(112)
评论(0)
推荐(0)
Python
摘要: dataframe column type conversion: df.apply(pd.to_numeric, errors=’ignore’) https://stackoverflow.com/questions/15891038/change-da...
阅读全文
posted @ 2018-08-01 15:03 andy_0212
阅读(94)
评论(0)
推荐(0)
2018年7月24日
28 Jupyter Notebook tips, tricks, and shortcuts[Re-post]
摘要: https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/This post is based on a post that originally appeared on Ale...
阅读全文
posted @ 2018-07-24 09:30 andy_0212
阅读(239)
评论(0)
推荐(0)
2015年12月14日
What is the best way to calculate a checksum for a file that is on my machine?
摘要: The CertUtil is a pre-installed Windows utility, that can be used to generate hash checksums:CertUtil -hashfile pathToFileToCheck...
阅读全文
posted @ 2015-12-14 16:00 andy_0212
阅读(107)
评论(0)
推荐(0)
2015年5月16日
Building MAPI Applications on 32-Bit and 64-Bit Platforms
摘要: https://msdn.microsoft.com/en-us/library/dd941355(office.14).aspxBuilding MAPI Applications on 32-Bit and 64-Bit PlatformsOffice 2010O...
阅读全文
posted @ 2015-05-16 13:59 andy_0212
阅读(192)
评论(0)
推荐(0)
2015年4月19日
Linux 查看进程 关闭进程
摘要: 使用Linux服务器,最常用的就是查看后台进程、关闭不用的进程工具/原料一台装有Linux操作系统的计算机启动一个进程1先启动一个进程作为测试使用END查看启动的进程1可以使用以面命令来查看ps -ef |grep tomcat2tomcat它是一个Java进程,所以...
阅读全文
posted @ 2015-04-19 13:18 andy_0212
阅读(637)
评论(0)
推荐(0)
阻止putty变成inactive
摘要: Frequent users of putty should have encountered the Putty (inactive) problem. This happens because servers are usually configured to d...
阅读全文
posted @ 2015-04-19 12:38 andy_0212
阅读(385)
评论(0)
推荐(0)
2015年4月18日
linux终端里CTRL-Z和CTRL-C的区别
摘要: 提问:CTRL-Z和CTRL-C区别?回答:CTRL-Z和CTRL-C都是中断命令,但是他们的作用却不一样.CTRL-C是强制中断程序的执行,而CTRL-Z的是将任务中断,但是此任务并没有结束,他仍然在进程中他只是维持挂起的状态,用户可以使用fg/bg操作继续前台或后...
阅读全文
posted @ 2015-04-18 16:50 andy_0212
阅读(265)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
21
下一页
公告