答案 0 :(得分:3)
答案 1 :(得分:2)
create function fnCheckChildren( @parentId int ) returns int begin declare @allOk int if(select count(1) from Children where ParentId=@parentId ) = 0 BEGIN SET @allOk =1 --default all are ok - parent has no children END else BEGIN --here is my missing part END return @allOk end go
提供网络层安全性,仅允许http安全网址。
有两种方法可以解决这个问题:
案例1:
在您的代码中,您使用的是不安全的网址NSAppTransportSecurity
将其替换为http://
,然后就可以了。
案例2:
如果您没有启用ssl的网址,请在https://
中将您的网址设为: