摘要:
minihttpd minihttpd:HTTPWeb服务器库 https://www.codeproject.com/articles/11342/minihttpd an http web server library Embedded .NET HTTP Server 嵌入式.NET的HTTP 阅读全文
摘要:
C 运行外部程序的两种方法 ShellExecute using System.Runtime.InteropServices; public enum ShowWindowCommands : int { SW_HIDE = 0, SW_SHOWNORMAL = 1, //用最近的大小和位置显示, 阅读全文
摘要:
VidCoder VidCoder是一个开源免费的DVD/蓝光视频抓取和转码软件.使用HandBrake做为编码引擎.比Handbrake拥有更友好的用户界面. 可裁剪、剪切、字幕编辑、转码等。 官网: "http://vidcoder.codeplex.com/" VLC media player 阅读全文
摘要:
使用SendMessage向另一进程发送WM_COPYDATA消息 Send端: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; u 阅读全文
摘要:
agsXMPP使用 agsXMPP中的例子已经有注册、登录、添加好友、接收好友添加请求、发送消息、接收消息等功能。 修改用户密码 登录后可用以下方法修改密码 IQ iq = new IQ(IqType.set); Register riq = new Register(); riq.Username 阅读全文