码迷,mamicode.com
首页 >  
搜索关键字:server 2013    ( 61115个结果
cmd命令行参考手册
https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands ...
分类:其他好文   时间:2021-05-24 13:45:24    阅读次数:0
mysql远程连接错误总结
从一台Linux远程连接另一台linux上的MySQL, 出现ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xxx.85'(111)错误。 [mysql@vvmvcs0 ~]$ mysql -hxxx.xxx.xxx.85 ...
分类:数据库   时间:2021-05-24 13:33:51    阅读次数:0
ArcGIS Server 10.2 安装教程
arcgis 相关安装 见 http://www.driver114.com/plus/search.php?keyword=arcgis&searchtype=titlekeyword&channeltype=0&orderby=&kwtype=0&pagesize=10&typeid=0&Tot ...
分类:其他好文   时间:2021-05-24 12:53:03    阅读次数:0
宝塔redi状态检测 如果停止则重启 放计划任务
ps=`ps -efl|grep redis|grep -v $0|grep -v grep|wc -l` if [ $ps -eq 0 ]; then rm -f /www/server/redis/redis.pid echo -e "\n$(date '+%Y-%m-%d %H:%M:%S') ...
分类:其他好文   时间:2021-05-24 10:05:33    阅读次数:0
统计SqlServer数据库的表大小
create table #Data(name varchar(100),row varchar(100),reserved varchar(100),data varchar(100),index_size varchar(100),unused varchar(100)) declare @na ...
分类:数据库   时间:2021-05-24 09:55:32    阅读次数:0
tomcat中Context标签使用
好久不配置tomcat了,以前都是进去配置下JDK,Connector,今天让配置Context,顾学习记录下。 JDK /bin/catalina.sh Connector + Context /conf/server.xml Context标签 Context标签可用于Tomcat部署web项目 ...
分类:其他好文   时间:2021-05-24 09:29:50    阅读次数:0
nginx 配置html后缀当php解析
修改php-fpm.conf security.limit_extensions = .php .html 查看php-fpm.conf内listen,如果是端口则nginx.conf server内容为 location ~ \.php|\.html(.*)$ { fastcgi_pass 127 ...
分类:Web程序   时间:2021-05-24 09:26:26    阅读次数:0
ubuntu server root用户自动登录
添加启动的账户名 sudo vi /etc/systemd/system/getty.target.wants/getty@tty1.service 如图中的 ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear %I $TERM 中添加自启动root用户 ...
分类:系统相关   时间:2021-05-24 09:22:34    阅读次数:0
linux配置vnc server,并用vnc viewer连接server
做过Linux运维的朋友都知道,我们一般很少直接与服务器接触。都是通过终端来连接处理一些事物。 本人常用的终端有图形界面的是vnc viewer还有命令行界面xshell,当然各有千秋,喜欢使用哪个都可以。 下面简单介绍一下,使用vncserver 连接Linux的操作步骤。 1.Linux安装 v ...
分类:系统相关   时间:2021-05-24 09:22:16    阅读次数:0
SpringCloud之Eureka Server注册和发现
服务注册和发现 Eureka注册中心搭建步骤 创建SpringBoot工程,添加eureka-server的起步依赖 <--SpringBoot 版本使用的是 2.4.5 --> <dependency> <groupId>org.springframework.cloud</groupId> <a ...
分类:编程语言   时间:2021-05-24 08:48:50    阅读次数:0
61115条   上一页 1 ... 17 18 19 20 21 ... 6112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!