-
嗅探器
dsniff-2.3完整套装.友情提醒:安装dsniff-2.3的时候注意要先把libnet-1.0.2a.tar.gz和 libnids-1.16.tar.gz装上,不然会因为缺少库函数而无法编译和安装,其它的包不是必需的,根据自己的需要看着办.-dsniff-2.3 complete package. Friendship reminded : Installation dsniff-2.3 attention to the first libnet- 1.0.2a.tar.gz and libnids- 1.16.tar.gz loaded, otherwise because of a lack of library functions are unable to build and install, the other package is not necessary, according to their own needs size up situation and act accordingly.
- 2022-05-16 09:38:49下载
- 积分:1
-
php彩信发送文件自己下载研究看看吧
php彩信发送文件自己下载研究看看吧-php MMS to send files to download to look at the bar
- 2022-08-09 07:48:00下载
- 积分: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
-
倒计时工具确定最终时间为终点,以现阶段时间为起点运行
倒计时工具确定最终时间为终点,以现阶段时间为起点运行-Instrument to determine the final countdown to the end of time to time as a starting point at this stage to run
- 2022-07-10 21:22:10下载
- 积分:1
-
一个可让你轻易就能实现在视图下显示,操作地图的控件
一个可让你轻易就能实现在视图下显示,操作地图的控件-This an easy method for displaying, operating map, strongly recommended
- 2022-02-12 11:26:22下载
- 积分:1
-
依据不同的屏幕解析度 ( 大字体 120 dpi、小字体 96 dpi ) 自动调整 TForm 大小的非可视构件。...
依据不同的屏幕解析度 ( 大字体 120 dpi、小字体 96 dpi ) 自动调整 TForm 大小的非可视构件。-according to different screen resolution (120 dpi large fonts, small fonts 96 dpi) TForm automatically adjust the size of the non-visual components.
- 2022-07-19 16:55:19下载
- 积分:1
-
获取硬件信息,不过在windows98/me下调试通过的,在win2k/xp下大部分功能不可用...
获取硬件信息,不过在windows98/me下调试通过的,在win2k/xp下大部分功能不可用-hardware access information, but to debug windows98/me adopted by the majority under the win2k/xp function is not available
- 2022-03-19 15:13:08下载
- 积分:1
-
PLT Import COREDRAW inside documents, it is easy, you can define your own docume...
导入COREDRAW里面的PLT文件,很简单,也可以定义自己的文件。-PLT Import COREDRAW inside documents, it is easy, you can define your own document.
- 2022-07-06 09:08:07下载
- 积分:1
-
增强元文件的读写操作,关于EMF的
增强元文件的读写操作,关于EMF的-strengthen the yuan and write papers on the EMF
- 2022-03-06 03:57:40下载
- 积分:1
-
串口编程调试精灵
串口编程调试精灵 -Serial Programming Debugging Wizard
- 2022-05-30 14:14:39下载
- 积分:1