logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux : nano: command not found

nano: command not found这是因为在Linux中没有安装nano而已,我们只需要安装一下就好了.安装命令 : yum install nano遇到选择:一路Y就行了

ajax向后台发送JSON数据出现: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported的错误。

Content type ‘application/x-www-form-urlencoded;charset=UTF-8’ not supported使用post协议提交时,请检查Content type类型请检查上方contentType类型,如果想用springmvc @RequestBody注解做提交json字符串自动绑定到pojo入参时,类型需要是"application/json;..

Linux bc 命令下提示 command not found

Linux bc 命令下提示 command not found出现这种问题是因为没有安装bc 计算器,这个时候我们只需要输入命令安装就可以了.输入这条命令就可以了:[root@localhost /]#yum -y install bc然后你在的输入bc,就可以看见他提示的版本信息,之后就进入等待输入状态,我们输入计算就可以了....

Vue 之获取本地IP地址

vue 获取本地IP地址1 书写vue搭建var vm = new Vue({el:"#app",data:{user:{"username":"","passwoed":"","age&quo

到底了