#man

Python 安装出错:Setup script exited with error: command 'gcc' failed with exit status 1

 退出当前环境:logout(再重新登录进去)yuminstallpython-devel -yyuminstalllibevent-devel -y把环境更新下yuminstallgroupinstall'developmenttools' -y...

关闭NetworkManager的作用

 author:headsen chen  date:2017-11-21 13:34:23 个人原创 重启网卡后,会造成网卡失效,报错如下:Bringingupinterfaceeth0:Error:Connectionactivationfail...
代码星球 ·2020-08-24

The best manual of how to use "The easiest Xdebug" addon for Firefox

0.InstallthebestFirefoxadd-onforremotedebuggingTheeasiestXdebug.I'mnotlying.1.InstallthexdebugextensionfromPECLorfromarepoordownloadsourcestocompileitmanually:g...
代码星球 ·2020-08-23

Webserver issues | PHP manager for IIS

4downvoteacceptedInordertosuccessfullyinstallthePHPmanagerforIIS8,youneedthe.NET3.5frameworkinstalledandenabled,andforsomereason,that'snotpartofthesetup,whichdo...

Invalid command SSLMutex

AH00526:Syntaxerroronline285of.../httpd/conf/httpd.conf:Invalidcommand'SSLMutex',perhapsmisspelledordefinedbyamodulenotincludedintheserverconfiguration....
开发笔记 ·2020-08-23

Mindjet.MindManager“参数错误”解决办法,适用于9.0、10.0和14.0

MindManager出14.0版本了,但是在应用个别模板的时候会提示“参数错误”,然后自动关闭。解决办法:  如果是win7系统,可以进入C:Users(用户名)AppDataLocalMindjetMindManager9LibraryENUTemplates,可以看到有...

Java Transaction Management

Justafewweeksago,Ihadadiscussionwithoneofmycolleaguesabouthowtomanagethetransactioninourinnovationproject,andIfounditabigbangknowledgewhendigintodetails.SoIwant...
代码星球 ·2020-08-20

linux bash中too many arguments问题的解决方法

本文介绍下在linuxbashshell中出现toomanyarguments问题的解决办法,有需要的朋友参考学习下转自:http://www.jbxue.com/article/13378.html判断一个文件的内容是不是为空,使用语句:iftest-z`catfilename`当filename为空或者只有一行没有...

Postman安装使用

选择下载的版本collection在postman里面相当于一个文件夹,可以把同一个项目的请求放在一个Collection里方便管理和分享,Collection里面也可以再建文件夹。这里我们做一个普通接口的简单的示例:        &nb...
代码星球 ·2020-08-19

Postman安装使用

选择下载的版本collection在postman里面相当于一个文件夹,可以把同一个项目的请求放在一个Collection里方便管理和分享,Collection里面也可以再建文件夹。这里我们做一个普通接口的简单的示例:        &nb...
代码星球 ·2020-08-19

Remote Desktop Connection Manager(RDCMan)

是微软官方出的一款远程桌面管理软件,比直接使用远程桌面好用  官方下载地址:https://www.microsoft.com/en-us/download/details.aspx?id=50042...

Command对象

...
代码星球 ·2020-08-15

C# 中的 ConfigurationManager类引用方法

后来终于找到一个解决方法,就是在解决方案资源管理器里找到类文件选择“引用”,然后右击选择“添加引用”,并且从.net中找到System.Configuration把它加上去就OK啦   实例:DataGridView显示数据usingSyst...

SMO是英文SQL Server Management Objects的缩写(上一篇文章的补充)

      最近在项目中用到了有关SQLServer管理任务方面的编程实现,有了一些自己的心得体会,想在此跟大家分享一下,在工作中用到了SMO/SQLCLR/SSIS等方面的知识,在国内这方面的文章并不多见,有也是一些零星的应用,特别是SSIS部分国内外的文章...
首页上一页...4445464748...下一页尾页