07 2018 档案
摘要:检查1:内网端口映射到了外网端口,这样外网才能够访问到 映射的方式有两种: 1.通过路由器的虚拟服务器功能,网上一搜一大把。 2.将路由器的DMZ功能开启,并把DMZ主机设置为目标计算机。 检查2:SVN服务器的设置 .VisualSVN -> “操作” -> "Properties" ->"Net
阅读全文
摘要:with a as ( select id,name,parentid from categories where id=53 union all select x.id,x.name,x.parentid from categories x,a where x.parentid=a.id ) select * from a
阅读全文