Wesley13 Wesley13
3年前
SRS之安装与使用
1\.安装1.1github获取源码gitclonehttps://github.com/ossrs/srs.git1.2编译1.2.1关闭防火墙和selinux先关闭防火墙,防止有时候启动没有问题,但是就是看不了。Centos6.x
亮亮 亮亮
4年前
哪些场景下使用MongoDB
为什么需要MongoDB(https://blog.csdn.net/tanqian351/article/details/81744970)MongoDB与MySQL的区别关于MongoDB
Stella981 Stella981
3年前
Jira 使用手册
<tablestyle"width:100%;margin:200px0300px0;"<tr<thDate</th<thRevisionversion</th<thDescription</th<thauthor</th</tr<tr<td20180614</td<tdV1.0.0</td
Wesley13 Wesley13
3年前
mysqlsla安装和使用介绍
<divid"cnblogs\_post\_body"class"blogpostbody"<p安装mysqlsla<br源码路径:https://github.com/danielnichter/hackmysql.com<br源码存放路径:/usr/local/src<br1、获取源码<br如果没有git命令,请先安装git<
Easter79 Easter79
3年前
Tokudb的安装和使用
安装安装主要包括两种方法:1)rpm安装 2)源码编译1\.rpm安装此方式是比较简单的方式,按照Percona安装说明文档指示的方法操作即可。首先安装Perconayumrepository(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.perc
Wesley13 Wesley13
3年前
Spring中hibernateTemplate的使用
1.<?xmlversion\"1.0"encoding\"UTF8"?2.<beansxmlns\"http://www.springframework.org/schema/beans"3.xmlns:xsi\"http://www.w3.org/2001/XMLSchemainstance"xmlns:con
Stella981 Stella981
3年前
CentOS 使用 Docker 安装 Sentry
官网介绍:Sentry是一个实时事件日志记录和汇集的日志平台,其专注于错误监控,以及提取一切事后处理所需的信息。他基于Django开发,目的在于帮助开发人员从散落在多个不同服务器上的日志文件里提取发掘异常,方便debug。Sentry由python编写,源码开放,性能卓越,易于扩展,目前著名的用户有Disqus,Path,mozilla,Pintere
Wesley13 Wesley13
3年前
Ubuntu Git安装与使用
1安装安装方式主要有两种,即通过Apt和source:1.1通过Apt安装:官网上提供的命令是:$sudoaddaptrepositoryppa:gitcore/ppa!Git1(http://img.blog.csdn.net/20160228155200518)
Stella981 Stella981
3年前
Phalcon7 使用 HMVC
最简单的例子,当然在同一个控制器中使用有没有必要有待商榷。<?phpclassHmvcControllerextendsPhalcon\Mvc\Controller{publicfunctiononeAction(){
Easter79 Easter79
3年前
SpringBoot使用Hutool发送邮件
Hutool是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率,使Java拥有函数式语言般的优雅,让Java语言也可以“甜甜的”。官方地址:https://hutool.cn/docs//(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fhut