linux如何加载ntfs格式硬盘 1、 首先们需要下载ntfs-3g 。 http://www.tuxera.com/community/ntfs-3g-download/ 2 、 然后解压进行安...
执行./configure时报错,configure: error: no acceptable C sudo yum install gcc-c++ (使用sudo yum install gcc-c++时会自动安装/升级gcc及其他依赖的包。) 重新执行 ./configure make make...
linux安装node yum -y install wget wget https://nodejs.org/dist/v6.10.1/node-v6.10.1-linux-x64.tar.xz 根...
解决YUM下Loaded plugins: fastestmirror Determining fastest mirrors 的错误问题 Centons下 其大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件,具体我也没有仔细了解过,可能是系统不支持或者缺少组建导致的。处理办法就是禁用这个插件...
mpvue代替v-html方法,解决ajax返回html方法 https://github.com/F-loat/mpvue-wxParse https://github.com/ifanrx/wxParser-plugin 使用以上两种插件都可以,不要求性能用...
如何搭建ss代理 Cent: yum -y install epel-release yum install python-pip pip install shadowsocks 1 2 Ubuntu: ...
vue雪花飘落组件 安装: npm install --save vue-let-it-snow 复制代码在 index.js 中应用: import Vue from 'vue' import LetItSnow fr...
前后端分离使用 Token 登录解决方案 这篇文章写一下前后端分离下的登录解决方案,目前大多数都采用请求头携带 Token 的形式。 开写之前先捋一下整理思路: 首次登录时,后端服务器判断用户账号密码正确之后,根据用户id、用户名、定义好的秘...
微信小程序mpvue使用flyio通过post提交给后台 formdata fly.interceptors.request.use((config,promise)=>{ config.headers["Content-Type"]="applica...
微信小程序使用post提交java后台 wx.request({ url : "http://mall.vstob.com/public/checkWXMobileAndUserName", method: "POST", data: { ...