其实 Windows Command Processor Has Stopped Working 这是个笼统的提示,并不能根据这个提示判断到底是哪儿出问题了。搜索相关内容,有很多方法说是要修改注册表,还是需要谨慎的。 Anaconda官方对于Windows下安装Anaconda有一些建议和常见问题解 ...
一、背景 在eclipse中进行开发,尤其是在后台有项目运行的时候,当有log或者错误需要打印到console中时,控制台就会被自动弹出,恰好这时候你又在编写代码,感觉瞬间想杀人的心都有,下面我们就来分享如何关闭console的自动跳出。二、解决步骤1.打开console管理界面windows->preferences->run/debug->console 2.在右边面板去掉
分类:
系统相关 时间:
2020-12-10 11:06:49
阅读次数:
4
在Typora安装目录下,找到Typora.exe,右击"属性" “兼容性”,勾选“以兼容模式运行这个程序”,在下拉菜单里选择“Windows Vista(Service Pack 1)”,确定后再重新打开md文件。 ...
分类:
其他好文 时间:
2020-12-10 10:58:07
阅读次数:
4
【Markdown/博客】本地md文件直接发表博客 本文转自:https://www.cnblogs.com/antaia11/p/14091010.html 软件安装 安装python3环境 安装Typora:https://typora.io/#windows 安装pycnblog:https: ...
分类:
其他好文 时间:
2020-12-10 10:52:48
阅读次数:
4
// ResourceManager.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <Windows.h> #include <atlconv.h> #define LANGUAGEID 1033 char deadCode[] = "0x ...
分类:
编程语言 时间:
2020-12-10 10:50:22
阅读次数:
5
PowerShell scripts Run PowerShell on Windows as a administrator. And set the execution policy. Set-ExecutionPolicy Unrestricted Following is a simple ...
分类:
Web程序 时间:
2020-12-10 10:45:47
阅读次数:
6
1. 新建一个 django projectdjango-admin.py startproject 项目名 #特别是在 windows 上,如果报错,尝试用 django-admin 代替 django-admin.py 试试2. 新建 app要先进入项目目录下,cd 切换到项目名下python ...
分类:
其他好文 时间:
2020-12-09 12:20:22
阅读次数:
6
以windows登录linux为例生产秘钥对切记,生产时不用输入密码,直接回车即可公钥放在linux服务器上目录为~/.ssh/catid_rsa.pub>>authorized_keys执行chmod755*登录验证sshusername@ip-pport-i~.ssh\dev_docker_id_rsa如果登录成功,就ok
分类:
系统相关 时间:
2020-12-09 12:00:15
阅读次数:
8
Prerequisite The following softwares are assumed installed: 64bit OS, Linux/Unix/Mac is recommended;(Windows user see guide below) 64bit JDK 1.8+; Mav ...
分类:
系统相关 时间:
2020-12-09 11:57:43
阅读次数:
8