上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: [root@test ~]# ls[root@test ~]# mysql -u root -pEnter password: Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 7S 阅读全文
posted @ 2019-12-09 08:48 三驾马车 阅读(622) 评论(1) 推荐(0)
摘要: 解决方法: $ sudo chmod -R 777 目录其中-R 是指级联应用到目录里的所有子目录和文件777 是所有用户都拥有最高权限 阅读全文
posted @ 2019-08-22 11:37 三驾马车 阅读(1017) 评论(0) 推荐(0)
摘要: sudo iptables -I INPUT -p tcp -m tcp --dport 8888 -j ACCEPTsudo service iptables savesudo service iptables restartsudo iptables status 阅读全文
posted @ 2019-07-08 13:57 三驾马车 阅读(148) 评论(0) 推荐(0)
摘要: E:/Soft/Maven/apache-maven-3.3.3 E:\Soft\Maven\apache-maven-3.3.3\conf\settings.xml E:\DellWork\MavenLib\m2\repository 阅读全文
posted @ 2019-05-28 21:10 三驾马车 阅读(575) 评论(0) 推荐(0)
摘要: 1.安装IIS组件:点击开始菜单->选择控制面板->程序->打开或关闭WINDOWS功能->展开Internet信息服务,勾选FTP服务器(包括FTP服务和FTP扩展性),展开web管理工具,勾选IIS管理控制台(你可以把鼠标放在“IIS管理控制台”上边,查看这一项的功能),然后点击确定,之后会需要 阅读全文
posted @ 2019-05-09 19:04 三驾马车 阅读(865) 评论(0) 推荐(0)
摘要: # Example config file /etc/vsftpd/vsftpd.conf## The default compiled in settings are fairly paranoid. This sample file# loosens things up a bit, to ma 阅读全文
posted @ 2019-05-09 18:00 三驾马车 阅读(163) 评论(0) 推荐(0)
摘要: idea更新项目报E230001: Server SSL certificate verification failed: certificate issued for a different hostname, issuer is not trusted错误. 解决办法: 用TortoiseSVN 阅读全文
posted @ 2019-05-06 21:42 三驾马车 阅读(7226) 评论(0) 推荐(0)
摘要: [root@izbp1buyhgwtrvlxv3u2gqz ~]# yum remove erlang-erts-R16B-03.18.el7.x86_64Loaded plugins: fastestmirrorResolving Dependencies--> Running transacti 阅读全文
posted @ 2019-04-29 16:14 三驾马车 阅读(2949) 评论(3) 推荐(0)
摘要: centos7安装mongodb,并开启远程连接1.下载mongodb,当然是去官网下载安装包了 2.上传到服务器,我这里用的是阿里云的远程服务器,并解压[root@itroot ~]# tar -zxf mongodb-linux-x86_64-4.0.3.tgz -C /usr/local/[r 阅读全文
posted @ 2019-04-28 08:46 三驾马车 阅读(121) 评论(0) 推荐(0)
摘要: firewall-cmd --add-port=8056/tcp --临时增加端口 firewall-cmd --permanent --zone=public --add-port=6069/tcp --永久增加卡对外开放的端口 firewall-cmd --permanent --zone=pu 阅读全文
posted @ 2019-04-25 09:11 三驾马车 阅读(107) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页