码迷,mamicode.com
首页 >  
搜索关键字:creating    ( 1428个结果
Creating a keytab file for the Kerberos service account (using the ktutil command on Linux)
https://docs.tibco.com/pub/spotfire_server/7.13.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-27726F6E-569C-4704-8433-5CCC0232EC79.html This method ...
分类:系统相关   时间:2020-02-13 16:52:26    阅读次数:83
设备树DTS 学习:Linux DTS文件加载过程
背景 了解机制有利于对内核有更深的认识。 wget https://mirrors.aliyun.com/linux kernel/v3.x/linux 3.2.61.tar.xz 内核 1. 在drivers/of/fdt.c 中有如下初始化函数 注释上:展开设备树,创建device_nodes到 ...
分类:系统相关   时间:2020-02-12 12:56:02    阅读次数:120
第一章 Hue的安装
第一章 Hue的安装 === 1、Hue的介绍 === HUE= Hadoop User Experience ? Hue是一个开源的Apache Hadoop UI系统,由Cloudera Desktop演化而来,最后Cloudera公司将其贡献给Apache基金会的Hadoop社区,它是基于Py ...
分类:其他好文   时间:2020-02-11 09:56:19    阅读次数:70
Jmeter(8)分布式测试
通过Jmeter远程启动功能,把一台windows机器作为控制器,远程控制其他多个Windows或linux压力机,把压力分散到多台执行机器上,从而实现高并发,并在控制机上搜集测试结果 Jmeter分布式步骤 一、远程机配置 远程机需要安装jdk和jmeter,最好和控制机上的版本保持一致,要保证j ...
分类:其他好文   时间:2020-02-08 15:43:13    阅读次数:67
GPO - General GPO Settings(2)
Creating local folders and copying files Mapping printers via GPO Deny logon locally. ...
分类:其他好文   时间:2020-01-31 12:32:23    阅读次数:78
Metasploit使用教程(一)
Step1:启动postsql数据库 root@kali:~# service postgresql start Step2:初始化msf数据库 root@kali:~# msfdb init [i] Database already started[+] Creating database use ...
分类:Web程序   时间:2020-01-30 19:02:43    阅读次数:686
Active Directory - Creating Public and Personnel Share Folders via Script
Create and save the following scripts on the DC folder \\Winsever2019\sysvol\pandabusiness.local\scripts. net use P: \\WINSEVER2019\Public net use S: ...
分类:其他好文   时间:2020-01-30 19:01:50    阅读次数:71
python日志logging模块(详细解析)
转自:https://blog.csdn.net/pansaky/article/details/90710751 1 基本使用 配置logging基本的设置,然后在控制台输出日志: import logging logging.basicConfig(level = logging.INFO,fo ...
分类:编程语言   时间:2020-01-29 19:56:46    阅读次数:84
Spring Boot——Using WebSocket to build an interactive web application
Using WebSocket to build an interactive web application This guide walks you through the process of creating a “Hello, world” application that sends m ...
分类:移动开发   时间:2020-01-26 17:34:32    阅读次数:208
Spring Boot——Serving Web Content with Spring MVC
来自官方文档:https://spring.io/guides/gs/serving-web-content/ This guide walks you through the process of creating a “Hello, World” web site with Spring. Wh ...
分类:编程语言   时间:2020-01-26 16:07:59    阅读次数:98
1428条   上一页 1 ... 10 11 12 13 14 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!