摘要:
诡异的python文件十分诡异十分诡异我有以下文件,放在文件夹A下执行 (Python.exe, VS code, jupyter notebook),第三行报错,找不到 TrieAPI.如果把该文件放到其他文件夹下,可以完美执行。真的是太诡异了。。。弄了2... 阅读全文
摘要:
本文介绍 Linux 虚拟机 docker 上 搭建 python 机器学习 平台如果已经走过以下所有步骤,机器重启了:1.启动docker: sudo systemctl start docker2.启动 jupyter notebook sudo doc... 阅读全文
摘要:
本文讲的是把git在最新2.9.2,合并pull两个不同的项目,出现的问题如何去解决fatal: refusing to merge unrelated histories我在Github新建一个仓库,写了License,然后把本地一个写了很久仓库上传。先p... 阅读全文
摘要:
dataframe column type conversion: df.apply(pd.to_numeric, errors=’ignore’) https://stackoverflow.com/questions/15891038/change-da... 阅读全文
摘要:
https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/This post is based on a post that originally appeared on Ale... 阅读全文
摘要:
The CertUtil is a pre-installed Windows utility, that can be used to generate hash checksums:CertUtil -hashfile pathToFileToCheck... 阅读全文
摘要:
https://msdn.microsoft.com/en-us/library/dd941355(office.14).aspxBuilding MAPI Applications on 32-Bit and 64-Bit PlatformsOffice 2010O... 阅读全文
摘要:
使用Linux服务器,最常用的就是查看后台进程、关闭不用的进程工具/原料一台装有Linux操作系统的计算机启动一个进程1先启动一个进程作为测试使用END查看启动的进程1可以使用以面命令来查看ps -ef |grep tomcat2tomcat它是一个Java进程,所以... 阅读全文
摘要:
Frequent users of putty should have encountered the Putty (inactive) problem. This happens because servers are usually configured to d... 阅读全文
摘要:
提问:CTRL-Z和CTRL-C区别?回答:CTRL-Z和CTRL-C都是中断命令,但是他们的作用却不一样.CTRL-C是强制中断程序的执行,而CTRL-Z的是将任务中断,但是此任务并没有结束,他仍然在进程中他只是维持挂起的状态,用户可以使用fg/bg操作继续前台或后... 阅读全文