摘要:
//如有侵权 请联系我进行删除 email:YZFHKM@163.com { 什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么 阅读全文
posted @ 2019-11-02 09:53
YZFHKMS-X
阅读(472)
评论(0)
推荐(0)
摘要:
{ https://www.w3school.com.cn/tags/index.asp } 阅读全文
posted @ 2019-11-02 09:49
YZFHKMS-X
阅读(104)
评论(0)
推荐(0)
摘要:
{ http://www.wampserver.com/#wampserver-64-bits-php-5-6-25-php-7 } 阅读全文
posted @ 2019-11-02 09:48
YZFHKMS-X
阅读(117)
评论(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
阅读(782)
评论(0)
推荐(0)
摘要:
--定义 function F() end --或者 F = function() end 阅读全文
posted @ 2019-11-02 09:37
YZFHKMS-X
阅读(117)
评论(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
阅读(216)
评论(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
阅读(373)
评论(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
阅读(199)
评论(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
阅读(249)
评论(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
阅读(981)
评论(0)
推荐(0)