51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Wi
在windows下安装git后没有ssh文件夹
在windows7下安装git后,运行cd~/.ssh $ bash:cd:/c/Users/Administrator/.ssh:Nosuchfileordirectory 出现以上问题 原因:在windows7下安装git后没有ssh解决办法是:全部留空即可,一路回车&nbs...
代码星球
·
2021-02-23
windows
安装
git
没有
ssh
windows下 删除指定文件夹里面一周前的所有文件和文件夹的bat
forfiles /p "指定文件夹路径" /m * /s /d -7 /c "cmd /c if @isdir==TRUE (rd /q @path) els...
代码星球
·
2021-02-23
文件夹
windows
删除
指定
里面
win10+tensorflow1.12+cuda9.0+cudnn7.0+vs2017+anaconda3.6 +keras
https://www.cnblogs.com/hezhiyao/p/8292512.htmlhttps://blog.csdn.net/jay100500/article/details/72809338https://blog.csdn.net/weixin_39290638/article/details/800...
代码星球
·
2021-02-23
win10+tensorflow1.12+cuda9.0+cudnn7.0+vs2017+anaconda3.6
+keras
sql with as 用法
以下内容转自:http://wudataoge.blog.163.com/blog/static/80073886200961652022389/一.WITHAS的含义 WITHAS短语,也叫做子查询部分(subqueryfactoring),可以让你做很多事情,定义一个S...
代码星球
·
2021-02-23
sql
with
as
用法
WinForm 加载大数据时不闪烁的ListView
自己之前做小工具的时候,遇到这个问题,记录一下。。。 namespace相册处理{//将ListView重载为此新类,解决加载过程中闪烁的问题//在designer.cs中改写://privateListViewNeverFlickeringlistView1;//this.listView1=newList...
代码星球
·
2021-02-23
WinForm
加载
数据
时不
闪烁
最详细解决https访问不安全问题,windows自建CA并签发证书
本博客适用于测试使用,因为生成的证书需导入客户端电脑,如需商用请购买证书1.windows电脑下载openSSL软件 官方下载地址: https://www.openssl.org/source/备用下载地址: http://slproweb.com/products/Win3...
代码星球
·
2021-02-23
详细
解决
https
访问
不安全
Window环境下安装perl以及使用
...
代码星球
·
2021-02-23
Window
环境
安装
perl
以及
win10 visual studio 设置默认管理员权限启动
https://www.cnblogs.com/frank-zhang/p/13946947.html...
代码星球
·
2021-02-23
win10
visual
studio
设置
默认
windows下搭建nginx+php+laravel开发环境(转)
windows下大多我们都是下载使用集成环境,但是本地已经存在一个集成环境,但不适合项目的需求。因此准备再自己搭建一个环境。 工具: 1) 下载nginx1.14.0(版本根据自己需要下载,本教程使用1.14.0版本) 2) 下载PHP7.2.11(版本根据自己需要下载,本教程使用7.2...
代码星球
·
2021-02-23
windows
搭建
nginx+php+laravel
开发
环境
mysql 监控工具(windows版本)
文章转自 https://www.cnblogs.com/wucj/p/7152020.html工具下载 http://www.profilesql.com/download/...
代码星球
·
2021-02-23
mysql
监控
工具
windows
版本
Killing container with id docker:*******:Container failed liveness probe.. Container will be killed and recreated.
我在工作中出现此问题是因为容器内存溢出,启动失败。归根结底应该是容器启动失败了,k8s会一直尝试...
代码星球
·
2021-02-23
Container
Killing
container
with
id
GitLab CI with docker and dind "mount: permission denied (are you root?)"
今天配置gitlab-runner时候出现以上错误,在官网中找到答案https://gitlab.com/gitlab-org/gitlab-runner/issues/1544 ...
代码星球
·
2021-02-23
GitLab
CI
with
docker
and
MySQL启动出现The server quit without updating PID file错误解决办法
转自https://blog.csdn.net/aa464971/article/details/52976230解决办法其实很简单:将 /etc/mysql 下的 my.cnf 文件删除,再次启动MySQL服务 删除前注意备份 ...
代码星球
·
2021-02-23
MySQL
启动
出现
The
server
windows系统下Disconf web安装-分布式配置管理平台
文章参考自http://blog.csdn.net/syc001/article/details/78128117https://www.cnblogs.com/mrluo735/p/6322719.htmlhttp://disconf.readthedocs.io/zh_CN/latest/tutorial-clie...
代码星球
·
2021-02-23
windows
系统
Disconf
web
安装
win10下乌龟git安装和使用(转)
文章转自http://blog.csdn.net/jdsjlzx/article/details/51098588首先下载Git forwindows客户端http://msysgit.github.io/ 安装过程没什么特别的,不停next就ok了 &...
代码星球
·
2021-02-23
win10
乌龟
git
安装
使用
首页
上一页
...
74
75
76
77
78
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他