跟PC端软件使用的一样的手段,避免不了跟PC端软件一样的命运。
ubuntu 14还可以,到ubuntu16.04无效了,怎么设置还是得需要密码才能登陆。原来ubuntu16版本默认不支持dsa密钥了,如果需要支持:
vi /etc/ssh/sshd_config
末尾加上一行:
PubkeyAcceptedKeyTypes ssh-dss
然后重启ssh服务
service ssh restart
mongod --config /usr/local/etc/mongod.conf
挺简单的
var img_url = $input_verifycode.next('img').attr('src');
var r = new XMLHttpRequest();
r.open("GET", img_url);
r.responseType = "blob";
r.onload = function(e){
var data = new FormData();
data.append('image_data', this.response);
$.ajax({
url: 'http://localhost:8088/uploa...