码迷,mamicode.com
首页 >  
搜索关键字:sccm wsus program    ( 9740个结果
SCCM OSD 操作系统部署加域失败查看日志排错方法
作为OS部署的一部分,有两种加入域的方法:使用WindowsPE中的“应用网络设置”步骤在新操作系统中使用“加入域或工作组”步骤应用网络设置应用网络设置只需将所需信息写入Windows应答文件(sysprep.inf,unattend.txt或unattend.xml),然后Windows安装程序会在安装Windows和ConfigMgr步骤中加入实际的域。如果Windows安装程序无法加入域,则
分类:其他好文   时间:2020-06-19 16:08:57    阅读次数:84
手机抓包
手机抓包,不想走内网本机的网关。理论上模拟器和本机是连接的,不需要通过网关吧 0X01 mumu模拟器 1) 定IP 找到mumu的adb --> adb_server.exe C:\Program Files (x86)\MuMu\emulator\nemu\vmonitor\bin\adb_se ...
分类:移动开发   时间:2020-06-19 15:49:08    阅读次数:62
Python 缓存
官方文档 A Python program is constructed from code blocks. A block is a piece of Python program text that is executed as a unit. The following are blocks: ...
分类:编程语言   时间:2020-06-18 17:53:59    阅读次数:63
匿名伪造邮件发送脚本
直接上脚本吧。 # -*- coding: utf-8 -*- ''' Program:邮件伪造 Function:伪造邮件发送工具 ''' #导入两个库,用来发送邮件,multipart用来构造邮件,带附件的 import smtplib import email.mime.multipart i ...
分类:其他好文   时间:2020-06-18 16:05:22    阅读次数:68
Jmeter之非GUI下执行脚本
1、进入jmeter 应用所在路径 eg: cd D:\Program Files\apache-jmeter-5.2\bin 2、输入运行命令:jmeter -n -t [jmx脚本路径] -l [测试输出文件路径] eg: jmeter -n -t "D:\P1 API\nuc\nuc环境压测. ...
分类:其他好文   时间:2020-06-18 10:43:54    阅读次数:74
怎么自动把自己项目的dll文件copy到宿主bin文件夹?
在自己项目各层按图中设置(原理:编译后运行控制台程序,copy工作是让控制台程序完成的) 控制台程序源码 public class Program { public static void Main(string[] args) { //string para1 = @"D:\word_code\S ...
分类:其他好文   时间:2020-06-17 19:51:51    阅读次数:56
解决用vscode开发arduino时Serial未定义
在工作目录编辑c_cpp_properties.json文件 添加defines字段 { "configurations": [ { "name": "Win32", "includePath": [ "D:\\Program Files (x86)\\Arduino\\tools\\**", "D ...
分类:其他好文   时间:2020-06-17 01:25:03    阅读次数:127
模拟.net core中间件执行顺序
using System; using System.Collections.Generic; namespace ConsoleApp2 { class Program { static void Main(string[] args) { App app = new App(); app.Use ...
分类:Web程序   时间:2020-06-16 23:23:04    阅读次数:83
MySQL系统错误,发生系统错误1067错误,针对这个异常问题,解决方案在下面
现在都习惯安装绿色版软件 但如何配置文件就至关重要,系统配置文件后缀.ini 数据库的配置文件为my.ini,下面是配置文件里面的属性介绍,我觉得非常有用 basedir=C:/Program Files/MySQL/MySQL Server 5.7/ datadir=C:/ProgramData/ ...
分类:数据库   时间:2020-06-16 20:10:58    阅读次数:68
WebStorm编写LESS输出WXSS
Scope: Current File Program: (node地址): E:\node\node_global\lessc.cmd Arguments: --no-color $FileName$ Output paths to refresh: $FileNameWithoutExtensi ...
分类:Web程序   时间:2020-06-16 18:27:31    阅读次数:79
9740条   上一页 1 ... 24 25 26 27 28 ... 974 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!