摘要: 创建目录。MKDIR [drive:]pathMD [drive:]path如果命令扩展被启用,MKDIR 会如下改变:如果需要,MKDIR 会在路径中创建中级目录。例如: 假设 \a 不存在,那么: mkdir \a\b\c\d与: mkdir \a chdir \a mkdir b chdir 阅读全文
posted @ 2019-11-02 22:34 YZFHKMS-X 阅读(784) 评论(0) 推荐(0)
摘要: 简介 curl 是常用的命令行工具,用来请求 Web 服务器。它的名字就是客户端(client)的 URL 工具的意思。 它的功能非常强大,命令行参数多达几十种。如果熟练的话,完全可以取代 Postman 这一类的图形界面工具。 本文介绍它的主要命令行参数,作为日常的参考,方便查阅。内容主要翻译自《 阅读全文
posted @ 2019-11-02 22:31 YZFHKMS-X 阅读(182) 评论(0) 推荐(0)
摘要: Make这个词,英语的意思是"制作"。Make命令直接用了这个意思,就是要做出某个文件。比如,要做出文件a.txt,就可以执行下面的命令。 但是,如果你真的输入这条命令,它并不会起作用。因为Make命令本身并不知道,如何做出a.txt,需要有人告诉它,如何调用其他命令完成这个目标。 比如,假设文件 阅读全文
posted @ 2019-11-02 22:28 YZFHKMS-X 阅读(226) 评论(0) 推荐(0)
摘要: Usage: gcc [options] file...Options: -pass-exit-codes Exit with highest error code from a phase --help Display this information --target-help Display 阅读全文
posted @ 2019-11-02 22:04 YZFHKMS-X 阅读(172) 评论(0) 推荐(0)
摘要: Usage: g++ [options] file...Options: -pass-exit-codes Exit with highest error code from a phase --help Display this information --target-help Display 阅读全文
posted @ 2019-11-02 22:04 YZFHKMS-X 阅读(345) 评论(0) 推荐(0)
摘要: 用法: ping [-t] [-a] [-n count] [-l size] [-f] [-i TTL] [-v TOS] [-r count] [-s count] [[-j host-list] | [-k host-list]] [-w timeout] [-R] [-S srcaddr] 阅读全文
posted @ 2019-11-02 22:03 YZFHKMS-X 阅读(290) 评论(0) 推荐(0)
摘要: 用法: shutdown [/i | /l | /s | /sg | /r | /g | /a | /p | /h | /e | /o] [/hybrid] [/soft] [/fw] [/f] [/m \\computer][/t xxx][/d [p|u:]xx:yy [/c "comment" 阅读全文
posted @ 2019-11-02 22:02 YZFHKMS-X 阅读(373) 评论(0) 推荐(0)
摘要: 将一份或多份文件复制到另一个位置。COPY [/D] [/V] [/N] [/Y | /-Y] [/Z] [/L] [/A | /B ] source [/A | /B] [+ source [/A | /B] [+ ...]] [destination [/A | /B]] source 指定要复 阅读全文
posted @ 2019-11-02 22:01 YZFHKMS-X 阅读(231) 评论(0) 推荐(0)
摘要: 退出 CMD.EXE 程序(命令解释器)或当前批处理脚本。EXIT [/B] [exitCode] /B 指定要退出当前批处理脚本而不是 CMD.EXE。如果从一个 批处理脚本外执行,则会退出 CMD.EXE exitCode 指定一个数字号码。如果指定了 /B,将 ERRORLEVEL 设成那个数 阅读全文
posted @ 2019-11-02 22:00 YZFHKMS-X 阅读(394) 评论(0) 推荐(0)
摘要: 删除一个或数个文件。DEL [/P] [/F] [/S] [/Q] [/A[[:]attributes]] namesERASE [/P] [/F] [/S] [/Q] [/A[[:]attributes]] names names 指定一个或多个文件或者目录列表。 通配符可用来删除多个文件。 如果 阅读全文
posted @ 2019-11-02 22:00 YZFHKMS-X 阅读(349) 评论(0) 推荐(0)
摘要: 用法: netsh [-a AliasFile] [-c Context] [-r RemoteMachine] [-u [DomainName\]UserName] [-p Password | *] [Command | -f ScriptFile]下列指令有效:此上下文中的命令:? - 显示命 阅读全文
posted @ 2019-11-02 21:59 YZFHKMS-X 阅读(323) 评论(0) 推荐(0)
摘要: TASKKILL [/S system [/U username [/P [password]]]] { [/FI filter] [/PID processid | /IM imagename] } [/T] [/F]描述: 使用该工具按照进程 ID (PID) 或映像名称终止任务。参数列表: / 阅读全文
posted @ 2019-11-02 21:58 YZFHKMS-X 阅读(163) 评论(0) 推荐(0)
摘要: 启动一个单独的窗口以运行指定的程序或命令。START ["title"] [/D path] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED] [/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNOR 阅读全文
posted @ 2019-11-02 21:58 YZFHKMS-X 阅读(727) 评论(0) 推荐(0)
摘要: TASKLIST [/S system [/U username [/P [password]]]] [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]描述: 该工具显示在本地或远程机器上当前运行的进程列表。参数列表: /S syste 阅读全文
posted @ 2019-11-02 21:57 YZFHKMS-X 阅读(254) 评论(0) 推荐(0)
摘要: 显示当前目录名或改变当前目录。CHDIR [/D] [drive:][path]CHDIR [..]CD [/D] [drive:][path]CD [..] .. 指定要改成父目录。键入 CD drive: 显示指定驱动器中的当前目录。不带参数只键入 CD,则显示当前驱动器和目录。使用 /D 开关 阅读全文
posted @ 2019-11-02 21:56 YZFHKMS-X 阅读(260) 评论(0) 推荐(0)
摘要: 显示目录中的文件和子目录列表。DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N] [/O[[:]sortorder]] [/P] [/Q] [/R] [/S] [/T[[:]timefield]] [/W 阅读全文
posted @ 2019-11-02 21:55 YZFHKMS-X 阅读(277) 评论(0) 推荐(0)
摘要: 用法: ipconfig [/allcompartments] [/? | /all | /renew [adapter] | /release [adapter] | /renew6 [adapter] | /release6 [adapter] | /flushdns | /displaydns 阅读全文
posted @ 2019-11-02 21:54 YZFHKMS-X 阅读(268) 评论(0) 推荐(0)
摘要: 设置默认的控制台前景和背景颜色。COLOR [attr] attr 指定控制台输出的颜色属性。颜色属性由两个十六进制数字指定 -- 第一个对应于背景,第二个对应于前景。每个数字可以为以下任何值: 0 = 黑色 8 = 灰色 1 = 蓝色 9 = 淡蓝色 2 = 绿色 A = 淡绿色 3 = 浅绿色 阅读全文
posted @ 2019-11-02 21:54 YZFHKMS-X 阅读(327) 评论(0) 推荐(0)
摘要: WHERE [/R dir] [/Q] [/F] [/T] pattern...描述: 显示符合搜索模式的文件位置。在默认情况下,搜索是在当前目录和 PATH 环境变量指定的路径中执行的。参数列表: /R 从指定目录开始,递归性搜索并显示符合指定模式的文件。 /Q 只返回退出代码,不显示匹配文件列表 阅读全文
posted @ 2019-11-02 21:53 YZFHKMS-X 阅读(255) 评论(0) 推荐(0)
摘要: ROUTE [-f] [-p] [-4|-6] command [destination] [MASK netmask] [gateway] [METRIC metric] [IF interface] -f 清除所有网关项的路由表。如果与某个 命令结合使用,在运行该命令前, 应清除路由表。 -p 阅读全文
posted @ 2019-11-02 21:52 YZFHKMS-X 阅读(430) 评论(0) 推荐(0)
摘要: 子网掩码(subnet mask)又叫网络掩码、地址掩码、子网络遮罩,它是一种用来指明一个IP地址的哪些位标识的是主机所在的子网,以及哪些位标识的是主机的位掩码。子网掩码不能单独存在,它必须结合IP地址一起使用。子网掩码只有一个作用,就是将某个IP地址划分成网络地址和主机地址两部分。 [1] 子网掩 阅读全文
posted @ 2019-11-02 21:47 YZFHKMS-X 阅读(1362) 评论(0) 推荐(0)
摘要: DHCP服务器 动态主机配置协议是一个局域网的网络协议。指的是由服务器控制一段IP地址范围,客户机登录服务器时就可以自动获得服务器分配的IP地址和子网掩码。首先, DHCP服务器必须是一台安装有Windows 2000 Server/Advanced Server系统的计算机;其次,担任DHCP服务 阅读全文
posted @ 2019-11-02 21:45 YZFHKMS-X 阅读(667) 评论(0) 推荐(0)
摘要: 想要电脑同时使用内网和外网必须具备两个网卡,一个是无线网卡一个是本地连接,无线网卡用来连接wifi也就是外网,而本地连接需要网线连接内网,外网是不需要做设置的,我们只需要设置内网即可,鼠标右击电脑右下角的网络图标,然后点击【打开网络和共享中心】。 想要电脑同时使用内网和外网必须具备两个网卡,一个是无 阅读全文
posted @ 2019-11-02 21:25 YZFHKMS-X 阅读(8747) 评论(0) 推荐(1)
摘要: ////如有侵权 请联系我进行删除 email:YZFHKM@163.com 1、游戏屏幕适配 屏幕适配是为了让我们的项目能够跑在各种电子设备上(手机,平板,电脑) 那么了解是适配之前首先要了解两个知识点: 1-1、什么是像素? 单位面积中构成图像的点的个数。 特点:单位面积内的像素越多,分辨率越高 阅读全文
posted @ 2019-11-02 10:12 YZFHKMS-X 阅读(4554) 评论(1) 推荐(0)
摘要: { http://c.biancheng.net/socket/ } 阅读全文
posted @ 2019-11-02 10:03 YZFHKMS-X 阅读(126) 评论(0) 推荐(0)
摘要: { http://c.biancheng.net/view/720.html https://www.runoob.com/linux/linux-tutorial.html } 阅读全文
posted @ 2019-11-02 10:02 YZFHKMS-X 阅读(96) 评论(0) 推荐(0)
摘要: { http://c.biancheng.net/python/ https://www.runoob.com/python3/python3-stdlib.html } 阅读全文
posted @ 2019-11-02 10:01 YZFHKMS-X 阅读(99) 评论(0) 推荐(0)
摘要: //如有侵权 请联系我进行删除 email:YZFHKM@163.com { 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么 阅读全文
posted @ 2019-11-02 09:53 YZFHKMS-X 阅读(475) 评论(0) 推荐(0)
摘要: { https://www.w3school.com.cn/tags/index.asp } 阅读全文
posted @ 2019-11-02 09:49 YZFHKMS-X 阅读(105) 评论(0) 推荐(0)
摘要: { http://www.wampserver.com/#wampserver-64-bits-php-5-6-25-php-7 } 阅读全文
posted @ 2019-11-02 09:48 YZFHKMS-X 阅读(120) 评论(0) 推荐(0)
摘要: VMware是全球台式电脑及资料中心虚拟化解决方案的领导厂商。VMWare Workstation是该公司出品的“虚拟 PC”软件(即:大家常说的“虚拟机”),通过它可在一台电脑上同时运行更多的Microsoft Windows、Linux、Mac OS X、DOS系统。自 9.0.0 Build 阅读全文
posted @ 2019-11-02 09:43 YZFHKMS-X 阅读(783) 评论(0) 推荐(0)
摘要: --定义 function F() end --或者 F = function() end 阅读全文
posted @ 2019-11-02 09:37 YZFHKMS-X 阅读(118) 评论(0) 推荐(0)
摘要: #print("Hello World!") #name = "nihfjkds" age = 454 num1 = 1 num2 = 2 #print(name) #print(age) #print("%d",age) #Numbers(数字) #String(字符串) #List(列表) #Tuple(元组) #Dictionary(字典) #int(有符号整型) #long(长整型[也可以 阅读全文
posted @ 2019-11-02 09:35 YZFHKMS-X 阅读(217) 评论(0) 推荐(0)
摘要: // 在桌面菜单(.....)管理出右键 得到桌面设置对话框 //chmod + x ...py 赋予权限 //验证 ssh // /etc/init.d/ssh status // vi /etc/ssh/sshd_config 服务配置 // /etc/init.d/networking restart 重启网络 //安装cmake //wget https://github.com/Kitw 阅读全文
posted @ 2019-11-02 09:27 YZFHKMS-X 阅读(376) 评论(0) 推荐(0)
摘要: ////////////////// >windows + r //gpedit.msc 用户组策略 ///////////////// >cmd //ping www.baidu.com //ping www.baidu.com -t //ipconfig //exit //cls //color 123.......... // dir >> 1.exe // dir > test.cmd / 阅读全文
posted @ 2019-11-02 09:25 YZFHKMS-X 阅读(202) 评论(0) 推荐(0)
摘要: 需要额外安装 Mono 程序工具->Xamarin->Android -> SDK路径 要和 你配置的ANDROID_SDK_ROOT 的路径一至如果没有 ANDROID_SDK_ROOT 那就配置 如C:\Program Files (x86)\Android\android-sdk//vs201 阅读全文
posted @ 2019-11-02 09:23 YZFHKMS-X 阅读(252) 评论(0) 推荐(0)
摘要: #include #define Main main #include #include #include #include #pragma comment(lib,"libcurl.lib") #pragma comment(lib,"ws2_32.lib") using namespace std; class CLibcurlCallback { public: v... 阅读全文
posted @ 2019-11-02 09:19 YZFHKMS-X 阅读(985) 评论(0) 推荐(0)
摘要: Packaging_Kernel.h Packaging_Kernel.cpp 阅读全文
posted @ 2019-11-02 09:17 YZFHKMS-X 阅读(641) 评论(0) 推荐(0)
摘要: MD5JSON.h MD5JSON.cpp 阅读全文
posted @ 2019-11-02 09:13 YZFHKMS-X 阅读(161) 评论(0) 推荐(0)
摘要: MD5JSON.h MD5JSON.cpp 阅读全文
posted @ 2019-11-02 09:11 YZFHKMS-X 阅读(280) 评论(0) 推荐(0)
摘要: MD5JSON.h MD5JSON.cpp 阅读全文
posted @ 2019-11-02 09:09 YZFHKMS-X 阅读(295) 评论(0) 推荐(0)
摘要: DDOS.H DDOS.cpp Main.cpp 阅读全文
posted @ 2019-11-02 09:05 YZFHKMS-X 阅读(318) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> #include <map> #include "..\sdk\bass\include\bass.h" #pragma comment(lib,"..\\sdk\\bass\\lib\\bass.lib") typedef std::map < std::string, HSTREAM > MusicMap; int m 阅读全文
posted @ 2019-11-02 08:36 YZFHKMS-X 阅读(1064) 评论(0) 推荐(1)
摘要: #include <iostream> #include <conio.h> #include <windows.h> #include <time.h> int g_Dir = 3; #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3 struct FOOD { int X = 0; int Y = 0; bool State = 阅读全文
posted @ 2019-11-02 08:33 YZFHKMS-X 阅读(209) 评论(0) 推荐(0)
摘要: #include <iostream> #include <conio.h> #include <windows.h> #include <time.h> int g_Dir = 3; #define UP 0 #define DOWN 1 #define LEFT 2 #define RIGHT 3 struct FOOD { int X = 0; int Y = 0; bool State = 阅读全文
posted @ 2019-11-02 08:32 YZFHKMS-X 阅读(289) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string.h> #include <stdlib.h> #include <time.h> #include <conio.h> #include <windows.h> #ifdef _MSC_VER // M$的编译器要给予特殊照顾 #if _MSC_VER <= 1200 // VC6及以下版本 #error 你是不是还在用VC 阅读全文
posted @ 2019-11-02 08:30 YZFHKMS-X 阅读(433) 评论(0) 推荐(0)
摘要: //侵权请联系我进行删除 email:YZFHKM@163.com 0x00 fcrackzip简单介绍 fcrackzip是一款专门破解zip类型压缩文件密码的工具,工具小巧方便、破解速度快,能使用字典和指定字符集破解,适用于linux、mac osx 系统 0x01 fcrackzip安装 指令 阅读全文
posted @ 2019-11-02 08:26 YZFHKMS-X 阅读(366) 评论(0) 推荐(0)
摘要: --局部变量 local var = 0; --全局变量 var = 0; --self --成员变量 self._m_var = 0; 阅读全文
posted @ 2019-11-02 08:22 YZFHKMS-X 阅读(124) 评论(0) 推荐(0)
摘要: #include #include #include #define Main main void wchar2char(char *Buf,const wchar_t* wchar) { int len = WideCharToMultiByte(CP_ACP, 0, wchar, wcslen(wchar), NULL, 0, NULL, NULL); WideCh... 阅读全文
posted @ 2019-11-02 08:18 YZFHKMS-X 阅读(377) 评论(0) 推荐(0)
摘要: #include <iostream> #define Main main #define COLOR_GREEN system("color 2"); #include <vector> #include <list> #include <WinSock2.h> #include <WS2tcpip.h> #include <LM.h> #include <winnetwk.h> #includ 阅读全文
posted @ 2019-11-02 08:16 YZFHKMS-X 阅读(294) 评论(0) 推荐(0)
摘要: //#include <iostream> //#include <conio.h> //using namespace std; // // //void are7(int(&arr)[3][4]); //引用的方式 //void are6(int(*arr)[3][4]); //二维数组指针的方式 //void are5(int *arr, int, int); //一维指针方式 //void 阅读全文
posted @ 2019-11-02 08:15 YZFHKMS-X 阅读(863) 评论(0) 推荐(0)
摘要: { https://www.androiddevtools.cn/ http://tools.android-studio.org/ } 阅读全文
posted @ 2019-11-02 08:05 YZFHKMS-X 阅读(139) 评论(0) 推荐(0)
摘要: { https://developer.android.google.cn/studio } 阅读全文
posted @ 2019-11-02 08:04 YZFHKMS-X 阅读(123) 评论(0) 推荐(0)