码迷,mamicode.com
首页 > Windows程序 > 日排行
MCSA / Windows Server 2016各版本的功能及比较,安装需求及选项
1. Windows Server 2016的版本简介 2. Windows Server 2016的各版本功能及比较 3. Windows Server 2016 安装需求
分类:Windows程序   时间:2018-11-12 13:17:50    阅读次数:270
MCSA / Windows Server 2016 使用Hyper-V组件搭建实验环境
1. 开启Hyper-V组件的硬件需求 2. BOIS中的开启选项 3. 检验系统兼容性 4. 实验环境中Hyper-V网络设置
分类:Windows程序   时间:2018-11-12 13:54:13    阅读次数:284
MCSA / Windows Server 2016 服务器的远程管理
Windows Server 2016远程管理工具 : PowerShell Direct / Server Manager / MMC控制台 / PowerShell DSC
分类:Windows程序   时间:2018-11-12 14:54:57    阅读次数:220
MCSA / Windows Server 2016 PowerShell DSC
1. PowerShell Desired State Configuration (DSC)基本概念 2. PowerShell Desired State Configuration (DSC) 基本语法结构 3. PowerShell Desired State Configuration (DSC) 使用场景 4. PowerShell Desired State Configuration (DSC) 实例扩展配置
分类:Windows程序   时间:2018-11-12 14:55:42    阅读次数:186
windows 下git + github
windows 下git + github \ 表示注释 ()表示应当填写的内容由括号里面的话做出说明 1、在GitHub上创建对应仓库 ? 就是repository,创建 2、本地仓库配置 ? 接下来我们回到git bash的命令窗口,由于我们是在文件夹上右键打开的,因此已经定位到该文件夹目录了。 ...
分类:Windows程序   时间:2018-11-12 15:46:53    阅读次数:241
正确理解WPF中的TemplatedParent
原文:正确理解WPF中的TemplatedParenthttp://www.cnblogs.com/mgen/archive/2011/08/31/2160581.html (注:Logical Tree中文称为逻辑树,Visual Tree中文称为可视化树或者视觉树,由于名称不是很统一,文中统一用... ...
分类:Windows程序   时间:2018-11-12 15:47:53    阅读次数:266
WPF中通过代码定义模板
原文:WPF中通过代码定义模板 WPF中可以再XAML中定义模板,也可以通过C#代码定义模板,通过代码可能更清楚的看清其逻辑,而且代码的好处就是可以随时动态的去操作,而在XAML中定义的一般都是静态的。 //控件呈现的显示内容1(这里为Image) FrameworkElementFactory f... ...
分类:Windows程序   时间:2018-11-12 15:51:02    阅读次数:197
windows下安装 redis并开机自启动
1,redis官方下载地址:https://redis.io/download,redis 64位下载地址:https://github.com/ServiceStack/redis-windows,本人测试使用的是redis-64.3.0.503版本。2,解压redis-64.3.0.503.zi ...
分类:Windows程序   时间:2018-11-12 17:29:41    阅读次数:180
通过zabbix的API接口获取服务器列表
Zabbix API说明 1) 基于Web的API,作为Web前端的一部分提供,使用JSON-RPC 2.0协议 2) 身份认证Token:在访问Zabbix中的任何数据之前,需要登录并获取身份验证令牌 3) 请求URL:http://company.com/zabbix/api_jsonrpc.p ...
分类:Windows程序   时间:2018-11-12 17:31:00    阅读次数:357
使用lua graphql 模块让openresty 支持graphql api
graphql 是一个很不错的api 查询标准语言,已经有一个lua 的版本支持graphql 项目使用docker&&docker-compose 运行 环境准备 模块安装 luarocks install graphql docker镜像准备 模块使用luarocks 安装,默认alpine 镜 ...
分类:Windows程序   时间:2018-11-12 17:43:57    阅读次数:591
判断是否是对象获取子窗体值
判断是否是对象 Object.prototype.toString.call(obj) 装换为数组 Array.prototype.slice.call(obj) 父窗体获取值子窗体值$(function () { $("#icons .filter-icon a").click(function ... ...
分类:Windows程序   时间:2018-11-12 17:49:13    阅读次数:182
MCSA / Windows Server 2016 安装Desktop Experience
1. 在Hyper-V中安装Windows Server 2016 Data Center Desktop Experience 2. 服务器的初始化配置主要有: 计算机名 / IP地址 / 配置时区 / 添加角色和功能 / 开启远程桌面服务 / 配置防火墙策略和规则
分类:Windows程序   时间:2018-11-12 19:53:53    阅读次数:1003
ES入门REST API
在ES中存在4种数据对象,分别是 index , type , document , field . 其跟我们熟悉的关系型数据库得二维表得对应关系为: index -> table表 , document -> row行 , field -> column列, type无对应得关系,它为index得 ...
分类:Windows程序   时间:2018-11-12 19:57:33    阅读次数:464
WPF体系结构
WPF使用多层体系结构。在顶层,应用程序与完全由托管C#代码编写的一组高层服务进行交互。至于将.NET对象转换为Direct3D纹理和三角形的实际工作,是在后台由一个名为milcore.dll的低级非托管组件完成。 WPF体系结构 上图显示了WPF应用程序中各层的工作情况。 Presentation ...
分类:Windows程序   时间:2018-11-12 20:55:55    阅读次数:266
Window下对nodejs多版本管理GNVM
Windows下对nodejs多版本的管理,实现随意切换! 官方地址: https://github.com/Kenshin/gnvm http://ksria.com/gnvm/ 01、下载GNVM https://raw.githubusercontent.com/Kenshin/gnvm-bi ...
分类:Windows程序   时间:2018-11-12 20:56:58    阅读次数:414
Hadoop-mapreduce 程序在windows上执行需要注意的问题
1.在主程序中需要添加这几个参数配置 2.需要配置window中的hosts 文件(识别yarn程序配置的主机ip:我在yarn程序中配置的是hadoop1) 修改打 C盘 -> Windows -> System32 -> drives -> etc -> hosts文件 在最下面 增加一行 10 ...
分类:Windows程序   时间:2018-11-12 22:19:23    阅读次数:301
C# Socket 接受数据不全的处理
由于Socket 一次传输数据有限,因此需要多次接受数据传输。 解决办法一: int numberOfBytesRead = 0; int totalNumberOfBytes = 0; do { numberOfBytesRead = mySocket.Receive(receivedData,t ...
分类:Windows程序   时间:2018-11-13 00:03:47    阅读次数:378
win7 bat copy 一个文件 到另外的文件夹内,路径得用引号哦
win 7 的 用引号 把路径引起来 ,但是win10 的可以不用哦 ! ...
分类:Windows程序   时间:2018-11-13 00:22:30    阅读次数:208
zabbix api 批量添加主机
网上都是python2 urllib库的。 于是写了1版python3 requests库的 批量文件样例 ...
分类:Windows程序   时间:2018-11-13 02:27:42    阅读次数:347
读取csv 文件 c#
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ReadCSV... ...
分类:Windows程序   时间:2018-11-13 02:31:10    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!