码迷,mamicode.com
首页 >  
搜索关键字:writing    ( 842个结果
LINUX – WRITING A SIMPLE CONTAINER APP WITH NAMESPACES
One of the building blocks to implement containers is Linux namespaces. Namespaces control what a process can see. It can be the processes IDs, mount ...
分类:移动开发   时间:2020-12-11 12:32:59    阅读次数:22
appium 介绍及环境搭建
https://github.com/appium/appium/blob/master/docs/en/writing-running-appium/caps.md appium的核心时一个Web服务器,它提供了一套REST的接口。他接受到客户端的连接,监听到命令,接着在移动设备上执行这些命令,然 ...
分类:移动开发   时间:2020-12-09 12:20:07    阅读次数:14
Preparation for MCM/ICM Writing
Preparation for MCM/ICM Writing -- by Chance Zhang $1^ed$ key words: MCM/ICM, format, phrases, tools This document is a basic note in preparation of M ...
分类:其他好文   时间:2020-11-16 13:25:25    阅读次数:11
firecracker No space left on device
Error writing to output file - write (28: No space left on device) [IP: 91.189.88.142 80] Fetched 18.4 MB in 18s (1028 kB/s) Reading package lists... ...
分类:其他好文   时间:2020-10-09 21:20:39    阅读次数:26
容器云平台No.2~kubeadm创建高可用集群v1.19.1
通过kubernetes构建容器云平台第二篇,最近刚好官方发布了V1.19.0,本文就以最新版来介绍通过kubeadm安装高可用的kubernetes集群。市面上安装k8s的工具很多,但是用于学习的话,还是建议一步步安装,了解整个集群内部运行的组件,以便后期学习排错更方便。。。本文环境如下:服务器:3台操作系统:CentOS7拓扑图就不画了,直接copy官网的###概述简单说下这个图,三台服务器作
分类:其他好文   时间:2020-09-21 12:18:41    阅读次数:76
C# 操作Excel
前期准备:安装微软Excel,需要调用excel类库,Microsoft.Excel XXX Object Library 1 sing System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.T ...
分类:Windows程序   时间:2020-09-18 00:44:22    阅读次数:60
【应用服务 App Service】快速获取DUMP文件(App Service for Windows(.NET/.NET Core))
问题情形 当应用在Azure 应用服务App Service中运行时,有时候出现CPU,Memory很高,但是没有明显的5XX错误和异常日志,有时就是有异常但是也不能明确的指出具体的代码错误。当面临这样的情形是,有效的排查办法就是在问题重现的时候抓取DUMP文件,可以通过DUMP文件分析出是否有线程 ...
分类:移动开发   时间:2020-09-09 18:41:23    阅读次数:58
Appium 服务器初始化参数
具体看这个网址里:有通用的如platformName等,还有安卓和ios设备特有的一些参数 http://appium.io/docs/cn/writing-running-appium/caps/ from appium import webdriver # 用字典来存储appium服务器的启动参 ...
分类:移动开发   时间:2020-07-26 00:29:02    阅读次数:89
02 Writing Your First Program 写你的第一个C程序
Let's print "Hi" 打印输出“Hi” In your first computer program, let's print something on the screen to display. 在您的第一个计算机程序中,让我们在屏幕上打印一些内容进行显示。 How can we i ...
分类:其他好文   时间:2020-07-24 09:35:30    阅读次数:92
[字符串] CF-71A. Way Too Long Words
题目链接:http://codeforces.com/contest/71/problem/A Sometimes some words like "localization" or "internationalization" are so long that writing them many ...
分类:其他好文   时间:2020-07-23 22:29:02    阅读次数:80
842条   上一页 1 2 3 4 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!