Wesley13 Wesley13
3年前
Go文档支持
Go文档查看帮助很方便,主要可以通过以下两种方式查看第一种,Go本地运行(参考:Go语言安装)起来后,References下面:PackageGo标准函数库说明。CommandGo工具说明。LanguageSpecificationGo官
Stella981 Stella981
3年前
Ruby Profiler详解之ruby
项目地址:rubyprof(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Frubyprof%2Frubyprof)在上一篇Ruby中的Profiling工具(https://www.oschina.net/action/GoToLink
Stella981 Stella981
3年前
Mac OS X 的包管理器 HomeBrew
Homebrew是最简单和灵活的方式,用来在MacOSX安装Linux工具包。Homebrew国内高速安装脚本:https://gitee.com/cunkai/HomebrewCN(https://gitee.com/cunkai/HomebrewCN)安装过程很简单:ruby e "$(curl f
Stella981 Stella981
3年前
Python生成词云
1概述利用Python生成简单的词云,需要的工具是cython,wordcloud与anaconda.2准备工作包括安装cython,wordcloud与anaconda.2.1安装anaconda下载官网(https://www.oschina.net/action/GoT
Stella981 Stella981
3年前
Arthas实践
背景Arthas是Alibaba开源的Java诊断工具,深受开发者喜爱。https://github.com/alibaba/arthas(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Falibaba%2Farthas)
Stella981 Stella981
3年前
Lunix常用命令
centos7.2常用命令Systemctl是一个systemd工具,主要负责控制systemd系统和服务管理器。1.停止tomcat服务 systemctlstoptomcat 2.启动tomcat服务 systemctlstarttomcat3.重启tomcat服务 systemctlrestarttomcat
Stella981 Stella981
3年前
Linux下搭建DNS服务器
1、安装服务yum–yinstallbind安装DNS服务yuminstallbindutils–y安装DNS检测工具2、编辑配置文件vi/etc/named.conf!(https://oscimg.oschina.net/oscnet/6fbaba1ac79f1df84bae
Stella981 Stella981
3年前
Redis 服务安装
下载客户端可视化工具:RedisDesktopManager(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fuglide%2FRedisDesktopManager%2Fstargazers)redis官网下载:http://re
Stella981 Stella981
3年前
Spring Boot项目打包并部署到云服务器
SpringBoot项目打包并部署到云服务器一、云服务器的环境OS:CentOS7Jdk1.8SpringBoot自动集成Tomcat,不需要单独配置二、本地SpringBoot项目打包我使用的工具是IntelliJ
Wesley13 Wesley13
3年前
Java爬虫技术之绕过百度云防护抓取网站内容
如图:!输入图片说明(https://static.oschina.net/uploads/img/201710/07121525_pg5J.png"在这里输入图片标题")首先需要一个Http工具类:HttpHandlepackageorg.coody.robot.util;importjava.io.Byt