• 2024-02-23powershell 制作工具菜单
    functionmainMenu{$mainMenu='X'while($mainMenu-ne''){Clear-HostWrite-Host"`n`t`tMyScript`n"Write-Host-ForegroundColorCyan"MainMenu"Write-Host-ForegroundColo
  • 2023-03-03适用于 .NET 的开源文本差异对比组件
    适用于.NET的开源文本差异对比组件DotNet大王源码资料,微信zhaoxi965,有问必复​关注他 1人赞同了该文章对于开发人员来说,Git是我们经常使用
  • 2023-02-24vscode中使用powershell显示分支名
    https://blog.csdn.net/weixin_43932597/article/details/125000557windowspowershell(或windowsterminal)启动前会先执行一个.ps1的配置文件,通过修改此文件可以对powers
  • 2022-11-11python 修改ps背景颜色
    需要安装photoshop-python-api 1"""Changethecolorofthebackgroundandforeground."""2#Importlocalmodules3fromphotoshopimportSession4
  • 2022-11-08Uninstall Haskell.ps1
    $decision=$Host.UI.PromptForChoice('UninstallHaskell','Doyouwanttouninstallallofthehaskelltoolchain,includingGHC,Cabal,StackandGHCupitself
  • 2022-10-10swiftUI 富文本
    在UIKit框架中,富文本是以创建 NSMutableAttributedString并添加对应的富文本属性来设置文本样式.而在SwiftUI中则是以Text("")+Text("")的方式实现.多个文本连接