我的报错:Could not locate Hadoop executable: E:\big_data\hadoop-3.3.0\bin\winutils.ex hadoop的winutils.exe及hadoop.dll文件,可以用于hadoop3.3. 下载好直接将两个文件复制到我们hadoop的bin目录下就行了
2022-08-19 09:21:45 80KB hadoop hdfs
1
完成tensorflow安装,import tensorflow后出现错误:Could not load dynamic library ‘cudart64_101.dll’; dlerror: cudart64_101.dll not found。分享解决经验如下: 1、下载cudart64_101.dll文件,根据不同操作系统,存放目录如下: C:\Windows\ 系统 (Windows 95/98/Me) C:\WINNT\ System32 (Windows NT/2000) C:\ Windows\ System32 (Windows XP, Vista, 7, 8, 8.1, 10) 在 64 位版本的Windows中,32 位 DLL存放文件夹为C:\Windows\SysWOW64, 64 位 dll存放文件夹为C:\Windows\System32。 2、dll文件拷贝完成后,打开“开始-运行-输入regsvr32 cudart64_101.dll”,回车即可解决或者重启电脑。
2022-08-18 18:41:05 109KB tensorflow python dll文件
1
包括下面几个包 cublas64_11 cublasLt64_11 cudart64_110 cudnn64_8 cufft64_10 curand64_10 cusolver64_11 cusparse64_11
2022-08-18 12:05:54 195.71MB GPU tensorflow
1
用 C# .net访问SQLite所需要的动态链接库文件和安装包。 包括System.Data.SQLite.dll、SQLite.Interop.dll和SQLite.Designer.dll三个动态链接库和原安装包。保护 SQLiteConnection SQLiteCommand SQLiteDataAdapter等完全符合.net规则的数据库连接方法。 使用方法举例 using (SQLiteConnection connection = CreateConnection1()) { DataSet ds = new DataSet(); try { connection.Open(); SQLiteDataAdapter command = new SQLiteDataAdapter(strSQL, connection); command.Fill(ds, "ds"); command.Dispose(); return ds; } catch (SQLiteException ex) { throw ex; } finally { connection.Close(); } }
2022-08-15 09:22:08 4.79MB SQLite C# .net SQLite开发包
1
在win7 64位环境下亲测可用于delphixe10各版本,indy+ssl收发邮件,和qq邮箱,126邮箱互通。 配置时: OpenSSLHandler.SSLOptions.Method := sslvTLSv1; OpenSSLHandler.SSLOptions.Mode := sslmClient; POP3.IOHandler := OpenSSLHandler; POP3.Port := 995; //加密的端口号 POP3.UseTLS := utUseImplicitTLS;
2022-08-14 22:17:16 669KB dll ssl delphixe
1
C#皮肤大全,集合多种皮肤,自带dll文件,需要的朋友可以下载使用,亲测可用的哦
2022-08-05 14:55:29 3.35MB 皮肤 C#皮肤
1
利用SQLDMO备份和还原数据库的资源包(完整的SQLDMO.DLL文件)和SQL数据库备份与还原的源码
1
将exe程序或者dll文件 反汇编成c#代码,只要不是加密的 都可以反编译 相当好用啊!! 也可以用来将C++代码转换成为c#代码
2022-08-02 16:08:04 1.02MB 反汇编
1
DotNetBar For Windows Forms(.net开发控件)是带有89个Windows Form控件的工具包,用户可以使用 Visual Studio 2005-2017 轻松地创建专业美观的用户界面。十多年来 DotNetBar 帮助开发人员轻松地创建易用的专业 Windows Forms (WinForms) 用户界面。DotNetBar 是全世界第一个引入全功能Office 2013、Office 2010、Windows 7、 Office 2007 style Ribbon 控件以及 Visual Studio Metro等主题风格和样式的控件. 最新的破解DLL 文件来自互联网,亲测可用! 本想免费给大家(由于限制只能选最低分)
2022-07-29 17:59:49 3.91MB DotNetBar
1
由于找不到 libwinpthread-1.dll,无法继续执行代码。重新安装程序可能会解决此问题。 解决方法: 1.下载该文件,或者到QT/QTxxx/Tools/mingwxxx_xxx/bin/目录下找到改文件(MinGW/bin/里面有这个文件); 2. 复制到C://Windows/System32下; 3.重启CMake-GUI即可。
2022-07-27 09:07:35 51KB CMake-GUI libwinpthread-1. Window编译OpenCV
1