码迷,mamicode.com
首页 > 2017年05月27日 > 全部分享
输出python的help结果到文件中
1.命令行方式: ...
分类:编程语言   时间:2017-05-27 15:16:21    阅读次数:147
Windows7 下python3和python2同时 安装python3和python2
1、下载python3和python2 进入python官网,链接https://www.python.org/ 选择Downloads >Windows,点击进入就可以看到寻找想要的python版本 本文选择的是: Python3.5.2,点击后面链接可直接下载,https://www.pytho ...
分类:编程语言   时间:2017-05-27 15:16:12    阅读次数:226
jquery判断单选按钮radio是否选中的方法
这篇文章主要介绍了jquery判断单选按钮radio是否选中的方法,实例分析了加载页面时获取单选按钮ID和点击按钮时获取单选按钮ID两种方法,非常简单实用,需要的朋友可以参考下 本文实例讲述了jquery判断单选按钮radio是否选中的方法。分享给大家供大家参考。具体如下: html代码如下: <i ...
分类:Web程序   时间:2017-05-27 15:16:05    阅读次数:159
使用Free命令查看Linux服务器内存使用状况(-/+ buffers/cache详解)
free命令可选参数 -b,-k,-m,-g show output in bytes, KB, MB, or GB -h human readable output (automatic unit scaling) -l show detailed low and high memory stat ...
分类:系统相关   时间:2017-05-27 15:15:56    阅读次数:186
开发中关于IPv6的问题
问题: 报错信息如下 [root@kube-master iemp]# kubectl logs equipment-139404108-7mc14 -n iemp2017-05-27 05:41:06,250 INFO [org.wildfly.swarm] (main) WFSWARM0013: ...
分类:其他好文   时间:2017-05-27 15:15:48    阅读次数:516
AC日记——Red and Blue Balls codeforces 399b
399B - Red and Blue Balls 思路: 惊讶的发现,所有的蓝球的消除都是独立的; 对于在栈中深度为i的蓝球消除需要2^i次操作; 代码: ...
分类:其他好文   时间:2017-05-27 15:15:41    阅读次数:121
怎么样用CAD快速看图软件添加标签
分类:Web程序   时间:2017-05-27 14:56:38    阅读次数:363
SQLServer常用命令
1.查询数据库版本 Microsoft SQL Server 2008 (SP4) - 10.0.6241.0 (X64) Apr 17 2015 10:56:08 Copyright (c) 1988-2008 Microsoft Corporation Standard Edition (64- ...
分类:数据库   时间:2017-05-27 14:28:47    阅读次数:237
javamail使用小记
/****/packagecom.util;importjava.io.UnsupportedEncodingException;importjava.util.Properties;importjavax.mail.Authenticator;importjavax.mail.Folder;importjavax.mail.Message;importjavax.mail.MessagingException;importjavax.mail.NoSuchProviderException;importja..
分类:编程语言   时间:2017-05-27 14:28:39    阅读次数:191
IRF 配置
IRF配置思路[s1]irfmember1renumber1Ten-GigabitEthernet1/0/49Ten-GigabitEthernet1/0/50将两个接口down掉irf-port1/2portgroupinterfaceTen-GigabitEthernet1/0/49portgroupinterfaceTen-GigabitEthernet1/0/50[s1]irf-port-configurationactive将堆叠组激活。[s2]irfmember1..
分类:其他好文   时间:2017-05-27 14:28:34    阅读次数:106
RHEL7/CentOS7 pxe+kickstart自动化系统安装
PXE(prebootexecuteenvironment,预启动执行环境)是由Intel公司开发的最新技术,工作于Client/Server的网络模式,支持工作站通过网络从远端服务器下载映像,并由此支持通过网络启动操作系统,在启动过程中,终端要求服务器分配IP地址,再用TFTP(trivialfiletransferprotocol)..
分类:其他好文   时间:2017-05-27 14:28:28    阅读次数:424
docker swarm集群
Docker1.12+swrmkitdocker1.12集成了swarmkit,使你可以不用安装额外的软件包,使用简单的命令启动创建dockerswarm集群。如果你在运行Docker1.12时,你就可以原生创建一个Swarm集群.集成了swarm集群的安全特性,集成了K-V存储,你现在不需要额外部署etcd或者consul。在Docker1.12版..
分类:其他好文   时间:2017-05-27 14:28:23    阅读次数:284
Centos7中安装Zabbix3.2
官方安装文档:https://www.zabbix.com/documentation/3.2/manual/installation/install_from_packages/server_installation_with_mysql先添加zabbix的源:rpm-ivhhttp://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpm以上命令将通过RPM命令..
分类:其他好文   时间:2017-05-27 14:28:15    阅读次数:129
Python2爬虫代码之获取金融品种行情数据
#!/usr/bin/envpython #-*-coding:utf-8-*- importrequests#使用requests包方便 importjson#导入json模块 importtime#导入时间模块 #以下是某个新闻网站的行情api,返回json格式数据 data=requests.get("https://forexdata.wallstreetcn.com/real?en_prod_code=XAGUSD,AUTD,XAU..
分类:编程语言   时间:2017-05-27 14:28:08    阅读次数:152
jenkins 配置
buildperiodically周期进行项目构建pollscm定时检查远吗变更,如果有更新就checkout最新code下来,然后执行构建动作日程表: H9***:每天9点固定构建一次 H/308-17***:每天的8-17点每隔三十分钟检查一次
分类:其他好文   时间:2017-05-27 14:27:51    阅读次数:129
HttpClient post
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Net.Http; usingSystem.Text; usingSystem.Threading.Tasks; usingXinleda.Common; usingXinleda.Model; namespaceConsoleApplication1 { classProgram { staticvoidMain(string[]args) { HttpC..
分类:Web程序   时间:2017-05-27 14:27:44    阅读次数:218
Rabbitmq部署
rabbitmq #centos7 erlang yum-yinstallncurses-develunixODBC-developenssl-devel ./configure--prefix=/usr/local/erlang checkingfortgetentin-ltermcap...no checkingfortgetentin-ltermlib...no configure:error:Nocurseslibraryfunctionsfound configure:error:/bin/sh‘/..
分类:其他好文   时间:2017-05-27 14:27:37    阅读次数:135
1518条   上一页 1 ... 51 52 53 54 55 56 57 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!