草庐IT

why-no-extension-properties

全部标签

windows - 用于 64 位 Windows 和 "no shared cipher"的 OpenSSL

我刚刚为64位Windows编译并安装了OpenSSL。我已经使用以下命令创建了一个自签名证书和一个私钥:opensslreq-x509-newkeyrsa:4096-keyoutkey.pem-outcert.pem-days10000-nodes我现在正在测试"SimpleTLSServer"example在带有Firefox的OpenSSLWiki上找到,并进行了一些修改以支持Winsock,但我一直收到错误11216:error:1417A0C1:SSLroutines:tls_post_process_client_hello:nosharedcipher:ssl\state

windows - 尝试在 Windows 中启动 Zookeeper 时出现 "log4j.properties was unexpected at this time"

我正在使用从Confluent(http://www.confluent.io/product/kafka-streams/)下载的kafka流。我按照说明在Windows上运行Zookeeper和Kafka。但是当我尝试使用命令启动ZooKeeper时D:\Softwares\confluent-3.0.1\bin\windows>zookeeper-server-start.bat./etc/kafka/zookeeper.properties,我得到错误D:\Softwares\confluent-3.0.1\bin\windows../../etc/kafka/log4j.pr

python - cx_Freeze 5.0 : ImportError: No module named 'scipy.__config__'

问题尝试运行使用cx_Freeze构建的.exe时出现以下错误:File"C:\\WinPython-64bit-3.5.2.3Qt5\python-3.5.2.amd64\lib\site-packages\scipy\__init__py",line105infromscipy.__config__importshowasshow_configImportError:Nomodulenamed'scipy.__config__'Duringhandlingoftheaboveexception,anotherexceptionoccurred:...File"C:\\WinPyth

windows - Jekyll 服务转换错误 "No such file or directory"

我关注了installationinstructionsforWindows,使用“rouge”语法荧光笔。我用“jekyllnew”创建了新站点并更改为该文件夹。但是,当我尝试运行“bundleexecjekyllserve”时,出现以下错误,我用谷歌搜索却没有结果。Generating...JekyllFeed:GeneratingfeedforpostsConversionerror:Jekyll::Converters::Scssencounteredanerrorwhileconverting'assets/main.scss':Nosuchfileordirectory@r

c# - 测试/调试 Shell Extension & Regasm & explorer.exe

我使用.NET4.0在C#中成功创建了一个shell扩展(准确地说是一个上下文菜单处理程序)。我使用Regasm注册扩展,然后再次使用Regasm注销扩展。整个过程非常有效。不过我遇到了一个问题:explorer.exe在测试后不会释放我的DLL。我不能删除它,而且我不能在没有VS提示的情况下进行另一个构建。为了释放DLL,我唯一能做的就是重新启动explorer.exe。这就是我的问题:如何在进行过程中进行测试,而不必每次都经历整个过程?我也非常感谢有关加快测试/调试过程的任何提示。编辑:我在我的项目属性中找到了注册COMInterop选项。它确实加快了调试过程,但我仍然遇到expl

c++ - Qt 单元测试 : why "qmake" is not recognized

我成功关注了thistutorial为了写我的第一个单元测试。但是,当从我的项目文件夹中打开“cmd-console”并尝试朗姆酒qmake时,出现以下错误:'qmake'不是内部或外部命令,也不是可运行的程序或批处理文件。那么,为什么qmake不被识别?(请注意,我在windowsVita上工作) 最佳答案 在Windows上,qt及其工具默认安装在C:\Qt\blablah中。您应该将路径添加到qmake二进制文件,这样就可以了。参见theinstructionshere.请注意,Qtcreator为其终端设置了一些变量,因此您

windows - tortoisehg 工作台 : convert extension is disabled

我在64位Windows7机器上安装了TortoiseHG2.9.1。我正在尝试启用此处所述的“转换”扩展:Howtomigrate/convertfromSVNtoMercurial(hg)onwindowsWithTortoiseHG2.0thishasbeenmademuchsimpler:StarttheTortoiseHGWorkbenchfromtheStartmenu.SelectFile-->Settings.SelectExtensionsfromthelist.Checkthe'convert'checkboxandclickOK.That'sit!Noneedto

windows - sliksvn 显示弹出窗口, "There is no disk in the drive"

问题:我使用SlikSVN命令行客户端和Windows8.1机器。当我在任何文件夹中键入svnupdate时,会出现一个消息框,提示“驱动器中没有磁盘。请将磁盘插入驱动器F:”我无法停止或解释为什么会弹出sliksvn这条消息。截图:问题:您知道这可能是什么原因吗?更多详情:按几次“继续”后,它终于进行了更新。它发生在svnupdate和checkout上,但不会发生在svnstatus和info上。我已尝试清除我的SVN凭据。我已经尝试卸载并重新安装SlikSVN。我进行自定义安装,只安装客户端和工具。我没有注意到任何其他程序都会发生这种情况。我的电脑才用了几个星期。我的F:驱动器对

python - 属性错误 : 'module' object has no attribute 'F_GETFD' - Windows 7

我有这个回溯,最近,每次我尝试在Windows732位(Django项目、OpenERPv7等...)中从virtualenv环境运行一些东西到Python2.7时File"C:\Python27\lib\site-packages\pkg_resources.py",line882,inresource_ilenameself,resource_nameFile"C:\Python27\lib\site-packages\pkg_resources.py",line1351,inget_resorce_filenameself._extract_resource(manager,se

windows - 这是什么错误 `make.exe": no_c_compiler: Command not found`

我正在尝试构建grpc来自Windows2012Server版本的源代码。我从Python网站下载并安装了Python3.5,并安装了整个MinGW包以及git和gitbash。按照从源代码构建的说明进行操作:$gitclonehttps://github.com/grpc/grpc.git$cdgrpc$gitsubmoduleupdate--init$make$[sudo]makeinstall执行make后出现上述错误。这是供您细读的shell输出。PSC:\Users\thunderboltsid\grpc>make[MAKE]Generating/c/Users/thunde