摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace K... 阅读全文
posted @ 2015-12-06 17:09 Auth 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 本人电脑分辨率:3000 X 2000 导致有些软件打开后界面显示过小,影响使用,后发现: 1 选中软件右键 → 兼容性 → 更改搞DPI设置 → 勾选“替代高DPI缩放行为”,下拉选项选择“系统”,保存设置后,重新打开软件,显示正常 阅读全文
posted @ 2018-09-18 14:18 Auth 阅读(1778) 评论(0) 推荐(0) 编辑
摘要: 新建Python文件,保存为move,Python交互界面,导入move函数后,执行函数,报错 后在执行函数前,输入 执行函数,不报错 阅读全文
posted @ 2018-06-11 21:12 Auth 阅读(30045) 评论(2) 推荐(0) 编辑
摘要: 注意: 1 缩进必须保持正确,否则会报错 2 确认冒号是否都有 3 保存函数的文件名和函数名需分清,不要在导入时混淆 3 公式计算,可用括号区分 阅读全文
posted @ 2018-06-11 21:09 Auth 阅读(2970) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace C... 阅读全文
posted @ 2015-12-31 20:55 Auth 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace D... 阅读全文
posted @ 2015-12-23 13:19 Auth 阅读(182) 评论(0) 推荐(0) 编辑
摘要: UML图:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace KFCandM{ class Progra... 阅读全文
posted @ 2015-11-04 17:52 Auth 阅读(343) 评论(1) 推荐(0) 编辑