<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>IBC编程社区-C#论坛-C#教程,.NET教程-.NET源码 - C#文章教程</title>
    <link>http://www.ibcibc.com/forum-38-1.html</link>
    <description>Latest 20 threads of C#文章教程</description>
    <copyright>Copyright(C) IBC编程社区-C#论坛-C#教程,.NET教程-.NET源码</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 00:52:18 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.ibcibc.com/static/image/common/logo_88_31.gif</url>
      <title>IBC编程社区-C#论坛-C#教程,.NET教程-.NET源码</title>
      <link>http://www.ibcibc.com/</link>
    </image>
    <item>
      <title>Modbus Poll+Modbus Slave 安装包及注册码</title>
      <link>http://www.ibcibc.com/thread-17350-1-1.html</link>
      <description><![CDATA[附件包含：
Modbus Poll 7.2.5  (64位)  官方下载链接
Modbus Slave 8.2.3 (64位) 官方下载链接

OverviewModbus Poll uses a multiple windows user interface. That means you can open several windows showing different data areas or data from different slave  ...]]></description>
      <category>C#文章教程</category>
      <author>Robin</author>
      <pubDate>Tue, 25 Nov 2025 02:30:59 +0000</pubDate>
    </item>
    <item>
      <title>C#程序优化的50种方案</title>
      <link>http://www.ibcibc.com/thread-14435-1-1.html</link>
      <description><![CDATA[转自公众号 “Dotnet工控”
一、用属性代替可访问的字段 
1、.NET数据绑定只支持数据绑定，使用属性可以获得数据绑定的好处； 
2、在属性的get和set访问器重可使用lock添加多线程的支持。　　二、readonly（运行时常量）和const（编译时常量） 
1、const只可用于基元类 ...]]></description>
      <category>C#文章教程</category>
      <author>ibcadmin</author>
      <pubDate>Mon, 15 Aug 2022 02:04:51 +0000</pubDate>
    </item>
    <item>
      <title>C#.Net常用第三方库和插件</title>
      <link>http://www.ibcibc.com/thread-14321-1-1.html</link>
      <description><![CDATA[一：第三方插件

1:基于响应式编程思想的oc地址：https://github.com/ReactiveCocoa/ReactiveCocoa2：hud提示框地址：https://github.com/jdg/MBProgressHUD3：XML/HTML解析地址：https://github.com/topfunky/hpple4：有文字输入时，能根据键盘是否弹出来调整自身显示 ...]]></description>
      <category>C#文章教程</category>
      <author>ibcadmin</author>
      <pubDate>Fri, 09 Jul 2021 03:43:49 +0000</pubDate>
    </item>
    <item>
      <title>命令(Command)模式</title>
      <link>http://www.ibcibc.com/thread-14135-1-1.html</link>
      <description><![CDATA[王者荣耀大家都熟悉，我们前面策略模式也讲过相关的例子；今天我们还是以王者荣耀为例，我们都知道王者荣耀每个英雄都有三个主动技能和一个普攻；哪么是不是我每次要新出一个英雄都要去改动技能释放的代码，加入新英雄的技能，代码加了还不一定正确还可能会出现Bug ...]]></description>
      <category>C#文章教程</category>
      <author>剑弑</author>
      <pubDate>Wed, 10 Mar 2021 12:32:25 +0000</pubDate>
    </item>
    <item>
      <title>设计原则—IOC(Inversion of Control)</title>
      <link>http://www.ibcibc.com/thread-14132-1-1.html</link>
      <description><![CDATA[IOC，大家对它或多或少都听说过，也都可能用到过，但到底IOC是什么呢？IOC的作用是什么？有什么优缺点呢？    在学习之前跟大家讲个很Low的事，就在昨天我去到一家公司面试，因为我自己简历有写用过IOC，理所当然的面试官问我\&quot;为什么要用IOC呢？我直接new一个不是更 ...]]></description>
      <category>C#文章教程</category>
      <author>剑弑</author>
      <pubDate>Tue, 09 Mar 2021 09:19:29 +0000</pubDate>
    </item>
    <item>
      <title>观察者(Observer)模式——拉</title>
      <link>http://www.ibcibc.com/thread-14131-1-1.html</link>
      <description><![CDATA[上一章我们有提到观察者模式具有推、拉两种实现，推的实现我们也在上一章讲了；哪么观察者模式拉的实现又是怎样的呢？在说之前我们先回顾下自媒体的哪个例子，作者每次上传视频平台都会第一时间通知推送给关注视频作者的粉丝用户，即使某些内容是用户不想要的也 ...]]></description>
      <category>C#文章教程</category>
      <author>剑弑</author>
      <pubDate>Sat, 06 Mar 2021 13:41:56 +0000</pubDate>
    </item>
    <item>
      <title>观察者(Observer)模式———推</title>
      <link>http://www.ibcibc.com/thread-14130-1-1.html</link>
      <description><![CDATA[首先在开始讲观察者模式之前我们先来看看现在很火自媒体软件是怎么工作的。做过自媒体的应该知道，我们要把自己精心录制的视频上传到自媒体平台，平台就会把我们的视频推送给关注我们的粉丝用户，让关注我们的粉丝用户可以第一时间享受到视频给他带来的精彩内容， ...]]></description>
      <category>C#文章教程</category>
      <author>剑弑</author>
      <pubDate>Fri, 05 Mar 2021 08:41:28 +0000</pubDate>
    </item>
    <item>
      <title>策略模式(StrategyPattern)</title>
      <link>http://www.ibcibc.com/thread-14129-1-1.html</link>
      <description><![CDATA[王者荣耀对于玩游戏的朋友都不会陌生，都知道每一个英雄跟会用到铭文及装备(局内出装)；使用正确的铭文和出装将多大大的提高我们游戏内的获胜机率，所以我们在每一局开局前都会有自己的铭文和出装选择(系统推荐或自己设定)。     看到这里可能会有人觉得，我是在写 ...]]></description>
      <category>C#文章教程</category>
      <author>剑弑</author>
      <pubDate>Thu, 04 Mar 2021 09:15:37 +0000</pubDate>
    </item>
    <item>
      <title>接口测试的时候如何生成随机数据进行测试</title>
      <link>http://www.ibcibc.com/thread-14096-1-1.html</link>
      <description><![CDATA[在进行接口测试的时候会需要生成一些随机数据进行测试，今天教大家使用apipost自带的mock字段变量生成随机数据进行测试

打开apipost



左下角有一个红色字体的内置mock字段变量，今天我们生成随机数据就是使用这个内置mock字段变量


选择需要生成的数据数据类型，然 ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Tue, 10 Nov 2020 06:00:27 +0000</pubDate>
    </item>
    <item>
      <title>接口测试如何在post请求中传递文件</title>
      <link>http://www.ibcibc.com/thread-14095-1-1.html</link>
      <description><![CDATA[在做接口测试的时候往往会遇到文件上传的接口，今天教大家如何使用apipost进行文档上传操作。
1.打开apipost，新建一个关于文件上传的接口


2.找到body这个选项，输入文件对应的参数名，在然后把参数名后面的text选择为file。


3.修改完成之后，后面参数值的框已经显 ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Mon, 09 Nov 2020 05:52:09 +0000</pubDate>
    </item>
    <item>
      <title>http请求中get和post方法的区别</title>
      <link>http://www.ibcibc.com/thread-14094-1-1.html</link>
      <description><![CDATA[一、原理区别
一般我们在浏览器输入一个网址访问网站都是GET请求;再FORM表单中，可以通过设置Method指定提交方式为GET或者POST提交方式，默认为GET提交方式。

HTTP定义了与服务器交互的不同方法，其中最基本的四种：GET，POST，PUT，DELETE，HEAD，其中GET和HEAD被称为 ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Fri, 06 Nov 2020 06:42:59 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序接口测试时appid为空如何解决</title>
      <link>http://www.ibcibc.com/thread-14092-1-1.html</link>
      <description><![CDATA[一、web接口测试和app/微信小程序接口测试的区别
web接口一般是通过浏览器访问，app接口是通过手机端访问的，所以他们header头部请求是不一样的，一样的就是User Agent这个参数。

web请求的header请求中的User Agent以谷歌为例：
 MAC：Mozilla/5.0 (Macintosh; Intel  ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Wed, 04 Nov 2020 06:57:46 +0000</pubDate>
    </item>
    <item>
      <title>接口测试（apipost、jmeter和python脚本）</title>
      <link>http://www.ibcibc.com/thread-14091-1-1.html</link>
      <description><![CDATA[一.什么是接口
接口就是内部模块对模块，外部系统对其他服务提供的一种可调用或者连接的能力的标准，就好比usb接口，他是系统向外接提供的一种用于物理数据传输的一个接口，当然仅仅是一个接口是不能进行传输的，我们还的对这个接口怎么进行传输进行进行一些设置和定义 ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Tue, 03 Nov 2020 06:39:45 +0000</pubDate>
    </item>
    <item>
      <title>接口测试人员需要掌握的知识技能</title>
      <link>http://www.ibcibc.com/thread-14090-1-1.html</link>
      <description><![CDATA[一、首先明白接口是什么
软件接口是指程序中具体负责在不同模块之间传输或接受数据的并做处理的类或者函数。（而不是指传输的数据！！）

二、什么是接口测试
接口测试就是通过向接口传递数据来测试这个接口是否正确。比如：一个QQ登录功能接口，就需要我们传递QQ号和密 ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Mon, 02 Nov 2020 06:19:32 +0000</pubDate>
    </item>
    <item>
      <title>接口工具使用对比（apipost、jmeter、postman、swagger等）</title>
      <link>http://www.ibcibc.com/thread-14087-1-1.html</link>
      <description><![CDATA[一、接口都有哪些类型？

接口一般分为两种：1.程序内部的接口 2.系统对外的接口
系统对外的接口：比如你要从别的网站或服务器上获取资源或信息，别人肯定不会把 数据库共享给你，他只能给你提供一个他们写好的方法来获取数据，你引用他提供的接口就能使用他写好的方法 ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Fri, 30 Oct 2020 06:10:11 +0000</pubDate>
    </item>
    <item>
      <title>如何获取变量token的值</title>
      <link>http://www.ibcibc.com/thread-14086-1-1.html</link>
      <description><![CDATA[一.什么是token
1.客户端使用用户名跟密码请求登录
2.服务端收到请求，去验证用户名与密码
3.验证成功后，服务端会签发一个 Token，再把这个 Token 发送给客户端
4.客户端收到 Token 以后可以把它存储起来，比如放在 Cookie 里或者 LocalStorage 里，客户端每次向服务端 ...]]></description>
      <category>C#文章教程</category>
      <author>测试人生路</author>
      <pubDate>Thu, 29 Oct 2020 06:48:32 +0000</pubDate>
    </item>
    <item>
      <title>Ueditor1.4.3.3 asp UTF-8版文件缺失修改方法</title>
      <link>http://www.ibcibc.com/thread-12055-1-1.html</link>
      <description><![CDATA[　　前几天在做一个项目中须要用富文本编辑器，终极选定用Ueditor编辑器，从官网下载源码（http://ueditor.baidu.com/website/download.html），按照文档创建demo，如下：



　　运行demo，效果编辑器加载不全，下载的源码中缺少ueditor.all.js文件，这个简朴，查察官 ...]]></description>
      <category>C#文章教程</category>
      <author>ibcadmin</author>
      <pubDate>Thu, 26 Dec 2019 01:08:51 +0000</pubDate>
    </item>
    <item>
      <title>Quartz.NET常用方法 01</title>
      <link>http://www.ibcibc.com/thread-12056-1-1.html</link>
      <description><![CDATA[Quartz.NET作为一款定时框架，它的最小可运行步调如下：






 
它有两个焦点要素：Job和Trigger，Job用于通过实现了IJob接口的泛型即PublishJob告诉框架做什么，而Trigger告诉框架何时做。
 

MyJob类：





 

Job常用方法
UsingJobData(key, value)方法
通过这个 ...]]></description>
      <category>C#文章教程</category>
      <author>ibcadmin</author>
      <pubDate>Thu, 26 Dec 2019 01:08:07 +0000</pubDate>
    </item>
    <item>
      <title>ZedGraph怎样实现将图形右键菜单的打印和页面设置合并为打印的二级子菜单</title>
      <link>http://www.ibcibc.com/thread-12058-1-1.html</link>
      <description><![CDATA[场景
Winforn中实现ZedGraph自界说添加右键菜单项(附源码下载)：
https://blog.csdn.net/BADAO_LIUMANG_QIZHI/article/details/100140716
在上面博客实现的自界说右键以及汉化右键的根本上，怎样实现将自带的右键功能好比打印和页面设置归并为一个选项打印，并将上两个 ...]]></description>
      <category>C#文章教程</category>
      <author>ibcadmin</author>
      <pubDate>Thu, 26 Dec 2019 01:07:58 +0000</pubDate>
    </item>
    <item>
      <title>WPF ComboBox 默认选中无效</title>
      <link>http://www.ibcibc.com/thread-12054-1-1.html</link>
      <description><![CDATA[在WPF开发当中，我发现ComboBox的默认选中逻辑失效了，过细查找后发现背景逻辑并没有出现题目。
测试后发如今XAML中，ComBoBox控件的SelectedValue属性需要写在ItemSource之前，默认选中又规复正常了。

 ...]]></description>
      <category>C#文章教程</category>
      <author>ibcadmin</author>
      <pubDate>Thu, 26 Dec 2019 01:06:35 +0000</pubDate>
    </item>
  </channel>
</rss>