#ALL

ES5 apply与call详解

/虽然es6已经出台了很多简单的方法替代了apply和call,但是还是有很多老大项目使用到了es5的这些方法,所以对于这些方法的掌握是有必要的先回顾一下官方对apply、call的诠释apply方法apply方法应用某一对象的一个方法,用另一个对象替换当前对象。apply([thisObj[,argArray]])参...
代码星球 ·2021-02-09

莫小安 CentOS7使用firewalld打开关闭防火墙与端口

https://www.cnblogs.com/moxiaoan/p/5683743.html...

Parallel in C#

https://docs.microsoft.com/en-us/dotnet/standard/parallel-programming/how-to-write-a-simple-parallel-foreach-loop [Test]publicvoidParallelTets(){intprocess...
代码星球 ·2021-02-08

git fetch批处理,遍历一个文件夹下的所有子目录,执行git fetch --all

 echoofffor/d%%iin(*)do(echo%%icd%%igitfetch--allcd..) 判断子目录是否有.git文件夹echoofffor/d%%iin(*)do(cd%%iIFEXIST.git(echo%%igitfetch--allecho.)cd..) 分别统...

The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.

EventLog.SourceExistshttps://stackoverflow.com/questions/9564420/the-source-was-not-found-but-some-or-all-event-logs-could-not-be-searchedEventLog.SourceExistse...
代码星球 ·2021-02-08

apply current folder view to all folders

https://www.tenforums.com/tutorials/35093-apply-folder-view-all-folders-same-type-windows-10-a.html1. InFileExplorer,openthefolder(ex:Pictures)thatyouwantt...

touch all contents in a folder recursively

https://superuser.com/questions/598163/powershell-touch-all-files-newer-thanPowershelltouseUnixtouchseemssillytome.Instead,justusenativePowershellcmdlets.Thisar...

get all sites under IIS

https://stackoverflow.com/questions/2555668/how-to-programmatically-get-sites-list-and-virtual-dirs-in-iis-7Checkoutthispost-seemstobeabrand-spankingnewmanageme...
代码星球 ·2021-02-08

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

get the request body of all quests before handle it

https://stackoverflow.com/questions/23660340/need-to-log-asp-net-webapi-2-request-and-response-body-to-a-databasehttps://docs.microsoft.com/en-us/aspnet/web-api...
代码星球 ·2021-02-08

Call a Web API From a .NET Client (C#)

https://docs.microsoft.com/en-us/aspnet/web-api/overview/advanced/calling-a-web-api-from-a-net-client ...
代码星球 ·2021-02-08

web platform installer

下载链接https://www.microsoft.com/web/downloads/platform.aspx  默认的安装路径C:ProgramFilesMicrosoftWebPlatformInstaller    ...
代码星球 ·2021-02-08

Adobe Reader 2019 Offline Installer, Free Download

https://ridnt-b.blogspot.com/2018/01/adobe-reader-2018-free-download.html http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/1900820071/AcroRdrDC19...

How can I list all foreign keys referencing a given table in SQL Server?

 howtocheckifcolumnsintablewasusedasforeignkeyinothertables NotsurewhynoonesuggestedbutIusesp_fkeystoqueryforeignkeysforagiventable:EXECsp_fkeys'Table...
代码星球 ·2021-02-08

PowerShell Gallery

https://docs.microsoft.com/en-us/powershell/gallery/getting-startedhttps://www.powershellgallery.com/packages?q=PowerShell-BeautifierNameInstallationPolicySourc...
代码星球 ·2021-02-08
首页上一页...7475767778...下一页尾页