摘要:
公众平台地址:http://mp.weixin.qq.com/debug/cgi-bin/sandboxinfo?action=showinfo&t=sandbox/index 通过公众平台获取appID,appsecret 再次获取用户access_token 地址https请求方式: GET h 阅读全文
摘要:
1.安装数据库后cmd输入sqlplus /nolog2.conn /as sysdba3.创建表空间 ## 创建用户和授权 create user md_test identified by password; grant connect to md_test with admin option; 阅读全文