httpclient for windows demo unit FMain; { uses Vcl.Forms, FMain in 'FMain.pas' {FormMain}, Grijjy.Http in '..\..\GrijjyFoundation\Grijjy.Http.pas', Gr ...
注:使用kube-prometheus安装非常方便,前面的prometheus+grafana+metrics-server都不用安装,已经集成在里面。 1、clone github地址 git clone https://github.com/coreos/kube-prometheus.git ...
分类:
Web程序 时间:
2021-01-14 11:25:19
阅读次数:
0
使用ADPlus的命令举例 -crash:表示我捕捉的是一个Crash dump。-p:指定要捕捉的进程ID。 -IIS表示我们捕捉IIS的所有进程。-quiet:不弹出提示窗口-fullonfirst:表示我希望在first chance时捕捉完整的dump信息,也就是进程的所有完整信息。-o : ...
“System.InvalidOperationException”类型的第一次机会异常在 System.Windows.Forms.dll 中发生 https://blog.csdn.net/weixin_39946931/article/details/90721706?utm_medium=d ...
分类:
其他好文 时间:
2021-01-14 11:02:08
阅读次数:
0
kubectl is the official Kubernetes CLI and it interacts with your Kubernetes cluster's API server via its API. It is configured by default using the ~ ...
分类:
Web程序 时间:
2021-01-14 10:52:04
阅读次数:
0
以下为我的解决过程: ###因为我不是干C的,而且我们内网不通外网,我当初来的时候装的vs2019全家桶,然后他们开发用的是vs2015,项目有用c做图像处理的东西,我本地的vs2015没有C++模块 #这个图左侧的为绿箭头,可能改颜色的时候把它不小心改了,反正就是验证这个图加黑那些字的选项 #红色 ...
分类:
其他好文 时间:
2021-01-14 10:50:51
阅读次数:
0
今天在看后台的时候,发现登录不上去了,登录页面是可以访问,但是就是登录不上去,上了后台看了一下,说mysql连接超时,然后我重启了一下服务器,发现依然报mysql的错误,我尝试连接mysql, 报了一个 Can't connect to local MySQL server through sock ...
分类:
数据库 时间:
2021-01-14 10:50:21
阅读次数:
0
Error running 'Unnamed': Address localhost:8080 is already in use HTTP Status 500 – Internal Server Error Error running 'Tomcat 9.0.0.M17': Address lo ...
分类:
其他好文 时间:
2021-01-14 10:47:23
阅读次数:
0
Windows: 在 C:\Users\用户名 下面新建一个pip目录,在该目录下面新增 pip.ini 文件,文件的内容如下 Linux: vim ~/.pip/pip.conf [global] index-url = http://mirrors.aliyun.com/pypi/simple/ ...
分类:
其他好文 时间:
2021-01-14 10:43:31
阅读次数:
0
思路: mysql连接到服务器,通过两种方式: 本地socket模式 远程TCP/IP模式 用户密码的验证,是通过mysql数据库的user表,来进行识别的 只要采取一种方法(绕过mysql_server的密码验证过程),即可成功登陆上mysql服务器,从而可以通过mysql.user表,重新设定r ...
分类:
数据库 时间:
2021-01-14 10:41:57
阅读次数:
0