随笔分类 -  C#

摘要:update Table set content= replace(content,'222','') ERROR Argument data type text is invalid for argument 1 of replace function 更改为 update Table set c 阅读全文
posted @ 2019-08-02 16:02 S_Wilson 阅读(1534) 评论(0) 推荐(0)
摘要:try { //1.首先创建一个作业调度池 var properties = new NameValueCollection(); properties["quartz.threadPool.type"] = "Quartz.Simpl.SimpleThreadPool, Quartz"; prop 阅读全文
posted @ 2019-04-19 16:59 S_Wilson 阅读(1662) 评论(1) 推荐(0)
摘要:SecondaryBuffer DirectSound DirectX 声卡,播放,多声卡,分区域播放,指定声卡播放,消息队列 C# .net 分区域,多声卡;同时播放;消息等待 有需求的联系:935299029 注明:声卡播放 阅读全文
posted @ 2018-07-28 14:41 S_Wilson 阅读(1002) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2017-03-24 15:05 S_Wilson 阅读(430) 评论(0) 推荐(0)
摘要:把excel 表作为一个数据源进行读取 1 /// <summary> 2 /// 读取Excel单个Sheet 3 /// </summary> 4 /// <param name="Path">Excel路径</param> 5 /// <returns>返回dataset</returns> 阅读全文
posted @ 2016-08-29 09:40 S_Wilson 阅读(896) 评论(0) 推荐(0)