摘要: 1 using System.Windows.Forms; // 添加库 2 3 namespace WindowsFormsApp1 4 { 5 class DBHelper 6 { 7 public static void getDebugpath() 8 { 9 // 获取Debug的路径 1 阅读全文
posted @ 2020-05-26 20:50 阿傥 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 1 语言篇 1.1 c++ http://www.cplusplus.com/ MFC:http://www.jizhuomi.com/software/257.html 1.2 python python官方文档:https://docs.python.org/zh-cn/3.7/tutorial 阅读全文
posted @ 2020-05-26 12:08 阿傥 阅读(291) 评论(0) 推荐(0) 编辑
摘要: C C++ 1 #include<iostream> 2 # include<exception> 3 using namespace std; 4 5 int abc(int a, int b, int c){ 6 if(a <= 0 || b <= 0 || c <= 0) 7 throw "a 阅读全文
posted @ 2020-05-26 09:57 阿傥 阅读(132) 评论(0) 推荐(0) 编辑