mac上如何修改svn的仓库地址 svn mac上如何修改svn的仓库地址 有更新! 直接使用svn switch --relocate <old_svn_url> <new_svn_url>会提示 svn: E195009 0 评论 0 浏览
yapi,nexus,mindoc,jenkins服务启动文件 Linux yapi,nexus,mindoc,jenkins服务启动文件 有更新! 1.YAPI Supervisor: [program:YAPI] command=node /usr/local/lib/node_modules/yapi-c 0 评论 0 浏览
Macos好用的软件推荐(欢迎留言补充~) macos Macos好用的软件推荐(欢迎留言补充~) 置顶! 有更新! 前10个内容来源于YouTube: https://www.youtube.com/watch?v=WKSZXFvpu5Q 哔哩哔哩视频连接:https://ww 0 评论 0 浏览
Linux安装最新版node node Linux安装最新版node 有更新! node官网:http://nodejs.cn/download/ 1.下载Linux版本二进制包: wget https://npm.taobao.org/mi 0 评论 0 浏览
《Python核心编程(第三版)》读书笔记 Python 《Python核心编程(第三版)》读书笔记 有更新! 下载链接:https://github.icu/downloads/books/python/Python核心编程(第3版)PDF高清晰完整中文版.pdf 百度云 0 评论 0 浏览
linux下使用 du查看某个文件或目录占用磁盘空间的大小 Linux linux下使用 du查看某个文件或目录占用磁盘空间的大小 本文摘自:https://blog.csdn.net/adminitrator_owen/article/details/64492331 du命令用来查看目录或 0 评论 0 浏览
构建狂拽炫酷屌的 MySQL 监控平台 Mysql 构建狂拽炫酷屌的 MySQL 监控平台 首先,简单介绍下prometheus+grafana 这对鸳鸯到底是什么: prometheus 是由 SoundCloud 开发的开源监控报警系统和时序列数据库 0 评论 0 浏览
Windows Server 2012 网络负载均衡(NLB) windows Windows Server 2012 网络负载均衡(NLB) 有更新! 网络负载平衡,英文简称为NLB,windows Server 2012 中该功能允许你将传入的请求传播到最多达32台的服务器上,即可以使用最多32台服务器共同分担 0 评论 0 浏览
IIS7关闭应用程序池自动回收 windows IIS7关闭应用程序池自动回收 有更新! 摘自:http://www.doczj.com/doc/6fbfa79231b765ce0408149c.html 在web应用程序中经常有一些任务就需要在Glo 0 评论 0 浏览
Python字典中由value查key的几点说明 Python Python字典中由value查key的几点说明 本文摘自:https://blog.csdn.net/ywx1832990/article/details/79145576 众所周知,字典dict最大的好处就是 0 评论 0 浏览
pip安装出现Command "python setup.py egg_info" failed with error code 1 的解决方案 Python pip安装出现Command "python setup.py egg_info" failed with error code 1 的解决方案 本文摘自:https://blog.csdn.net/qq_37788558/article/details/79049410 python -m pip ins 0 评论 0 浏览
python socket 发送16进制数据 Python python socket 发送16进制数据 本文摘自:https://blog.csdn.net/qq_40650217/article/details/79076183 给服务器发送16进制数据,客户端代 0 评论 0 浏览
Python3 串口接收与发送16进制数据包 Python Python3 串口接收与发送16进制数据包 本文摘自:https://blog.csdn.net/colcloud/article/details/42490867 import serial import 0 评论 0 浏览
Windows使用bat批处理执行python程序 Python Windows使用bat批处理执行python程序 本文摘自:https://blog.csdn.net/HJULKK/article/details/52549674 步骤1: 先写一个简单的python程序pr 0 评论 0 浏览
Python3.6通过自带的urllib通过get或post方法请求url Python Python3.6通过自带的urllib通过get或post方法请求url 本文摘自:https://blog.csdn.net/qq5132834/article/details/78904974 # coding:utf-8 from 0 评论 0 浏览
python 获取当前代码行号 Python python 获取当前代码行号 import sys print "here is :",__file__,sys._getframe().f_lineno 0 评论 0 浏览
Python——threading同时运行多个线程实例讲解 Python Python——threading同时运行多个线程实例讲解 有更新! Python里面经常会用到多线程,即所有的方法在同一时间开始运行,而不是按顺序一个一个运行。所用到的模块为threading,下面详解threading用法。 一 0 评论 0 浏览
python 多线程操作数据库 Python python 多线程操作数据库 有更新! 本文摘自:https://www.cnblogs.com/pxfb/p/6923797.html 如果使用多线程操作数据库,容易引起多用户操作锁表 Operati 0 评论 0 浏览
python简单实现获取当前时间 Python python简单实现获取当前时间 本文摘自:https://www.jb51.net/article/91365.htm 如何用time模块来时间我们要的时间: >>> impo 0 评论 0 浏览
mac上IDLE打不开,提示IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall Python mac上IDLE打不开,提示IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or personal firewall 在Mac上安装Python2.7后,启动IDLE后会报错。报错信息如下: IDLE's subprocess didn't make connection. Ei 0 评论 0 浏览