windows server 2008 HPC Edtion激活教程

KMS激活指南 本服务器根据俄罗斯KMS服务器VMWARE架设,不受时间限制KMS激活支持的Windows版本:Windows2008,Windows2008R2全系列产品Vista,Windows7的企业版和专业版,旗舰版无法KMS激活以上的全语系、x86、x64、IA64版本均支持,具体请察看本页面下部的KEY和版本KMS激活注意事项:如出现错误信息:0xC004F06C则是系统时间不对,或者误差太大,请检查后重新尝试,系统日期时间必须正确!0xC004F074则是无法连接到KMS服务器,请收藏此帖查看更新后的IP!出现计数器不足的提示,请过段时间在试,当Server连接数量超过5时,Client连接数量超过25即可激活。方式一:在管理员身份下运行的CMDslmgr.vbs-skms58.39.195.37(设置激活服务器)服务器有地址如下(自己去试):1:clubpchome.vicp.net2:gamemu.vicp.net3:3344.vicp.net4:88.vicp.net5:1314.vicp.net6:7788.vicp.net在激活页面输入本页面下面相对应...

windows10上同时安装py2和py3的情况

2018-06-14 16:14:511、同时安装python2和python3的时候,pip只是其中一个版本,使用对应Python版本的pip时,在命令行分别输入如下命令:  查看不同Python版本下pip的版本  python3-mpip-V  Python2-mpip-V  安装各自的python包  python3-mpipinstallxxx  python2-mpipinstallxxx 2、以下修改方式可以重新安装两个版本的pip,使得两个python版本的pip能够共存在DOS命令框输入命令,python3-mpipinstall--upgradepip--force-reinstall,显示重新安装成功。 在DOS命令框输入命令,python2-mpipinstall--upgradepip--force-reinstall,显示重新安装成功。   现在可以通过pip2-V和pip3-V查看两个版本的pip信息,以后只需运行pip2installXXX和pip3installXXX即可安装各自的python...

Windows下常用DOS命令

1.添加用户命令:netuser用户名密码/add2.将用户加入组的命令:netlocalgroupadministrators用户名/add3.在dos命令行模式下启用用户:netuser用户名/active:yes4.更改用户名和密码:netuser用户名密码5.显示或更改文件属性---attrib命令attrib盘符:/文件名属性attrib/?---查看文件属性.6.查看从你自己到目标逐机到底经过了那些路径。tracert  -d域名或ip:查看从你自己到目标逐机到底经过了那些路径。7.查看主机当前的tcp/ip连接状态,如端口的状态。netstat  主机:查看主机当前的tcp/ip连接状态,如端口的状态。 二.DOS常用命令详解:dir  列文件名deltree  删除目录树cls  清屏cd  改变当前目录copy  拷贝文件---copy路径文件名路径文件名:把一个文件拷贝到另一个地方。diskcopy  复制磁盘del  删除文件format  格式化磁盘---formatx::x代表盘符,格式化一个分区。在dos下是用fat文件系统格式化的./q执行快速格式化edi...
代码星球 代码星球·2021-02-10

windows上面启动nginx报错

 bind()to0.0.0.0:443failedbind()to0.0.0.0:443failed(10013:Anattemptwasmadetoaccessasocketinawayforbiddenbyitsaccesspermissions)然后在cmd里面用,命令查找,当前的这个443这个端口被哪个进程给占用了,然后去干掉,就ok;  ...

windows上配置https,用的域名报错

   可能是因为,域名没有和你的ip地址绑定起来 ...

windows里面的数据库里面存emoji表情

1,把连接数据库的unicdoe= UTF-8给去掉,那个URL2,关闭mysql的服务,修改my.ini具体如下:default-character-set=utf8mb4character-set-server=utf8mb4collation-server=utf8mb4_unicode_ciinit_connect=’SETNAMESutf8mb4'character-set-client-handshake=FALSE重新启动一波。将数据库和相应的表的字符都改为: utf8mb4 utf8mb4_unicode_ci如果还是不行的话,最后的绝地反击的一次了,就这一次啦。ALTERTABLEt_userCONVERTTOCHARACTERSETutf8mb4COLLATEutf8mb4_unicode_ci;但是最后这个,只是给你心里上的安慰...

mysql5.7.13-windows 免安装版配置简介

1.下载mysql5.7.13-windows版本    (1)mysql5.7.13-win64版本百度云下载链接分享地址:链接:http://pan.baidu.com/s/1slMl4Ah密码:w60l   (2)mysql5.7.13-win32版本百度云下载链接分享地址:链接:http://pan.baidu.com/s/1c2kcwFI密码:qk3n2.解压下载的mysql文件到自己电脑的指定路径    在这里我解压的路径如下图一:图一:我的mysql下载文件解压路径3.配置mysql环境变量 (1)右键单击我的电脑->属性->高级系统设置(高级)->环境变量    点击系统变量下的新建按钮    输入变量名:MYSQL_HOME    输入变量值:F:mysql    #即为my...

Reset and Clear Recent Items and Frequent Places in Windows 10

https://www.tenforums.com/tutorials/3476-reset-clear-recent-items-frequent-places-windows-10-a.htmlYourrecentitemsandfrequentplacesarestoredinthefolderlocationsbelow.Thesearethelocationsthatgetclearedwhenyoureset.%APPDATA%MicrosoftWindowsRecentItems%APPDATA%MicrosoftWindowsRecentAutomaticDestinations%APPDATA%MicrosoftWindowsRecentCustomDestinations  1.文件夹选项,clear 2.在settings中的personalization中设置 3.下载一个脚本Reset_and_Clear_Recent_Items.bat ...

通过命令行升级git for windows

gitupdate-git-for-windows配置了正确的代理,就可以通过命令行直接升级。最好是可以访问谷歌的代理,否则国内的网络通过命令行升级,下载到一半,就会失败。 ...

Windows batch: call more than one command in a FOR loop?

https://stackoverflow.com/questions/2252979/windows-batch-call-more-than-one-command-in-a-for-loopUsing&isfineforshortcommands,butthatsinglelinecangetverylongveryquick.Whenthathappens,switchtomulti-linesyntax.FOR/r%%XIN(*.txt)DO(ECHO%%XDEL%%X)Placementof(and)matters.TheroundbracketsafterDOmustbeplacedonthesameline,otherwisethebatchfilewillbeincorrect.Seeif/?|find/V""fordetails....

Jenkins serving Cake: our recipe for Windows

https://novemberfive.co/blog/windows-jenkins-cake-tutorial/BeforewestartedusingCaketobuildourWindows10applications,weusedasimilarsetup,butinsteadofCakeweusedanMSBuildscript.Whatwentwrong?Well,nothing!WecoulddoeverythingwhatwewantedwiththeMSBuildscript.Infact,theCakebuildscriptdoesexactlythesamethingouroldMSBuildfiletookcareof./SowhydidwereplacetheMSBuildscriptwithCake?Theanswerisprettysimple:MSBuildusesxmltoconfigurethebuildtask.CakebuildscriptsarewritteninC#.AsC#developerswewriteC#codeonadailyb...

Windows Subsystem for Linux

https://docs.microsoft.com/en-us/windows/wsl/abouthttps://docs.microsoft.com/en-us/windows/wsl/install-win10BeforeinstallinganyLinuxdistrosforWSL,youmustensurethatthe"WindowsSubsystemforLinux"optionalfeatureisenabled:OpenPowerShellasAdministratorandrun:Enable-WindowsOptionalFeature-Online-FeatureNameMicrosoft-Windows-Subsystem-LinuxRestartyourcomputerwhenprompted.Todownloadandinstallyourpreferreddistro(s),youhavethreechoices:DownloadandinstallfromtheWindowsStore(seebelow)Downloadandinstallfromth...
代码星球 代码星球·2021-02-08

wsl和windows相互访问文件夹

You'llfindtheWindowsC:structureat/mnt/c/intheBashenvironment.Therefore,myDocumentsfolderisat/mnt/c/Users/Ben/Documents/.  What’snewforWSLinWindows10version1903? explorer.exe....

Microsoft windows terminal

尝试在windowsstore中安装,结果everything搜索不到Don'ttrytorunitunpackaged.Makesuretobuild&deployCascadiaPackagefromVisualStudio,andruntheWindowsTerminal(DevBuild)app.Makesureyou'reontherightversionofWindows.You'llneedtobeonInsider'sbuilds,orwaitforthe1903release,astheWindowsTerminalREQUIRESfeaturesfromthelatestWindowsrelease. ...
代码星球 代码星球·2021-02-08

Window对应的类为java.awt.Windows, 它可独立于其他Container而存在

Window对应的类为java.awt.Windows,它可独立于其他Container而存在,它有两个子类,Frame和Dialog,Frame是具有标题(title)和可伸缩的角(resizecorner)的窗口(Window)。Dialog则没有菜单条,虽然它能移动,但不能伸缩。滚动面板(ScrollPane)也是Window类的子类,这里就不讨论了。Panel对应的类为java.awt.Panel,它可包含其他Container类型的组件,或包含在浏览器窗口中。Panel标识了一个矩形区域,该区域允许其他组件放入。Panel必须放在Window或其子类中才能显示。 1packageTomAwt;234importjava.applet.Applet;5importjava.awt.*;6importjava.awt.event.*;7publicclassTomAwt_10extendsAppletimplementsMouseListener,MouseMotionListener8{9intx1,y1,x2,y2;10publicvoidinit(){11addM...
首页上一页...1314151617...下一页尾页