码迷,mamicode.com
首页 >  
搜索关键字:conf    ( 25562个结果
Spring框架的四种通知
前置通知: 实现类: package org_shitang_servier; import org_shitang.dao.IStudentDao; import org_shitang_dao.impl.StudentDaoImp1; import org_shitang_entity.stud ...
分类:编程语言   时间:2020-04-23 18:56:44    阅读次数:148
Nginx访问PHP文件的File not found
更改配置文件nginx.conf fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; 替换成下面 fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; 然 ...
分类:Web程序   时间:2020-04-23 16:20:50    阅读次数:83
docker 部署mysql
搜索mysql镜像 docker search mysql 拉取mysql镜像 docker pull mysql:5.6 创建容器,设置端口映射、目录映射 进入容器,操作mysql ...
分类:数据库   时间:2020-04-23 16:12:03    阅读次数:64
Next轻量级框架与主流工具的整合
前言 老大说以后会用 next 来做一下 SSR 的项目,让我们有空先学学。又从 0 开始学习新的东西了,想着还是记录一下学习历程,有输入就要有输出吧,免得以后给忘记学了些什么~ Next轻量级框架与主流工具的整合 github地址:https://github.com/code-coder/nex ...
分类:其他好文   时间:2020-04-23 15:06:14    阅读次数:74
cisco交换机开启snmp
cisco交换机开启snmp
分类:系统相关   时间:2020-04-23 12:11:43    阅读次数:96
解决Linux安装Oracle12c时提示端口被占用问题
1. 连接上linux后,输入命令 vi /etc/hosts 末尾加inux服务器的ip地址和hostname,比如: 192.168.2.3 db012. 输入命令 vi /etc/sysconfig/network 敲击键盘上的 i 字母进入编辑模式,末尾加入: NETWORKING=yesH ...
分类:数据库   时间:2020-04-23 11:50:52    阅读次数:95
更改默认源pip
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple ...
分类:其他好文   时间:2020-04-23 01:13:39    阅读次数:116
146-springboot打war包设置
启动方法应该继承一个接口,然后实现一个方法 @SpringBootApplication //开启spring配置 public class Application extends SpringBootServletInitializer { public static void main(Stri ...
分类:编程语言   时间:2020-04-22 22:53:09    阅读次数:71
python 对文件进行切分行
针对配置文件进行切分,重组,每隔30行为一段,进行重新生成功能。 #!/usr/local/python/bin/python # coding=utf-8 import sys import re import os f = open('config.conf','r') #判断文件条数 def ...
分类:编程语言   时间:2020-04-22 20:23:38    阅读次数:122
虚拟机设置固定静态IP Centos7
静态IP配置及方法
分类:其他好文   时间:2020-04-22 14:58:26    阅读次数:65
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!