-
UDP示例文件
udp vc source file
you can build a udp net
server and client-udp sample file
server and client
- 2022-04-14 15:29:29下载
- 积分:1
-
ymud源码,想开发MUD客户端的可以参考
ymud源码,想开发MUD客户端的可以参考-ymud source, I would like to develop MUD client can refer to
- 2022-06-15 02:00:09下载
- 积分:1
-
fastreport4 new version, update for design
fastreport4 new version, update for design
- 2022-08-10 12:34:18下载
- 积分:1
-
条形码打印程序barcodesource
条形码打印程序barcodesource-barcode printing program barcodesource
- 2022-12-17 12:10:03下载
- 积分:1
-
高速whois查询系统
高速whois查询系统 -- whois query system- whois query system-w hois Inquiry System
- 2022-03-21 06:20:41下载
- 积分:1
-
很多VB经典算法,一个好的VB学习资料。VB与合适的基础…
有很多VB程序的经典算法,很好的VB学习资料.适合与有VB基础的人学习-many VB classic algorithms, a good VB learning materials. VB with a suitable basis for learning from the people
- 2022-03-10 16:14:48下载
- 积分:1
-
实现文件上传到sql哦
看着是文件哦
这还是比较少见了拉
实现文件上传到sql哦
看着是文件哦
这还是比较少见了拉
-achieve sql file uploads to be looked at the documents oh, oh this is relatively rare in the Rafah
- 2022-01-26 03:46:58下载
- 积分:1
-
CSharp-记事本-词
这是由 CSharp,包括菜单、 工具条和 richTextBox 和 WinForm 开发记事本。它基于.Net 框架 v3.5 和 Visual Studio 2008。
- 2023-03-22 09:45:04下载
- 积分:1
-
如何使用DocX 库在 .DOCX 文件中替换一列单词
翻译 maninwest@Codeforge 作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode;
首先需要加载具有”错误"拼写的文档:string filename = string.Empty;
DialogResult result = openFileDialog1.ShowDialog();
if (result == DialogResult.OK)
{
filename = openFileDialog1.FileName;
}
else
{
MessageBox.Show("No file selected - hasta la vista and Ciao, baby!");
return;
}
using (DocX document = DocX.Load(filename))
{
document.ReplaceText("travelled", "traveled");
document.Save();
}
我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 21:24:19下载
- 积分:1
-
VC++的插件,对编程的人很好。发现好东西大家一起分享啊!
VC++的插件,对编程的人很好。发现好东西大家一起分享啊!-VC++ The plug-in, people of good programming. Found good things to share with everyone ah!
- 2022-02-05 01:06:48下载
- 积分:1