Wesley13 Wesley13
3年前
SRS之安装与使用
1\.安装1.1github获取源码gitclonehttps://github.com/ossrs/srs.git1.2编译1.2.1关闭防火墙和selinux先关闭防火墙,防止有时候启动没有问题,但是就是看不了。Centos6.x
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
Easter79 Easter79
3年前
Tokudb的安装和使用
安装安装主要包括两种方法:1)rpm安装 2)源码编译1\.rpm安装此方式是比较简单的方式,按照Percona安装说明文档指示的方法操作即可。首先安装Perconayumrepository(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.perc
Stella981 Stella981
3年前
Flutter中如何使用WillPopScope
!(https://oscimg.oschina.net/oscnet/up39de92df7002d3e246160ac64f08f7e582b.png)老孟导读:在Flutter中如何实现点击2次Back按钮退出App,如何实现App中多个Route(路由),如何实现Back按钮只退出指定页面,此篇文章将告诉你。WillPopScope
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
Stella981 Stella981
3年前
Freemark(一): 简介及其使用
1\.Freemark简介FreeMarker是一款模板引擎:一种基于魔板的、用来生成输出文本的通用工具。类似模板引擎还有Velocity,CommonTemplate等。对于javaweb开发来说,使用FreeMarker模板,可以将java代码从页面中分离出来。开发人员只需关注业务逻辑代码,而由页面设计人员去设
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
Stella981 Stella981
3年前
SpringBoot2.0使用health
1,引入actuator<dependency<groupIdorg.springframework.boot</groupId<artifactIdspringbootstarteractuator</artifactId</dependency2,application.prop