上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 102 下一页
摘要: 1、在之前的版本中关闭防火墙等服务的命令是 service iptables stop /etc/init.d/iptables stop 2、RHEL7开始,使用systemctl工具来管理服务程序,包括了service和chkconfig systemctl list-unit-files|gr 阅读全文
posted @ 2019-10-31 11:46 JackGIS 阅读(27173) 评论(0) 推荐(0)
摘要: 1、iso网盘下载地址:https://wanghualang.pipipan.com/dir/13133650-26232498-a8efb3/ 2、中国大陆开源镜像站汇总,企业贡献: 搜狐开源镜像站:http://mirrors.sohu.com/网易开源镜像站:http://mirrors.1 阅读全文
posted @ 2019-10-31 11:41 JackGIS 阅读(81429) 评论(0) 推荐(2)
摘要: /bin:bin是Binary的缩写, 这个目录存放着最经常使用的命令。 /boot:这里存放的是启动Linux时使用的一些核心文件,包括一些连接文件以及镜像文件。 /dev :dev是Device(设备)的缩写, 该目录下存放的是Linux的外部设备,在Linux中访问设备的方式和访问文件的方式是 阅读全文
posted @ 2019-08-09 16:15 JackGIS 阅读(1147) 评论(0) 推荐(0)
摘要: 一、系统环境变量: /etc/profile :这个文件预设了几个重要的变量,例如PATH, USER, LOGNAME, MAIL, INPUTRC, HOSTNAME, HISTSIZE, umask等等。 /etc/bashrc :这个文件主要预设umask以及PS1。这个PS1就是我们在敲命 阅读全文
posted @ 2019-08-07 18:40 JackGIS 阅读(8841) 评论(0) 推荐(3)
摘要: 1、springmvc的controller方法不指定method时,默认get/post都支持 2、每个参数都列出来,用String类型申明(get/post都可以) 3、参数太多的时候,可以考虑直接传递对象(只支持post) 后端用@RequestBody注释,对象是一个javaBean。 前端 阅读全文
posted @ 2019-07-27 16:23 JackGIS 阅读(4794) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 102 下一页