<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[wgscd blog]]></title><description><![CDATA[IT技术 代码 编程]]></description><link>https://blog.csdn.net/wgsnet</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; wgsnet]]></copyright><item><title><![CDATA[【淘宝直播必备神器 —— 淘播人气助手】]]></title><link>https://blog.csdn.net/wgsnet/article/details/158504175</link><guid>https://blog.csdn.net/wgsnet/article/details/158504175</guid><author>wgsnet</author><pubDate>Sat, 28 Feb 2026 15:47:39 +0800</pubDate><description><![CDATA[【淘宝直播必备神器 —— 淘播人气助手】]]></description><category></category></item><item><title><![CDATA[抖灵】-----直播间公屏文字互动演示]]></title><link>https://blog.csdn.net/wgsnet/article/details/147553657</link><guid>https://blog.csdn.net/wgsnet/article/details/147553657</guid><author>wgsnet</author><pubDate>Sun, 27 Apr 2025 13:12:23 +0800</pubDate><description><![CDATA[​
抖灵-----直播间公屏文字互动
抖灵-教程-直播间公屏文字互动，公屏文字互动，公屏文字互动

软件地址：http://www.dlingai.com/

抖灵 - 直播助手公屏文字互动功能全解析：让直播间互动更高效
在竞争激烈的直播行业中，良好的公屏互动是提升直播间活跃度、增强观众粘性的关键。抖灵 - 直播助手的公屏文字互动功能，为直播从业者提供了强大的工具，帮助轻松实现高效互动。下面，我们就来详细了解该功能的使用方法与技巧。

​]]></description><category></category></item><item><title><![CDATA[【抖灵】-----直播间公屏文字互动助手]]></title><link>https://blog.csdn.net/wgsnet/article/details/147553592</link><guid>https://blog.csdn.net/wgsnet/article/details/147553592</guid><author>wgsnet</author><pubDate>Sun, 27 Apr 2025 13:06:50 +0800</pubDate><description><![CDATA[通过多开软件窗口，登录不同小号，然后让这些小号同时在直播间互动，能营造热闹的互动氛围，吸引更多真实观众参与。无论是新手主播还是经验丰富的从业者，都可以通过合理运用这些功能与技巧，提升直播间的人气与影响力，在直播赛道上脱颖而出。在框内输入想要发送的消息，点击【发送】按钮，消息即可出现在直播间公屏上。在抖灵 - 直播助手主页，找到【连接直播间】按钮，点击后会显示已关注的直播间列表，选择想要连接的直播间即可。如果知道直播间的具体地址，可在连接界面输入直播间链接，点击【连接】按钮，就能快速连接到目标直播间。]]></description><category></category></item><item><title><![CDATA[JS 解析/读取 json]]></title><link>https://blog.csdn.net/wgsnet/article/details/87086833</link><guid>https://blog.csdn.net/wgsnet/article/details/87086833</guid><author>wgsnet</author><pubDate>Tue, 12 Feb 2019 14:11:42 +0800</pubDate><description><![CDATA[
&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta charset=&quot;utf-8&quot;&amp;gt;
&amp;lt;title&amp;gt;json test&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;

&amp;lt;h2&amp;gt;为 JSON 字符串创建对象&amp;lt]]></description><category></category></item><item><title><![CDATA[c#圆角区域]]></title><link>https://blog.csdn.net/wgsnet/article/details/5305205</link><guid>https://blog.csdn.net/wgsnet/article/details/5305205</guid><author>wgsnet</author><pubDate>Wed, 10 Feb 2010 16:02:00 +0800</pubDate><description><![CDATA[using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Drawing.D]]></description><category></category></item><item><title><![CDATA[c# 水晶按钮控件 （美丽）]]></title><link>https://blog.csdn.net/wgsnet/article/details/5305106</link><guid>https://blog.csdn.net/wgsnet/article/details/5305106</guid><author>wgsnet</author><pubDate>Wed, 10 Feb 2010 15:20:00 +0800</pubDate><description><![CDATA[   using System.Windows.Forms; using System.ComponentModel; using System.ComponentModel.Design; using System.Drawing;using System.Drawing.Drawing2D;using System.Drawing.Imaging; /// ]]></description><category></category></item><item><title><![CDATA[c# 下载千千静听歌词]]></title><link>https://blog.csdn.net/wgsnet/article/details/4730629</link><guid>https://blog.csdn.net/wgsnet/article/details/4730629</guid><author>wgsnet</author><pubDate>Mon, 26 Oct 2009 20:36:00 +0800</pubDate><description><![CDATA[我wgscd在网上看到一个人说的方法可下载千千静听歌词。我修改了下经调试确实能得到歌词： EncodeHelper.cs:----这个类可编码符合要求的请求ID  using System;using System.Collections.Generic;using System.Text;namespace QianQianLrc {    publi]]></description><category></category></item><item><title><![CDATA[C# 歌词同步]]></title><link>https://blog.csdn.net/wgsnet/article/details/4730556</link><guid>https://blog.csdn.net/wgsnet/article/details/4730556</guid><author>wgsnet</author><pubDate>Mon, 26 Oct 2009 20:06:00 +0800</pubDate><description><![CDATA[可以桌面字幕透明显示，这个前一篇说过同步就是判断歌曲当前播放时间去匹配歌词文件里的时间段标志。很简单的，当然你还可以自动下载歌曲的歌词并同步。 FormLrc 是显示歌词的窗体：  using System;using System.Collections.Generic;using System.ComponentModel;using System.Data]]></description><category></category></item><item><title><![CDATA[C#实现桌面透明字幕（仿酷狗）]]></title><link>https://blog.csdn.net/wgsnet/article/details/4691726</link><guid>https://blog.csdn.net/wgsnet/article/details/4691726</guid><author>wgsnet</author><pubDate>Sun, 18 Oct 2009 00:58:00 +0800</pubDate><description><![CDATA[刚下载了酷狗音乐播放器，听了几首歌，心情很舒畅。 被那桌面字幕效果吸引了。我用20分钟用C#写了这个效果（可睡着时间字幕渐变过去，可添加任意文字字幕）： 图：      代码只要是设置Paint 事件.  下载代码：http://blog.csdn.net/wgsnet/archive/2009/10/26/4730556.aspx ]]></description><category></category></item><item><title><![CDATA[.NET Compact Framework 一个明显的BUG]]></title><link>https://blog.csdn.net/wgsnet/article/details/4589641</link><guid>https://blog.csdn.net/wgsnet/article/details/4589641</guid><author>wgsnet</author><pubDate>Thu, 24 Sep 2009 17:30:00 +0800</pubDate><description><![CDATA[SaveFileDialog dlg = new SaveFileDialog();           dlg.Filter = "image files|*.jpg;*.bmp;*.gif;*.png";            //dlg.FilterIndex=0;            if (dlg.ShowDialog() == DialogResult.OK && dlg.Fil]]></description><category></category></item><item><title><![CDATA[c# 获取中国气象局全国城市代码（weather.com.cn）]]></title><link>https://blog.csdn.net/wgsnet/article/details/4548171</link><guid>https://blog.csdn.net/wgsnet/article/details/4548171</guid><author>wgsnet</author><pubDate>Sun, 13 Sep 2009 14:49:00 +0800</pubDate><description><![CDATA[c# 获取中国气象局全国城市代码（weather.com.cn） 网上很多人都在问怎么得到所有城市的代码。 我就写了个程序大概10秒钟就获取完成了。 这样就方便了大家搞天气信息了哦。   /** Created by SharpDevelop.* User: wgscd* Date: 2009/9/13* Time: 12:3]]></description><category></category></item><item><title><![CDATA[批量序列生成工具V 1.0 (C#源代码)-------- by  wgscd 209/8/9]]></title><link>https://blog.csdn.net/wgsnet/article/details/4423822</link><guid>https://blog.csdn.net/wgsnet/article/details/4423822</guid><author>wgsnet</author><pubDate>Fri, 07 Aug 2009 21:32:00 +0800</pubDate><description><![CDATA[批量序列生成工具V 1.0-------- by  wgscd 209/8/9 Form1.cs: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;]]></description><category></category></item><item><title><![CDATA[C# test excel]]></title><link>https://blog.csdn.net/wgsnet/article/details/4389372</link><guid>https://blog.csdn.net/wgsnet/article/details/4389372</guid><author>wgsnet</author><pubDate>Wed, 29 Jul 2009 09:24:00 +0800</pubDate><description><![CDATA[Imports Excel = Microsoft.Office.Interop.ExcelPublic Class Form1    Dim BlankRow As Integer = 7    Dim logStrings As String    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e]]></description><category></category></item><item><title><![CDATA[C# 粘连窗体效果(窗体连动 类似千千静听播放器的)]]></title><link>https://blog.csdn.net/wgsnet/article/details/4385377</link><guid>https://blog.csdn.net/wgsnet/article/details/4385377</guid><author>wgsnet</author><pubDate>Mon, 27 Jul 2009 22:12:00 +0800</pubDate><description><![CDATA[//blog:http://blog.csdn.net/wgsnet//原创：wgscd两个窗体分别是FormMain  FormList  第1个窗体：FormMain  ： public partial class FormMain : Form    {       FormList formlist=null ;         ]]></description><category></category></item><item><title><![CDATA[.NET中正则表达式的使用技巧]]></title><link>https://blog.csdn.net/wgsnet/article/details/4384349</link><guid>https://blog.csdn.net/wgsnet/article/details/4384349</guid><author>wgsnet</author><pubDate>Mon, 27 Jul 2009 16:02:00 +0800</pubDate><description><![CDATA[.NET中正则表达式的使用技巧前言  一、本系列文章不讲述基本的正则语法，这些可以在微软的JS帮助文档中找到，也可以Google一下  二、写系列文章的原因  1、正则很有用，而且经常要用  2、正则的一些高级用法有相当一部分人还没有理解和掌握  3、刚好又在网上看到了一篇文章错误的使用了正则式，使我有了写本文的冲动  4、本系列文章的大部分]]></description><category></category></item><item><title><![CDATA[flash 截图]]></title><link>https://blog.csdn.net/wgsnet/article/details/4367047</link><guid>https://blog.csdn.net/wgsnet/article/details/4367047</guid><author>wgsnet</author><pubDate>Tue, 21 Jul 2009 14:45:00 +0800</pubDate><description><![CDATA[<br />首先在VS里添加COM 引入flash <br />完成后会出现2个包装DLL<br />AxInterop.ShockwaveFlashObjects<br />Interop.ShockwaveFlashObjects<br /> <br />在工具栏里拖动一个FLASH组件，命名为：Flash(提示未注册的请谷歌搜索解决方法)<br /> <br /> <br /><br />        private void CapFlash()<br />        {<br />     ]]></description><category></category></item><item><title><![CDATA[都出书了不写代码了。]]></title><link>https://blog.csdn.net/wgsnet/article/details/4347913</link><guid>https://blog.csdn.net/wgsnet/article/details/4347913</guid><author>wgsnet</author><pubDate>Tue, 14 Jul 2009 16:09:00 +0800</pubDate><description><![CDATA[啊。我的妈呀，打开CSDN或者博客园那些排名靠前的都 在写书或是翻译书，还把自己写的书推销一番。我敏感的嗅觉到了写作或是翻译行业的前景了。 看吧目前有多少毕业生啊。失业。。恩，弄点书给他们，不错。也赚点银子。不错的啊。。好把，等我修成NB人了页搞书。第一本叫《NB程序设计最佳实践》。]]></description><category></category></item><item><title><![CDATA[test Ajax (XMLHttpRequest)]]></title><link>https://blog.csdn.net/wgsnet/article/details/4147587</link><guid>https://blog.csdn.net/wgsnet/article/details/4147587</guid><author>wgsnet</author><pubDate>Mon, 04 May 2009 11:15:00 +0800</pubDate><description><![CDATA[http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">http://www.w3.org/1999/xhtml">        Ajax 状态测试           var xmlHttp = createXmlHttpRequestObject();function createXmlHttpRequestObject(){var xmlHt]]></description><category></category></item><item><title><![CDATA[基于用户角色的权限设计]]></title><link>https://blog.csdn.net/wgsnet/article/details/4140012</link><guid>https://blog.csdn.net/wgsnet/article/details/4140012</guid><author>wgsnet</author><pubDate>Thu, 30 Apr 2009 15:54:00 +0800</pubDate><description><![CDATA[整个例子随便试验下。--用户与角色是多对多--角色与权限是多对多aps_user---用户表aps_role---角色表aps_user_group--用户角色表aps_module---模块表（或成菜单表）aps_power---权限表1、先创建表用以下脚本if exists (select * from dbo.sysobjects where id = object_id(N]]></description><category></category></item><item><title><![CDATA[SqlBulkCopy from Excel]]></title><link>https://blog.csdn.net/wgsnet/article/details/4059779</link><guid>https://blog.csdn.net/wgsnet/article/details/4059779</guid><author>wgsnet</author><pubDate>Thu, 09 Apr 2009 15:46:00 +0800</pubDate><description><![CDATA[using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.WebControls;using ]]></description><category></category></item></channel></rss>