导航

01 2020 档案

摘要:管理员 登陆 CMD for /f "tokens=1,2,3 delims=," %a in (c:\user.csv) do dsadd user "CN=%b,ou=CRMUSER,dc=CRM,dc=com" -samid %a -upn %a@crm.com -pwd %c -ln %b 阅读全文

posted @ 2020-01-13 23:02 yiyishuitian 阅读(1180) 评论(0) 推荐(0)

摘要:解决方法其实 腾讯已经在接口说明了,, 1 get URL地址 增加 outpt参数,output=jsonp 2 ajax dataType:"jsonp" 请求URL 该请求为GET请求 https://apis.map.qq.com/ws/coord/v1/translate 请求参数 阅读全文

posted @ 2020-01-11 14:11 yiyishuitian 阅读(5191) 评论(0) 推荐(0)