码迷,mamicode.com
首页 >  
搜索关键字:zen coding    ( 13130个结果
Azure-NSG Flow Log使用python转换成excle
#!/usr/bin/python3 #防止出现中文乱码 # -*- coding:utf-8 -*- import json import tablib import os import time #数据表 ##数据表 定义表头 header1 = ( 'Time Stamp', 'Source  ...
分类:编程语言   时间:2020-10-16 11:33:01    阅读次数:54
linuxcfg.sh
背景介绍: 今天跟导师聊了很多,感触颇深,差距颇大,收获颇多~ 对基线和版本的控制有了更深入的了解。 每个人都有自己使用linux的环境,这些环境可以提升自己的工作效率,在岁月长河中,慢慢去完善这些“习惯”。 1 #!/bin/bash 2 3 yesnoinput() 4 { 5 while : ...
分类:系统相关   时间:2020-10-16 11:26:33    阅读次数:36
python: 类型转换(int,long,float->string)
# -*- coding: UTF-8 -*- import sys # 这个例子主要是了解python的字符串和int/long/float等类型的转换关系 # int string转int a = "123" print(int(a)) #字符串转换为int # 字符串无法转换为int a = ...
分类:编程语言   时间:2020-10-13 17:43:58    阅读次数:37
apline无法向gitlab上传git lfs问题
1 背景 在k8s中基于alpine做底层系统的容器进行git lfs push操作时,发现报错无法上传成功 Fatal error: Server error: http://git.ops.xxxxx.com/xxxx/yyyy.git/gitlab-lfs/objects/b6f9dd313c ...
分类:Web程序   时间:2020-10-10 17:45:46    阅读次数:29
selenium.webdriver 模拟自动化抓取网页数据
from bs4 import BeautifulSoup import bs4, csv import time from selenium import webdriver from selenium.common.exceptions import TimeoutException from ...
分类:Web程序   时间:2020-10-10 17:43:05    阅读次数:26
topic型交换机实现灵活路由键的组合分发
[root@jinkang-e2elog rabbitmq]# cat topic-send.py #!/usr/bin/env python # -*- coding: UTF-8 -*- import pika import sys connection = pika.BlockingConne ...
分类:其他好文   时间:2020-10-09 21:38:16    阅读次数:40
Emmet.vim教程
文章来源:https://www.cnblogs.com/wuhua1/p/6848960.html Emmet.vim 教程 May 5, 2012 目录 1 下载 Emmet.vim 2 安装 Emmet.vim 3 使用 Emmet.vim 4 余话 Emmet 项目原先叫 Zen Codin ...
分类:系统相关   时间:2020-10-09 21:21:42    阅读次数:39
添加JSP支持
在pom.xml文件添加依赖 <!-- spring boot parent节点,引入这个之后,在下面和spring boot相关的就不需要引入版本了; --> <parent> <groupId>org.springframework.boot</groupId> <artifactId>spri ...
分类:Web程序   时间:2020-10-09 21:10:00    阅读次数:35
Music decoding tool | 音乐解码工具
实用本地工具: QQMusic QMC Decoder (convert QMC File to MP3 or FLAC)(https://github.com/Presburger/qmc-decoder) 在线解码工具: Unlock Music 音乐解锁(https://github.com/ ...
分类:其他好文   时间:2020-10-08 19:20:23    阅读次数:78
zabbix,自动化日报,python2
--coding:utf-8--importrequestsfrompptx.utilimportInchesimportosfromPILimportImageimportjsonimporturllib2importdatetimeimporttimecurrent_date=datetime.datetime.now()printu"当前采集的是%s的数据,请确认日期"%
分类:编程语言   时间:2020-10-08 18:41:56    阅读次数:20
13130条   上一页 1 ... 27 28 29 30 31 ... 1313 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!