PL/SQL(Procedure Language/SQL):是Oracle对sql语言的过程化扩展,在SQL语言的基础上增加了过程处理语言(分支、循环等),使得SQL语言具有过程处理能力,它是一种面向过程的语言。· 1、实现过程 declare:开头,后面是说明部分 说明部分:定义变量、光标申明、 ...
分类:
数据库 时间:
2020-02-29 14:50:46
阅读次数:
117
连接到数据库 sjcl测试库。执行 PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '10.128.29.130', '58735' )ORA-24247: 网络访问被访问控制列表 (ACL) 拒绝ORA-06512: 在 "SYS.DBMS_DEBUG_JDWP ...
分类:
其他好文 时间:
2020-02-29 00:48:43
阅读次数:
127
首先我们要确认mysql数据库下user表内 我们需要远程连接的用户host字段是否为"%" 若是localhost 则只能本机登录 update user set host = ’%’ where user = ’root’; --修改host 还没完 我们还要确认服务器的3306端口是否开通(不 ...
分类:
数据库 时间:
2020-02-28 22:25:54
阅读次数:
78
开发ID下载: https://developer.android.google.cn/studio/index.html 写稿时,当前版本是 3.6 2.修改 SDK和AVD存储路径: https://www.cnblogs.com/geeksongs/p/11241320.html ...
分类:
移动开发 时间:
2020-02-28 20:29:44
阅读次数:
88
The simple answer to that is, "Kernel Developers do not put blind faith in anything". When any data is passed to the kernel space from userspace, it i ...
分类:
其他好文 时间:
2020-02-28 18:52:41
阅读次数:
85
Uncaught DOMException: Blocked a frame with origin 使用postMessage()方法可以解决跨域传值的问题 Api: https://developer.mozilla.org/zh CN/docs/Web/API/Window/postMessa ...
分类:
其他好文 时间:
2020-02-28 15:56:36
阅读次数:
676
soap 类API测试方法: 1. 打开developer command prompt, 输入:wcftestclient 2. 选中“My Service Project”, 再Add service 3. 在输入框类输入service URL, such as: http://localhos ...
http://help.autodesk.com/view/3DSMAX/2020/ENU/?guid=__developer_about_the_3ds_max_sdk_sdk_requirements_html ...
分类:
其他好文 时间:
2020-02-26 22:59:08
阅读次数:
66
参考 https://developer.android.com/topic/libraries/view-binding 简介 简单来说就是来代替findViewById的。 配置 在AndroidStudio3.6及以上版本可用, 在模块的build.gradle中加入: android { . ...
分类:
其他好文 时间:
2020-02-26 21:08:26
阅读次数:
112
参考https://developer.android.com/jetpackhttps://developer.android.com/jetpack/androidx把语言改为English可以查看androidx所有文档https://developer.android.com/jetpack ...
分类:
移动开发 时间:
2020-02-26 19:13:53
阅读次数:
129