推荐
专栏
教程
课程
飞鹅
本次共找到5430条
linux dns配置
相关的信息
LeeFJ
•
2年前
Foxnic-Web 代码生成 (7) —— 配置表单页
我们之前已经介绍了字段的通用配置和字段的表单组件配置,这些配置仅限于单个字段。由于FoxnicWeb的模块页面以打开窗口的方式呈现表单内容,自然就会有对表单窗口的控制,以及表单字段布局的控制。
Stella981
•
3年前
Electron npm install 常见错误(Linux)
Linux版本Ubuntu12.04(32bit)安装Gitsudoaptgetinstallgit生成sshkey查看有没有sshkeycd~/.ssh生成sshkeygen查询cat~/.ssh/id_rsa.pub
Stella981
•
3年前
SpringBoot集成mybatis以及自动化测试代码实现
Mybatis和logback的应用配置1、在module的pom.xml文件中,加载springboot和swagger、lombok、fastjson、mysql、mybatis包2、在resources中添加配置:配置文件有两种,一种是properties,另一种是yaml,这里使用yamlyaml配
Stella981
•
3年前
Linux下的日子(1)
Linux下办公:1、安装fcitx sudoaptgetinstallfcitxfcitxgooglepinyinfcitxtablewbpyfcitxuiclassic 在设置—语言输入法中选择fcitx,并安装其他的组件2、安装最新Libreoffice 先在ww
Stella981
•
3年前
Nginx学习笔记——安装
Nginx安装linux安装下载tar.gz包,以及依赖openssl、zlib、pcreopenssl、zlib、pcre安装cd对应目录 ./configuremakemakeinstallnginx安装cd对应目录./configure
Stella981
•
3年前
SpringBoot之actuator
在springBoot中集成actuator可以很方便的管理和监控应用的状态。暴露的Restful接口有:HTTP方法路径描述鉴权GET/autoconfig查看自动配置的使用情况trueGET/configprops查看配置属性,包括默认配置trueGET/beans查看bean及其关系列表
Stella981
•
3年前
IntelliJ IDEA 中实现tomcat热部署
intellijidea默认文件是自动保存的,但是手头有个项目jsp文件改动后,在tomcat中不能立即响应变化。要jsp文件改动后立刻看到变化,有个配置。在ideatomcat中server的配置里,有个onframedeactivation,选择updateclassesandresources。另外有个配置onupdateact
Stella981
•
3年前
Jenkins+Ant自动布署war
一、jenkins配置在jenkins里面配置好ant版本构建完成后执行shell脚本重启tomcat二、build.xml配置1.从官网http://ant.apache.org/bindownload.cgi获取最新的tar(https://www.oschina.net/action/GoToLink?urlhttp%3A%2
Easter79
•
3年前
SpringBoot之actuator
在springBoot中集成actuator可以很方便的管理和监控应用的状态。暴露的Restful接口有:HTTP方法路径描述鉴权GET/autoconfig查看自动配置的使用情况trueGET/configprops查看配置属性,包括默认配置trueGET/beans查看bean及其关系列表
天翼云开发者社区
•
2个月前
iptables- MARK与CONNMARK目标
MARK和CONNMARK是Linux中iptables防火墙规则中的两个重要目标,用于标记数据包以及连接。
1
•••
103
104
105
•••
543