上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 102 下一页
摘要: https://blog.csdn.net/shine78/article/details/106427970/ 阅读全文
posted @ 2023-09-06 17:43 simadi 阅读(144) 评论(0) 推荐(0)
摘要: var unixTimestamp = (long)DateTime.UtcNow.Subtract(new DateTime(1970, 1, 1)).TotalSeconds; 阅读全文
posted @ 2023-08-21 17:19 simadi 阅读(77) 评论(0) 推荐(0)
摘要: 如何迅速致富 简介:本部纪录片将为您讲述如何快速致富。片中主人公大卫·菲斯维克来自英国伯恩利,是个白手起家的千万富翁。他擅长投资,曾交易过汽车,巴士,股票等多种项目。在纪录片中他将与观众分享自己的致富技巧,通过投资项目将本金翻倍的方法,帮助多名与你我一样的普通人实现迅速致富的目标。同时也将全程协助他 阅读全文
posted @ 2023-08-16 22:11 simadi 阅读(75) 评论(0) 推荐(0)
摘要: 产生风鸣 静音 风鸣 var beep1 = (new SignalGenerator(){ Frequency = 1000, Gain = 0.2}).Take(TimeSpan.FromSeconds(2)); var silence = new SilenceProvider(beep1.W 阅读全文
posted @ 2023-08-16 11:13 simadi 阅读(13) 评论(0) 推荐(0)
摘要: 前提 vs2022 wpf LinphoneSDK的获取途径有两种 1 下载 linphonesdk.5.2.94.nupkg https://gitlab.linphone.org/BC/public/linphone-sdk/-/packages/ 然后引用 这里是没有dll的,只是引用了Lin 阅读全文
posted @ 2023-08-03 10:49 simadi 阅读(353) 评论(0) 推荐(0)
摘要: IList list = (IList)dataGridView1.DataSource; list.RemoveAt(dataGridView1.CurrentRow.Index); dataGridView1.DataSource = null; dataGridView1.DataSource 阅读全文
posted @ 2023-07-25 16:14 simadi 阅读(566) 评论(0) 推荐(0)
摘要: 使用CellContentClick事件,然后使用EditedFormattedValue属性 private void compGridView_CellContentClick(object sender, DataGridViewCellEventArgs e) { if (e.ColumnI 阅读全文
posted @ 2023-07-25 15:25 simadi 阅读(113) 评论(0) 推荐(0)
摘要: 1.选择要编辑的列》外观》DefaultCellStyle 2.CellStyle生成器》行为》Format》三个点 3.选择日期时间》选择需要的时间格式 阅读全文
posted @ 2023-07-25 12:03 simadi 阅读(157) 评论(0) 推荐(0)
摘要: navicat 16.2.3无限试用bat脚本,将下面代码保存为bat文件,双击打开就可以实现试用重置。 如果亲测有用,就点个赞同支持一下 @echo off set dn=Info set dn2=ShellFolder set rp=HKEY_CURRENT_USER\Software\Clas 阅读全文
posted @ 2023-07-24 11:01 simadi 阅读(1709) 评论(0) 推荐(2)
摘要: https://www.donet5.com/Home/Doc?typeId=1219 看第九条 db.Insertable(insertObj).MySqlIgnore().ExecuteCommand();//5.1.4.59+ 阅读全文
posted @ 2023-07-15 22:13 simadi 阅读(468) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 102 下一页