-
Messaging_System
此程序是发送接收系统;
- 2022-03-19 01:51:58下载
- 积分:1
-
通过VB捕捉屏幕。
vb屏幕截图,一个好用的vb屏幕截图软件源代码,广大爱好者们分享以下-Screen capture by VB.
- 2022-04-28 05:32:14下载
- 积分:1
-
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK
好东西,大家一起享用! 想要得动手吧,不要满了 GOOD LUCK-It s a good system! enjoy it now!
- 2022-03-23 08:18:58下载
- 积分:1
-
一个简单捕获本地TCP数据包程序源码。 适合于初学者。
一个简单捕获本地TCP数据包程序源码。 适合于初学者。-a simple catch local TCP packet procedure source. Suitable for beginners.
- 2022-03-20 15:16:17下载
- 积分:1
-
用clistctrl作的可以对每一个表格项进行编辑的程序,涉及到很多方面的知识,...
用clistctrl作的可以对每一个表格项进行编辑的程序,涉及到很多方面的知识,-clistctrl used for the right can be a form for each item editing process, involving many aspects of knowledge, s
- 2023-01-10 15:50: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
-
appear Xin SQL Server log cleaning tools (free source) 1.0.0 clearance, Compress...
讯鑫 Sql Server 日志清理工具(免费源码) 1.0.0
清除、压缩 SqlServer 的日志,支持多日志文件的SQLSERVER数据库日志,能将十几G的日志文件清理成十几兆。
SQL SERVER 修复,SQL恢复,误删除表,SQL 数据恢复,SQL SERVER 数据库恢复修复,SQL 找回业务
使用数据库的过程中,由于断电或其他原因,有可能导致数据库出现一些小错误,比如检索某些表特别慢,查询不到符合条件的数据等.
出现这些情况的原因,往往是因为数据库有些损坏,或索引不完整.
在ACCESS中,有个修复数据库的功能可以解决这个问题,在SQL企业管理器,没有这个功能,要用语句来完成,下面就介绍如何用 SQL 语句完成数据库的修复,需要注意的是,在进行下面的操作时,必须断开所有用户的连接-appear Xin SQL Server log cleaning tools (free source) 1.0.0 clearance, Compression SqlServer log, support the log file SQLSERVER database log, 10 G can log files liquidation over a dozen Katherine. SQL SERVER repair, SQL recovery, ESO table, SQL Data Recovery, SQL Server Database Recovery repair business use SQL database to retrieve the process, Due to power outages or other reasons, it might lead to some database errors, such as retrieval of certain forms particularly slowly, Inquiries not meet the requirements of data and so on. All these reasons, it is often because the database some damage, Index or incomplete. In
- 2023-02-28 07:25:02下载
- 积分:1
-
cell phone version of Java series. Gameplay is very good, not bad because it by...
手机上面的版本,JAVA编的。游戏性很不错,也不会因为这按坏键盘-cell phone version of Java series. Gameplay is very good, not bad because it by keyboard
- 2022-05-30 17:37:55下载
- 积分:1
-
pb in the MDI window display pictures and the contents of a method, it does not...
pb提供了可在MDI窗口中显示图片及各种内容的一种方法,它既不需要API调用也不需要定制MDI窗口,它仅仅使用PB的一般编程技巧,你很容易就会弄明白它的原理:它不过是一个比较特殊的Sheet而已!它特殊在什么地方呢,还是你自己去看吧!-pb in the MDI window display pictures and the contents of a method, it does not need an API call does not need to customize MDI windows, it is only the general use of PB programming skills, you can easily find out the principle : it is a rather exceptional Sheet! Its special in any place, or look at your own!
- 2023-04-11 18:25:04下载
- 积分:1
-
智能Excel导入数据库程序源码(仅供学习参考)
技术特点:采用winform编写,操作简单,界面美观。
功能介绍:
可以根据excel的列进行与数据库列的匹配。
可以自动检测excel中的信息是否符合规定。不符合给出提示。
- 2022-04-19 15:43:29下载
- 积分:1