<div style="display:inline-block;position:relative;"> <div style="position:absolute;right:2px;top:-2px;cursor:pointer;display:none;" class="input_clea ...
分类:
其他好文 时间:
2021-01-16 11:42:56
阅读次数:
0
UTF-8, UTF-16, UTF-32 & BOM General questions, relating to UTF or Encoding Forms Is Unicode a 16-bit encoding? Can Unicode text be represented in more ...
分类:
其他好文 时间:
2021-01-15 12:15:52
阅读次数:
0
使用前记得复制要发送的内容哦 1 #include<stdio.h> 2 #include<Windows.h> 3 4 int main(){ 5 int n; 6 char name[100]; 7 printf("请输入你要轰炸的对象:\n"); 8 scanf("%s",name); 9 p ...
分类:
编程语言 时间:
2021-01-15 12:11:40
阅读次数:
0
Qt的下载和安装 时间:2021-01 平台:win10 Qt是一个跨平台的C++图形用户界面应用程序框架。 Qt的下载: 下载地址:http://download.qt.io/archive/qt/ 版本选择:如 qt-opensource-windows-x86-5.9.8.exe Qt的安装: ...
分类:
其他好文 时间:
2021-01-15 12:11:28
阅读次数:
0
如果你的团队还在用svn管理代码,而你更习惯git,并且希望平时的一些小修改也提交一下,但不推送到服务器。 其实用git来管理svn仓库也是可以的,下面记录一下基本操作: 配置删除svn的空目录(比较重要,不然在git中删除目录的操作可能提交不上svn) git config --global sv ...
分类:
其他好文 时间:
2021-01-15 11:54:32
阅读次数:
0
1. 在 Windows 上安装 GCC,需要到MinGW 的主页 www.mingw.org,进入 MinGW 下载页面,下载最新版本的 MinGW 安装程序,; 或者到:http://sourceforge.net/projects/mingw/files/,下载 Download mingw- ...
list1 =[1, 2, 3, 4, 5, 6]list2 =['a', 'b', 'c', 'd', 'e', ]list3 =[1, 3, 'a', 'c', True]print(list1)print('使用切片方式获取指定list1第三个元素:%d' % list1[3])print(' ...
分类:
编程语言 时间:
2021-01-14 11:35:28
阅读次数:
0
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 : ...