摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _07接口 { /*接口代表这具有某种能力、只声 阅读全文
posted @ 2021-04-23 17:33 lybingyu 阅读(67) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tas 阅读全文
posted @ 2021-04-22 18:11 lybingyu 阅读(42) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace _04抽象方法和多态 { class Progr 阅读全文
posted @ 2021-04-22 17:06 lybingyu 阅读(32) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Runtime.CompilerServices; using System.Text; using System.Threading.Ta 阅读全文
posted @ 2021-04-22 16:37 lybingyu 阅读(55) 评论(0) 推荐(0) 编辑
摘要: //本节学习用面向对象的方式,打开用户输入的文件 using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Te 阅读全文
posted @ 2021-04-21 17:55 lybingyu 阅读(73) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Diagnostics; namespac 阅读全文
posted @ 2021-04-21 12:16 lybingyu 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 参考原文:https://www.atozed.com/forums/thread-771.html?highlight=400+Bad+Request 另外还有一篇文章说明也可参考 http://www.sumweb.net/archives/1666 使用您显示的确切代码,我没有收到“ HTTP 阅读全文
posted @ 2021-01-13 19:07 lybingyu 阅读(717) 评论(0) 推荐(0) 编辑
摘要: 2021年就来了,今天是新年的第二个工作日。相信很多会计朋友们在打开T+软件的时候,会看到这么个提示框: 用友T+2020年没有做完账务,提前建立2021年度帐的步骤 (1)用账套主管选择2020年12月31日登录软件,点击系统管理中的会计期间,然后弹出会计期间的界面。 (2)点击新增,保存,即可使 阅读全文
posted @ 2021-01-05 10:46 lybingyu 阅读(1335) 评论(0) 推荐(0) 编辑
摘要: 开卡原因:固态硬盘出现开机正常,用一会就找不到硬盘了,电脑冷启动后又可以识别硬盘,决定根据网上教程进行开卡量产修复试试。 硬盘型号:tigo S300 120GB,主控芯片SM2256K AB,闪存颗粒为两颗SKhynix H27QFG8PEM5R。 量产过程:百度搜索此型号量产资料,下载了量产工具 阅读全文
posted @ 2020-12-29 17:53 lybingyu 阅读(23207) 评论(1) 推荐(0) 编辑
摘要: procedure TForm1.cxGrid1DBTableView1AColumnPropertiesValidate(Sender: TObject; var DisplayValue: Variant; var ErrorText: TCaption; var Error: Boolean) 阅读全文
posted @ 2020-12-22 17:07 lybingyu 阅读(198) 评论(0) 推荐(0) 编辑