码迷,mamicode.com
首页 >  
搜索关键字:started    ( 2130个结果
ansible内部handlers
handlers和tasks同级别调用handlers,在tasks的下级notify调用notify可以指定handlers的name或listenmeta:flush_handlers指定tasks任务结束就调用handlers示例如下[root@jack7-1ansible]#cattest7.ymlhosts:PAremote_user:roottasks:name:checkapache
分类:其他好文   时间:2020-09-17 12:47:12    阅读次数:29
Linux终端里的记录器
我们在调试程序的时候,免不了要去抓一些 log ,然后进行分析。如果 log 量不是很大的话,那很简单,只需简单的复制粘贴就好。但是如果做一些压力测试,产生大量 log ,而且系统内存又比较小(比如嵌入式设备),那要怎么处理呢? 当然,secureCRT 和 mobaXterm 都有将日志保存到本地 ...
分类:系统相关   时间:2020-08-28 14:26:18    阅读次数:69
Linux——目录结构
1 目录介绍 1 linux 是单根 / 根路径,windows是多根 2 bin和sbin:bin普通用户命令,sbin超级用户命令 都是usr下的文件夹软链接到根路径 3 home /root:home普通用户的家路径,home下的用户名的文件夹 用户一登录系统,是在自己的家路径 /home/j ...
分类:系统相关   时间:2020-08-20 19:19:07    阅读次数:93
ant desgin pro 的表格组件中的 使用 之自动刷新
ant desgin pro https://pro.ant.design/docs/getting-started-cn pro components 表格组件 : https://procomponents.ant.design/ actionRef.current.reload(); 在次刷新 ...
分类:其他好文   时间:2020-08-19 19:43:43    阅读次数:149
Blazor 移动开发-起步
Web 开发人员的移动Blazor开发系列 1 Blazor 移动开发-起步 译自: https://chrissainty.com/getting-started-with-mobile-blazor-bindings/ 这是系列博客文章中的第一篇,将探索新的实验性Mobile Blazor Bi ...
分类:移动开发   时间:2020-07-31 12:31:27    阅读次数:144
gai ip
# coding=utf-8 # This script is uesd to modify Agent IP at the first time of machine started. import requests import json import time import os import ...
分类:其他好文   时间:2020-07-29 17:54:47    阅读次数:80
(四)多线程之 Thread 对象的其他属性或方法
一、Thread 对象的其他属性或方法 1,介绍: Thread实例对象的方法 # isAlive(): 返回线程是否活动的。 # getName(): 返回线程名。 # setName(): 设置线程名。 threading模块提供的一些方法: # threading.currentThread( ...
分类:编程语言   时间:2020-07-27 23:42:38    阅读次数:82
win32 - WaitForMultipleObjects的使用
创建5个线程,并无限期地打印某些内容 #include <Windows.h> #include <stdio.h> DWORD IDs[5]; DWORD WINAPI ThreadProc(LPVOID TID) { //expected this block to run infinitely ...
分类:Windows程序   时间:2020-07-22 20:14:34    阅读次数:80
Mybatis环境配置
##Mybatis环境配置 官方文档地址:https://mybatis.org/mybatis-3/zh/getting-started.html ###一.添加依赖 <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</ ...
分类:其他好文   时间:2020-07-21 23:12:56    阅读次数:73
Life Cycle Stages of IIS 7.0
Life Cycle Stages The following table lists the stages of the ASP.NET application life cycle with Integrated mode in IIS 7.0. 1.A request is made for ...
分类:其他好文   时间:2020-07-19 00:41:52    阅读次数:70
2130条   上一页 1 ... 3 4 5 6 7 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!