上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: vs2017 专业版 KBJFW-NXHK6-W4WJM-CRMQB-G3CDH 阅读全文
posted @ 2019-03-28 17:26 leochan007 阅读(233) 评论(0) 推荐(0)
摘要: MSVCRTD.lib(crtexew.obj) : error LNK2019: 无法解析的外部符号 _WinMain@16 产生这个问题的真正原因是c++语言运行时找不到适当的程序入口函数,一般情况下,如果是windows程序,那么WinMain是入口函数,在VS2010中新建项目为“win32 阅读全文
posted @ 2019-03-25 14:10 leochan007 阅读(211) 评论(0) 推荐(0)
摘要: setuptools 安装 https://pypi.org/project/setuptools/#files pip安装 https://pypi.org/project/pip/#files 阅读全文
posted @ 2018-12-27 11:09 leochan007 阅读(411) 评论(0) 推荐(0)
摘要: VisualGDBpjbd.rar https://download.csdn.net/download/u014094429/10762497 // 获取工程路径 #include <stdio.h>#include <stdlib.h>#include <unistd.h>#define MAX 阅读全文
posted @ 2018-11-03 18:00 leochan007 阅读(108) 评论(0) 推荐(0)
摘要: package main import ( "fmt" "reflect" ) //定义控制器函数Map类型,便于后续快捷使用 type ControllerMapsType map[string]reflect.Value //声明控制器函数Map类型变量 var ControllerMaps ControllerMapsType //定义路由器结构类型 type Routers ... 阅读全文
posted @ 2018-10-16 11:16 leochan007 阅读(233) 评论(0) 推荐(0)
摘要: 这个方案暂时不行 阅读全文
posted @ 2018-10-03 15:25 leochan007 阅读(178) 评论(0) 推荐(0)
摘要: 1、打印月历 >>> import calendar>>> cal = calendar.month(2018,1)>>> print(cal) January 2018Mo Tu We Th Fr Sa Su 1 2 3 4 5 6 7 8 9 10 11 12 13 1415 16 17 18 阅读全文
posted @ 2018-09-20 13:11 leochan007 阅读(83) 评论(0) 推荐(0)
摘要: IPv4的IP正则匹配表达式 IPv6的正则匹配表达式 阅读全文
posted @ 2018-07-04 15:23 leochan007 阅读(356) 评论(0) 推荐(0)
摘要: File->settings->Editor->File and Code Templates->Python Script #!/usr/bin/env python # -*- coding: utf-8 -*- # @Time : ${DATE} ${TIME} # @Author : Ari 阅读全文
posted @ 2018-07-04 11:00 leochan007 阅读(96) 评论(0) 推荐(0)
摘要: setuptools:http://pypi.python.org/pypi/setuptools#windows 安装pip 下载地址:https://pypi.python.org/pypi/pip#downloads 阅读全文
posted @ 2018-06-19 11:20 leochan007 阅读(338) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 下一页