07 2018 档案

摘要:检查1:内网端口映射到了外网端口,这样外网才能够访问到 映射的方式有两种: 1.通过路由器的虚拟服务器功能,网上一搜一大把。 2.将路由器的DMZ功能开启,并把DMZ主机设置为目标计算机。 检查2:SVN服务器的设置 .VisualSVN -> “操作” -> "Properties" ->"Net 阅读全文
posted @ 2018-07-30 22:42 chenxizhaolu 阅读(2963) 评论(0) 推荐(1) 编辑
摘要: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 阅读全文
posted @ 2018-07-06 14:58 chenxizhaolu 阅读(963) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示