<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>重工电子论坛 - ASP.NET</title>
    <link>http://cqutlab.cn/forum-65-1.html</link>
    <description>Latest 20 threads of ASP.NET</description>
    <copyright>Copyright(C) 重工电子论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Thu, 14 May 2026 01:05:17 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://cqutlab.cn/static/image/common/logo_88_31.gif</url>
      <title>重工电子论坛</title>
      <link>http://cqutlab.cn/</link>
    </image>
    <item>
      <title>视频网站开发</title>
      <link>http://cqutlab.cn/thread-4175-1-1.html</link>
      <description><![CDATA[成品demo ：v.cqutbbs.cn
描述：.net+MVC+SQLSERVER+LayUI+Ueditor，利用ueditor把视频上传到网站，后台开设一个static的静态类作为保存待转换视频的存储列表。FFmpeg4作为切割视频的工具，开线程依次从列表中的视频地址，把视频切片为.ts格式，并且最终生成.M3U8格式 ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Wed, 19 Feb 2020 12:18:38 +0000</pubDate>
    </item>
    <item>
      <title>分词算法</title>
      <link>http://cqutlab.cn/thread-4162-1-1.html</link>
      <description><![CDATA[例如对于文本串“南京市长江大桥”，找到匹配的所有词条（南京，市，长江，大桥，南京市，长江大桥，市长，江大桥，江大，桥）
这个如何去分解？MIT的同学给出了分词算法，总体来说应用HMM模型，使用了Viterbi算法。
在我的项目里面有一个物料信息搜索，就是电力局内 ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Tue, 21 May 2019 06:15:35 +0000</pubDate>
    </item>
    <item>
      <title>VS 应用相关</title>
      <link>http://cqutlab.cn/thread-4161-1-1.html</link>
      <description><![CDATA[清缓存   重置下vs2017 去vstool的命令行里直接运行
devenv.exe/resetuserdata
秒开调试]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Mon, 13 May 2019 19:11:41 +0000</pubDate>
    </item>
    <item>
      <title>利用nuget安装NPOI</title>
      <link>http://cqutlab.cn/thread-473-1-1.html</link>
      <description><![CDATA[NuGet到底是个什么东西，我也不清楚，反正貌似就是微软的一个应用商场，
由于项目需要，需要操作excel，并且是高版本的excel，以前那一套在数据库里面的操作就不行了。。导致我需要寻求新的操作方法，于是乎就找到了NPOI官网，https://archive.codeplex.com/?p=npoi， ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Thu, 28 Feb 2019 18:07:48 +0000</pubDate>
    </item>
    <item>
      <title>利用iis虚拟目录实现文件服务器功能</title>
      <link>http://cqutlab.cn/thread-460-1-1.html</link>
      <description><![CDATA[https://www.cnblogs.com/dansediao/p/5712657.html]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Sat, 15 Dec 2018 19:00:39 +0000</pubDate>
    </item>
    <item>
      <title>无隅-中间件注意事项</title>
      <link>http://cqutlab.cn/thread-424-1-1.html</link>
      <description><![CDATA[在TcpServer内
文件固定放到C:\\\\Users\\\\Administrator\\\\Desktop\\\\NewTcpServer\\\\TcpServer.exe里面为好    程序名字定为TcpServer.exe，这个和看门狗程序相连
1：log.cs里面的
public static string path = System.Environment.CurrentDirectory;  要改为一个固定的 ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Thu, 22 Nov 2018 12:29:48 +0000</pubDate>
    </item>
    <item>
      <title>负载均衡总结帖子</title>
      <link>http://cqutlab.cn/thread-368-1-1.html</link>
      <description><![CDATA[https://blog.csdn.net/qiumuxia0921/article/details/50760536]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Fri, 17 Aug 2018 14:44:32 +0000</pubDate>
    </item>
    <item>
      <title>C# 一条sql返回多个表的查询操作</title>
      <link>http://cqutlab.cn/thread-367-1-1.html</link>
      <description><![CDATA[注意:当SQL语句中出现两条Select语句，例如:string sql = \&quot;select * from Employees;select * from TblClass\&quot;;
可以用SqlDataReader的NextResult()来接收多个结果集
使用
do
{
}
while(reader.NextResult())

 

        static void Main(string[] args)
   ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Sun, 12 Aug 2018 13:38:42 +0000</pubDate>
    </item>
    <item>
      <title>多线程内开定时器的做法</title>
      <link>http://cqutlab.cn/thread-366-1-1.html</link>
      <description><![CDATA[https://blog.csdn.net/hoiven/article/details/51362582]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Sat, 28 Jul 2018 15:09:11 +0000</pubDate>
    </item>
    <item>
      <title>c# 产生真正随机数</title>
      <link>http://cqutlab.cn/thread-364-1-1.html</link>
      <description><![CDATA[如果用random类，来产生少量的随机数 也是可取的，而且必须是在非连续的时间段，意思就是不能用在for循环等连续产生随机数的地方。

下面这个示例 就是错误的示例
[mw_shl_code=csharp,true]            
            int value1 = 0;
            Random rd1 = ne ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Fri, 06 Jul 2018 08:12:54 +0000</pubDate>
    </item>
    <item>
      <title>论坛注册流程</title>
      <link>http://cqutlab.cn/thread-355-1-1.html</link>
      <description><![CDATA[本论坛开放注册，主要面对皇家理工的同学，当然也欢迎其他外来的伙伴一起讨论各种技术问题。
为防止网上各种恶意注册机注册和滥发信息，下面给出注册流程：
注册条件：论坛为邀请注册，意思就是你需认识一个本论坛已经注册过的同学，让它邀请你即可

注册流程：
1 ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Sun, 10 Jun 2018 16:24:28 +0000</pubDate>
    </item>
    <item>
      <title>解决微信网页授权，出现&quot;errcode&quot;:40163,&quot;</title>
      <link>http://cqutlab.cn/thread-354-1-1.html</link>
      <description><![CDATA[先说说自己理解的微信机制：

微信内访问自己服务器的页面，如果访问出错，微信就会认为是微信自身的问题，那么他就会开启另外一个IP来访问这个页面（什么上海的IP，深圳的IP不等），再把访问结果发回用户端，但是如果另外来的那个IP访问也出错，就会返回到一个微信自 ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Sat, 26 May 2018 05:19:23 +0000</pubDate>
    </item>
    <item>
      <title>MVC 发布的坑 合集</title>
      <link>http://cqutlab.cn/thread-349-1-1.html</link>
      <description><![CDATA[------------------------
解决MVC中使用BundleConfig.RegisterBundles引用Css及js文件发布后丢失的问题
http://www.cnblogs.com/xiaoerlang90/p/5566817.html
解决方案：

在绑定文件BundleConfig的方法RegisterBundles下设置属性：

BundleTable.EnableOptimiz ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Sun, 15 Apr 2018 13:25:35 +0000</pubDate>
    </item>
    <item>
      <title>VS 自带GIT操作流程</title>
      <link>http://cqutlab.cn/thread-335-1-1.html</link>
      <description><![CDATA[现在连乌龟都无法支持VS2017了，唯一存在的只有SVN在2017上面的更新，所以果断看下怎么操作GIT，特别是在VS下面操作GIT，这是时代基本技能

由于VS2017自带GIT，所以直接用
整个概念就是 VS2017的所有GIT仓库都是存在本地的。然后再让本地仓库和远程仓库相连接，做同 ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Wed, 28 Feb 2018 20:30:46 +0000</pubDate>
    </item>
    <item>
      <title>无隅-微信端移植到服务器流程</title>
      <link>http://cqutlab.cn/thread-324-1-1.html</link>
      <description><![CDATA[首先，程序是用的OpenID来判断用户的，所以每次跳转我实际上都是通过判断OpenID里面的cookie来判断该用户是不是由微信跳转过来的，（当然，编一个cookis也可以骗过我，我也是利用这一点让我可以开浏览器，调试方便）。整个程序里面涉及到，访问用户对我公众号的授权，JS ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Mon, 22 Jan 2018 07:48:57 +0000</pubDate>
    </item>
    <item>
      <title>HTML5支持服务器发送事件(Server-Sent Events)-单向消息传递数据推送（C#示例）</title>
      <link>http://cqutlab.cn/thread-309-1-1.html</link>
      <description><![CDATA[http://www.cnblogs.com/xiongzaiqiren/p/6874283.html]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Thu, 23 Nov 2017 14:40:53 +0000</pubDate>
    </item>
    <item>
      <title>Asp.net mvc返回Xml结果，扩展Controller实现XmlResult以返回XML格式数据</title>
      <link>http://cqutlab.cn/thread-308-1-1.html</link>
      <description><![CDATA[这个帖子很清楚的说明了actionresult的原理

http://www.cnblogs.com/xiongzaiqiren/p/XmlResult.html

----------------------------------------------------------------------------------------------------------
我们都知道Asp.net MVC自带的Action可以有多 ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Thu, 23 Nov 2017 14:34:01 +0000</pubDate>
    </item>
    <item>
      <title>VS 调试微信</title>
      <link>http://cqutlab.cn/thread-284-1-1.html</link>
      <description><![CDATA[首先要有一个域名，并且让域名能够指向自己的机器，才可以玩，因为微信都是以服务器为单位的，但是开发的时候，不可能每次都去更新代码到服务器吧，太浪费时间折腾了。

然后两篇帖子参考
http://blog.csdn.net/jingcairensheng/article/details/60871875
http://bl ...]]></description>
      <category>ASP.NET</category>
      <author>李维强-15级</author>
      <pubDate>Wed, 11 Oct 2017 14:55:28 +0000</pubDate>
    </item>
    <item>
      <title>c#属性与字段</title>
      <link>http://cqutlab.cn/thread-274-1-1.html</link>
      <description><![CDATA[http://www.cnblogs.com/yichengbo/archive/2011/07/31/2122916.html]]></description>
      <category>ASP.NET</category>
      <author>刘鑫-15电子</author>
      <pubDate>Wed, 04 Oct 2017 12:32:05 +0000</pubDate>
    </item>
    <item>
      <title>c#委托与事件</title>
      <link>http://cqutlab.cn/thread-273-1-1.html</link>
      <description><![CDATA[这两天入手C#，发现面向对象编程真的跟C语言有很大的差别，不仅仅是语法上面的，更多的体现在思想上面。世间万物皆对象的概念我有点迷糊，于是，我拉闸了。。。。。
委托和事件是我没能在第一时间搞懂的，看了好多遍，于是我决定开一个帖子，边写边学，加深理解，这个 ...]]></description>
      <category>ASP.NET</category>
      <author>刘鑫-15电子</author>
      <pubDate>Thu, 28 Sep 2017 15:10:47 +0000</pubDate>
    </item>
  </channel>
</rss>