jjzjj

network-printers

全部标签

windows - VS2010 SP1 安装。 “The feature you are trying to use is on a network resource that is unavailable”

最后,我正在尝试安装WindowsPhone应用程序SDK,以便我可以将我制作的应用程序放到我的手机上。为此,我被告知需要安装SP1。当我尝试这样做时,我得到以下信息:"Thefeatureyouaretryingtouseisonanetworkresourcethatisunavailablevisualstudioriaservices.msi"我下载riaservices.msi并将对话框指向它,然后我收到消息:"ThefileisnotavalidinstallationpackagefortheproductWCFRIAServicesV1.0forVS2010."我已经下

windows - Windows 上的 Network-2.4.2.2 错误 cabal 安装

尝试在cabal沙箱(1.18.*)内的WindowsServer2008上安装网络包(cabal安装网络)时出现以下错误:C:\Users\user\Project>cabalinstallnetwork--prefix=C:\Users\user\ProjectResolvingdependencies...Configuringnetwork-2.4.2.2...configure:error:invalidpackagename:0Failedtoinstallnetwork-2.4.2.2cabal:Error:somepackagesfailedtoinstall:netw

c++ - 温索克 : Windows networking programming in C++

我需要真正解释Windows中C++套接字的书籍,我一直在看教程,但它们没有说明什么意思,它们没有深入细节,所以我需要有关Windows中C++中Winsock的书籍 最佳答案 这是迄今为止关于该主题的最好、最新的书:NetworkProgrammingforMicrosoftWindows.这本书的优点之一是展示了从阻塞套接字到完成端口的各种样式。 关于c++-温索克:WindowsnetworkingprogramminginC++,我们在StackOverflow上找到一个类似的问

c# - 通过 C# 显示 "Devices and Printers"窗口?

如何使用C#显示“设备和打印机”窗口,如此屏幕截图所示? 最佳答案 应用程序可以通过执行control.exe以编程方式打开控制面板inanewprocess.MSDNstates调用控制面板项的首选方法是使用其规范名称,该名称是非本地化的并且跨版本稳定。从WindowsVista开始,每个控制面板项都有一个规范的名称;MSDN提供alist对于标准Windows控制面板项目。此列表表明设备和打印机项目的规范名称是Microsoft.DevicesAndPrinters.可以通过调用control.exe在新进程中打开控制面板项目以

windows - OleDbException (0x80004005) : Oracle client and networking components were not found. 我该如何解决这个问题?

我想在我的web应用程序中使用oledb连接(msdaora.dll)连接到oracle。我使用:IIS7.564bitwindowsserver2008r2enterprise.64bitoracle11g32bitoracleclientvisualstudio201032bitmsdaora.dllmyaplicationis.aspx我的错误是什么:ServerErrorin'/PPIGanTT'Application.--------------------------------------------------------------------------------

c++ - windows C++ opening printer with documentproperties get C6836 "Write Overrun"代码分析警告

在下面的代码中://IfGetPrinterdidn'tfillintheDEVMODE,trytogetitbycalling//DocumentProperties...if(pi2->pDevMode==NULL){dwNeeded=DocumentProperties(NULL,hPrinter,printerName,NULL,NULL,0);if(dwNeededpDevMode=pDevMode;}在线lFlag=DocumentProperties(NULL,hPrinter,printerName,pDevMode,NULL,DM_OUT_BUFFER);当我运行Vi

windows - Knife 窗 : Network Error: getaddrinfo: Name or service not known (windows:22)

我有一个Ubuntu工作站,我正在尝试引导一个Windows节点。Windows节点在端口2222上打开了ssh。我一直在关注http://docs.opscode.com/plugin_knife_windows.html.ateetor@ateetor-virtual-machine:~/chef/chef-repo$sudogeminstallknife-windows--http-proxy=[REMOVED]Successfullyinstalledknife-windows-0.5.121geminstalledInstallingridocumentationforkni

【fabric2.4】fabric2.4网络搭建、使用test-network测试,安装链码

准备空白的ubuntu,从0开始搭建文章目录一、准备工作二、使用步骤1.启动网络和通道2.安装链码总结一、准备工作安装相关程序,可以使用自动搭建HyperledgerFabric网络脚本中间可能报错,需要手动安装一些依赖不需要在虚拟机中开发的,可以不安装nodejsnodejs-legacynpm注意一下/home的路径,可能需要修改一下脚本中的路径信息这一步要是有问题,可以从其他途径获取bootsrap.sh并执行,自动拉取镜像sudocurl-sShttps://raw.githubusercontent.com/hyperledger/fabric/master/scripts/boot

c# - 尝试读取 xml 文件时的 ASP.Net, "An operation was attempted on a nonexistent network connection"

stringurl="http://www.example.com/feed.xml";varsettings=newXmlReaderSettings();settings.IgnoreComments=true;settings.IgnoreProcessingInstructions=true;settings.IgnoreWhitespace=true;settings.XmlResolver=null;settings.DtdProcessing=DtdProcessing.Parse;settings.CheckCharacters=false;varrequest=(Ht

c# - 是否有 .NET 方法来枚举所有可用的网络打印机?

是否有直接的方法来枚举.NET中所有可见的网络打印机?目前,我正在展示PrintDialog以允许用户选择打印机。问题在于,本地打印机也会显示(以及XPSDocumentWriter等)。如果我可以自己枚举网络打印机,我可以显示一个仅包含这些打印机的自定义对话框。谢谢!! 最佳答案 从LocalPrintServer.DefaultPrintQueue获取默认打印机从PrinterSettings.InstalledPrinters获取已安装的打印机(从用户的角度来看)枚举列表:任何以\\开头的打印机都是网络打印机-所以使用newP