<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>鱼·后花园 - 其它开发技术</title>
    <link>https://forum.iccfish.com/forum-53-1.html</link>
    <description>Latest 20 threads of 其它开发技术</description>
    <copyright>Copyright(C) 鱼·后花园</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sat, 23 May 2026 20:14:56 +0000</lastBuildDate>
    <ttl>30</ttl>
    <image>
      <url>https://forum.iccfish.com/static/image/common/logo_88_31.gif</url>
      <title>鱼·后花园</title>
      <link>https://forum.iccfish.com/</link>
    </image>
    <item>
      <title>C# 编写的计算机性能监视器</title>
      <link>https://forum.iccfish.com/thread-8838-1-1.html</link>
      <description><![CDATA[本例使用C# PerformanceCounter 对象完成对计算机性能的监视。
关于PerformanceCounter对象可自行MSDN

程序中还通过C#自带的Chart控件实现对数据的实时统计。如下图所示


图表会根据时间来自行滚动，保留的最大长度为180秒。

其中图表的关键代码如下：
[mw_shl_code= ...]]></description>
      <category>其它开发技术</category>
      <author>aNyoNe</author>
      <pubDate>Fri, 08 Jan 2016 09:48:16 +0000</pubDate>
    </item>
    <item>
      <title>关于C#的MEF简单插件模式简介</title>
      <link>https://forum.iccfish.com/thread-8738-1-1.html</link>
      <description><![CDATA[什么是MEF
      Managed Extensibility Framework 即 MEF 是用于创建轻量、可扩展应用程序的库。它让应用程序开发人员得以发现和使用扩展且无需配置。它还让扩展开发人员得以轻松地封装代码并避免脆弱的紧密依赖性MEF 让扩展不仅可在应用程序内重复使用，还可以跨程序 ...]]></description>
      <category>其它开发技术</category>
      <author>aNyoNe</author>
      <pubDate>Mon, 04 Jan 2016 07:05:59 +0000</pubDate>
    </item>
    <item>
      <title>12306新版协议头部参数求解  关于缓存命中的判断</title>
      <link>https://forum.iccfish.com/thread-7256-1-1.html</link>
      <description><![CDATA[@木鱼 帮帮忙看看  你的订票助手是什么判断此次查询的数据是否命中缓存的？困扰了我许久的问题，实在是看不出来才在次发帖求解！谢谢

例如：厦门到重庆
https://kyfw.12306.cn/otn/leftTicket/queryT?leftTicketDTO.train_date=20 ...]]></description>
      <category>其它开发技术</category>
      <author>jafyang</author>
      <pubDate>Fri, 04 Dec 2015 03:30:37 +0000</pubDate>
    </item>
    <item>
      <title>xex文件怎么解包</title>
      <link>https://forum.iccfish.com/thread-3118-1-1.html</link>
      <description><![CDATA[求解啊 我想要把下下来的文件补丁解包 用什么软件


就是这个文件包里面的东西怎么打开]]></description>
      <category>其它开发技术</category>
      <author>凌乱了</author>
      <pubDate>Mon, 17 Feb 2014 01:58:09 +0000</pubDate>
    </item>
    <item>
      <title>显示有好多票就是订不到，为什么啊</title>
      <link>https://forum.iccfish.com/thread-1317-1-1.html</link>
      <description><![CDATA[这是1月5号下午订1月6号的票，有人可以帮助解决吗？]]></description>
      <category>其它开发技术</category>
      <author>thomas</author>
      <pubDate>Sun, 05 Jan 2014 06:19:49 +0000</pubDate>
    </item>
    <item>
      <title>显示有票为什么说是：非法请求，</title>
      <link>https://forum.iccfish.com/thread-1316-1-1.html</link>
      <description><![CDATA[1月5号下午查显示有好多票，可是输入验证码后，就跳出来：非法请求。而买不到票是怎么回事？这是用极速版订票模块操作的]]></description>
      <category>其它开发技术</category>
      <author>thomas</author>
      <pubDate>Sun, 05 Jan 2014 06:11:18 +0000</pubDate>
    </item>
    <item>
      <title>新版12306系统 参数求解</title>
      <link>https://forum.iccfish.com/thread-892-1-1.html</link>
      <description><![CDATA[@木鱼  鱼老大  旧版下线导致以前的所有数据都不能查询了   今天研究了新版12306网页数据   有两个问题想请教一下你    如何获取 \&quot;REPEAT_SUBMIT_TOKEN\&quot;这个值?  还有就是如果获取已经登录的用户信息? 谢谢
 ...]]></description>
      <category>其它开发技术</category>
      <author>jafyang</author>
      <pubDate>Sat, 28 Dec 2013 14:23:09 +0000</pubDate>
    </item>
    <item>
      <title>请问如何禁止CDN缓存命中</title>
      <link>https://forum.iccfish.com/thread-841-1-1.html</link>
      <description><![CDATA[@木鱼 请问一下如何禁止查询余票时CDN缓存命中?谢谢!]]></description>
      <category>其它开发技术</category>
      <author>jafyang</author>
      <pubDate>Thu, 26 Dec 2013 16:51:49 +0000</pubDate>
    </item>
    <item>
      <title>Java https提交</title>
      <link>https://forum.iccfish.com/thread-160-1-1.html</link>
      <description><![CDATA[部分代码：POST提交 不解释直接上代码：
[mw_shl_code=java,true]private static final String METHOD_POST = \&quot;POST\&quot;;
]]></description>
      <category>其它开发技术</category>
      <author>iamyuanlong</author>
<enclosure url="/forum/
" length="public static String doPost(String url, String params, String charset, int conne ..." type="image/jpeg" />      <pubDate>Thu, 26 Sep 2013 10:15:45 +0000</pubDate>
    </item>
    <item>
      <title>这个模块的图标就是Eclipse的噢 嘿嘿 还好我也做JavaEE:$</title>
      <link>https://forum.iccfish.com/thread-112-1-1.html</link>
      <description><![CDATA[嘻嘻 这算灌水不？]]></description>
      <category>其它开发技术</category>
      <author>Kvkens</author>
      <pubDate>Thu, 19 Sep 2013 01:18:38 +0000</pubDate>
    </item>
    <item>
      <title>沙发贴~~~~~~~~~</title>
      <link>https://forum.iccfish.com/thread-109-1-1.html</link>
      <description><![CDATA[沙发贴~~~~~~~~~]]></description>
      <category>其它开发技术</category>
      <author>risafa</author>
      <pubDate>Wed, 18 Sep 2013 23:44:17 +0000</pubDate>
    </item>
  </channel>
</rss>