CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 中间件编程

文件名称:ServiceCenter

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-05-24
  • 文件大小:
    4.47mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

服务中心程序,此服务中心管理后端的web服务,包含授权控制等。-Service Center program, this service center management back-end web services, including authorization control.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

服务中心/.git/config
服务中心/.git/description
服务中心/.git/FETCH_HEAD
服务中心/.git/HEAD
服务中心/.git/hooks/applypatch-msg.sample
服务中心/.git/hooks/commit-msg.sample
服务中心/.git/hooks/post-update.sample
服务中心/.git/hooks/pre-applypatch.sample
服务中心/.git/hooks/pre-commit.sample
服务中心/.git/hooks/pre-push.sample
服务中心/.git/hooks/pre-rebase.sample
服务中心/.git/hooks/prepare-commit-msg.sample
服务中心/.git/hooks/update.sample
服务中心/.git/index
服务中心/.git/info/exclude
服务中心/.git/logs/HEAD
服务中心/.git/logs/refs/heads/master
服务中心/.git/logs/refs/remotes/origin/master
服务中心/.git/objects/pack/pack-3894e67baa49cfda11d2a44fef42e3cd91d0f52b.idx
服务中心/.git/objects/pack/pack-3894e67baa49cfda11d2a44fef42e3cd91d0f52b.pack
服务中心/.git/packed-refs
服务中心/.git/refs/heads/master
服务中心/.git/refs/remotes/origin/master
服务中心/.gitattributes
服务中心/.gitignore
服务中心/Database/crebas.sql
服务中心/Database/Lhz.ServiceCenter.pdm
服务中心/Dll/Iesi.Collections.dll
服务中心/Dll/Iesi.Collections.xml
服务中心/Dll/Lhz.Common.Business.dll
服务中心/Dll/Lhz.Common.Interface.dll
服务中心/Dll/Lhz.Common.Service.dll
服务中心/Dll/Lhz.Data.dll
服务中心/Dll/Lhz.Data.Linq.dll
服务中心/Dll/Lhz.Data.Linq.Nh.dll
服务中心/Dll/Lhz.InternetService.dll
服务中心/Dll/Lhz.Serialization.dll
服务中心/Dll/Lhz.Test.Common.dll
服务中心/Dll/MySql.Data.dll
服务中心/Dll/Newtonsoft.Json.dll
服务中心/Dll/Newtonsoft.Json.xml
服务中心/Dll/NHibernate.dll
服务中心/Dll/NHibernate.xml
服务中心/LICENSE
服务中心/README.md
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/ApplicationProxy.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/ApplicationQueryExpansion.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/AuthorizationProxy.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/AuthorizationQueryableExpansion.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/Lhz.Sc.Business.csproj
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/LogProxy.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/OperationProxy.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/OperationQueryableExpansion.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/Properties/AssemblyInfo.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/ServiceCenterOperation.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/ServiceProxy.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/ServiceQueryableExpansion.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/UserProxy.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Business/UserQueryableExpansion.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Application.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Application.hbm.xml
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Authorization.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Authorization.hbm.xml
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/DatabaseEntity.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Log.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Log.hbm.xml
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Operation.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Operation.hbm.xml
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Service.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/Service.hbm.xml
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/User.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Database/User.hbm.xml
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Enum/AuthorizationType.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/ApplicationNoNotFoundException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/InvokeException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/NotAuthorizationException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/OperationNoNotFoundException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/ServiceCenterException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/ServiceNoNotFoundException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/SessionNotFoundException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Exception/UsernameOrPasswordErrorException.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Interface/InvokeArgument.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Interface/InvokeResult.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Lhz.Sc.Entity.csproj
服务中心/Source/Lhz.Sc/Lhz.Sc.Entity/Properties/AssemblyInfo.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/IServiceApplication.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/IServiceAuthorization.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/IServiceCenterService.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/IServiceLog.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/IServiceOperation.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/IServiceService.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/IServiceUser.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/Lhz.Sc.Interface.csproj
服务中心/Source/Lhz.Sc/Lhz.Sc.Interface/Properties/AssemblyInfo.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/hibernate.cfg.xml
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/Lhz.Sc.Service.csproj
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/Properties/AssemblyInfo.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/Properties/PublishProfiles/服务中心发布.pubxml
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceApplication.svc
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceApplication.svc.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceAuthorization.svc
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceAuthorization.svc.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceLog.svc
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceLog.svc.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceOperation.svc
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceOperation.svc.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceService.svc
服务中心/Source/Lhz.Sc/Lhz.Sc.Service/ServiceService.svc.cs
服务中心/Source/Lhz.Sc/Lhz.Sc.

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com