摘要:
xcode7 网络报错: The resource could not be loaded because the App Transport Security policy reguir 原因:iOS9引入了新特性App Transport Security (ATS); 新特性要求App内... 阅读全文
摘要:
环境:Oracle 11g一.权限的传递 1.如果传递的是对象权限,就在后面加入with grant option; eg:system用户有张temp的表,只想usertest用户拥有查询的权限,则:grant select on temp to usertest with grant opt... 阅读全文