Wesley13 Wesley13
3年前
01:k8s 安装部署
k8s官网详解:https://www.kubernetes.org.cn/k8s准备环境:三台centos7服务器192.168.6.129k8smaster(主)192.168.6.130k8snode1(节点)192.168.6.131k8snode2(节点)kubernetes(
Stella981 Stella981
3年前
Django:学习笔记(8)——文件上传
Django:学习笔记(8)——文件上传文件上传前端处理本模块使用到的前端Ajax库为Axio,其地址为GitHub官网(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Faxios%2Faxios)。
Stella981 Stella981
3年前
Python实现数据分析(四)
Pandas关键词:数据分析库官网:https://pandas.pydata.org/(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fpandas.pydata.org%2F)介绍(选自百度百科):pandas是基于NumP
Wesley13 Wesley13
3年前
ubuntu配置tomcat和jdk
1.安装tomcat此处以tomcat8为例.  先到tomcat官网:http://tomcat.apache.org(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Ftomcat.apache.org%2C)下载相应的tar.gz的安
Wesley13 Wesley13
3年前
Ubuntu 14.04 安装ffmpeg及开发库
Ubuntu14.04安装ffmpeg及开发库参考资料在官网有一篇比较全的教程CompilationGuide/Ubuntu(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fhttp%3A%2F%2Ftrac.ffmp
Stella981 Stella981
3年前
Cobbler
1\.cobbler简介cobbler官网:http://cobbler.github.io/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fcobbler.github.io%2F)Cobbler是一个Linux服务器安装的服务,可以通过网络启动
Stella981 Stella981
3年前
Cent6.3 X86_64 下安装WebLogic
因为是64位Linux,只能下载wls1211\_generic.jar进行安装。下载地址在官网找的,http://download.oracle.com/otn/nt/middleware/11g/wls/1211/wls1211\_generic.jar(https://www.oschina.net/action/GoToLink?urlhttp
Stella981 Stella981
3年前
Linux服务器的弱口令检测及端口扫描
  一、弱口令检测——JohntheRipper  JohntheRipper工具可以帮助我们扫描出系统中密码安全性较低的用户,并将扫描后的结果显示出来。  1、安装JohntheRipper:  也可从官网直接下载:  www.openwall.com  \root@localhostmedia\tarzxfj
Easter79 Easter79
3年前
TiDB SQL Engine Team:纯手工打磨前沿的优化器和执行引擎|PingCAP 招聘季
“SQLatSCALE”(出自PingCAP官网(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fpingcap.com%2Findex.html))是我们对TiDB的一个精简概括,而我们TiDBSQLEngineTeam正是负责这3个单词中的“SQL”部分
Stella981 Stella981
3年前
Riot.js源码阅读
Riot.js的版本是1.0.4。官网地址:https://muut.com/riotjs整个Riot.js只有3个可以在外面调用的函数接口,分别是observable、render、route。 1、observable函数observable函数只有一个参数el,指向Model,该