摘要: 1、MD5加密 1 public static string EncryptString(string source) 2 { 3 string result; 4 if (source == string.Empty || source == null) 5 { 6 result = string 阅读全文
posted @ 2018-12-01 20:34 sjzww 阅读(3318) 评论(0) 推荐(0)
摘要: 1 public static string GetSiteRoot() 2 { 3 string port = System.Web.HttpContext.Current.Request.ServerVariables["SERVER_PORT"]; 4 if (port == null || 阅读全文
posted @ 2018-12-01 20:27 sjzww 阅读(411) 评论(0) 推荐(0)
摘要: osgi.net是一个动态的模块化框架。它向用户提供了模块化与插件化、面向服务构架和模块扩展支持等功能。该平台是OSGi联盟定义的服务平台规范移植到.NET的实现。 简介 尤埃开放服务平台是一个基于.NET平台的动态的模块化中间件,它主要向用户提供了模块化与插件化、面向服务架构和模块扩展三大功能,适 阅读全文
posted @ 2018-12-01 20:20 sjzww 阅读(818) 评论(1) 推荐(0)