#WINDOWS

windows server 2008 HPC Edtion激活教程

KMS激活指南 本服务器根据俄罗斯KMS服务器VMWARE架设,不受时间限制KMS激活支持的Windows版本:Windows2008,Windows2008R2全系列产品Vista,Windows7的企业版和专业版,旗舰版无法KMS激活以上的全语系、x86、x64、IA64版本均支持,具体请察看本页面下部的...

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

2018-06-14 16:14:511、同时安装python2和python3的时候,pip只是其中一个版本,使用对应Python版本的pip时,在命令行分别输入如下命令:  查看不同Python版本下pip的版本  python3-mpip-V  Python2-mpip-V  安装各自的python包 ...

Windows下常用DOS命令

1.添加用户命令:netuser用户名密码/add2.将用户加入组的命令:netlocalgroupadministrators用户名/add3.在dos命令行模式下启用用户:netuser用户名/active:yes4.更改用户名和密码:netuser用户名密码5.显示或更改文件属性---attrib命令attrib...
代码星球 ·2021-02-10

windows上面启动nginx报错

 bind()to0.0.0.0:443failedbind()to0.0.0.0:443failed(10013:Anattemptwasmadetoaccessasocketinawayforbiddenbyitsaccesspermissions)然后在cmd里面用,命令查找,当前的这个443这个端口被...

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

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

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

1,把连接数据库的unicdoe= UTF-8给去掉,那个URL2,关闭mysql的服务,修改my.ini具体如下:default-character-set=utf8mb4character-set-server=utf8mb4collation-server=utf8mb4_unicode_ciinit_...

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-win...

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.htmlYourrecentitemsandfrequentplacesarestoredinthefolderlocations...

通过命令行升级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,butthatsinglelinecangetverylo...

Jenkins serving Cake: our recipe for Windows

https://novemberfive.co/blog/windows-jenkins-cake-tutorial/BeforewestartedusingCaketobuildourWindows10applications,weusedasimilarsetup,butinsteadofCakeweusedanM...

Windows Subsystem for Linux

https://docs.microsoft.com/en-us/windows/wsl/abouthttps://docs.microsoft.com/en-us/windows/wsl/install-win10BeforeinstallinganyLinuxdistrosforWSL,youmustensuret...
代码星球 ·2021-02-08

wsl和windows相互访问文件夹

You'llfindtheWindowsC:structureat/mnt/c/intheBashenvironment.Therefore,myDocumentsfolderisat/mnt/c/Users/Ben/Documents/.  What’snewforWSLinWindo...

Microsoft windows terminal

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

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

Window对应的类为java.awt.Windows,它可独立于其他Container而存在,它有两个子类,Frame和Dialog,Frame是具有标题(title)和可伸缩的角(resizecorner)的窗口(Window)。Dialog则没有菜单条,虽然它能移动,但不能伸缩。滚动面板(ScrollPane)也...
首页上一页...1314151617...下一页尾页