导航

09 2019 档案

摘要:1 oracle 存储过程创建 阅读全文

posted @ 2019-09-28 23:55 yiyishuitian 阅读(240) 评论(0) 推荐(0)

摘要:1 创建链接服务器 使用openquery查询 速度比较快 select * from (link_name,'query_string') query_string 是oracle 语法的查询语句。 2 直接使用 服务器名..架构名.表名 方式查询,现在主要发现问题有。 1 查询很慢。 2 服务器 阅读全文

posted @ 2019-09-25 23:02 yiyishuitian 阅读(361) 评论(0) 推荐(0)

摘要:1 此电脑--右击--属性--远程设置-- 远程协助(打勾)--远程桌面(允许远程连接此计算机 打勾) 如果安装了卡巴斯基: 设置--保护--防火墙--配置包规则-- Remote Desktop 设置为允许 阅读全文

posted @ 2019-09-25 22:59 yiyishuitian 阅读(258) 评论(0) 推荐(0)

摘要:1 下载postman https://www.getpostman.com/ 2 设置 postman 环境, version:在crm页面-->关于中查看。一般 crm2016 应该是8.0 或者8.1 crm 365 是 8.2 3 因为CRM需要登录 4 测试 阅读全文

posted @ 2019-09-17 18:09 yiyishuitian 阅读(224) 评论(0) 推荐(0)

摘要:crm 2016 http://ip/org/api/data/v8.1 不支持or 不知道是版本问题还是其它 阅读全文

posted @ 2019-09-17 16:15 yiyishuitian 阅读(219) 评论(0) 推荐(0)

摘要:按我的理解说白了就是: 1 按微信指定的方式拼接出一个oauth url地址( https://open.weixin.qq.com/connect/oauth2/authorize?appid=CORPID&redirect_uri=REDIRECT_URI&response_type=code& 阅读全文

posted @ 2019-09-08 11:10 yiyishuitian 阅读(9887) 评论(0) 推荐(0)

摘要:转自:https://www.cnblogs.com/xiaowangzi1110/p/8532863.html webservice wsdl地址 天气预报Web服务,数据来源于中国气象局公用事业 Endpoint:http://www.webxml.com.cn/WebServices/Weat 阅读全文

posted @ 2019-09-04 17:25 yiyishuitian 阅读(121) 评论(0) 推荐(0)

摘要:1 下载plsql https://www.allroundautomations.com 我下载的是 http://files.allroundautomations.com/plsqldev1306x64.msi 2 下载 Instant Client 然后 找个地方解压 3 双击PLSQL打开 阅读全文

posted @ 2019-09-03 18:46 yiyishuitian 阅读(404) 评论(0) 推荐(0)