上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 168 下一页
摘要: https://github.com/0xd4d/dnSpy/releases 如果客户环境出了问题,而又无法快速定位问题,可以借助dnSpy进行反编译调试跟踪。 dnSpy is a debugger and .NET assembly editor. You can use it to edit 阅读全文
posted @ 2019-08-14 10:56 DarJeely 阅读(1081) 评论(0) 推荐(0)
摘要: de4dot是一款C#编写的基于GPLv3协议的一个开源的.net反混淆脱壳工具,是目前.net下非常不错的一款反编译工具。 支持如下混淆器: Agile.NET (aka CliSecure) Babel.NET CodeFort CodeVeil CodeWall CryptoObfuscato 阅读全文
posted @ 2019-08-14 10:52 DarJeely 阅读(1521) 评论(0) 推荐(0)
摘要: using System; using System.Collections; using System.Reflection; using CSFrameworkV4_5.Core; using CSFrameworkV4_5.Core.CodeGenerator; using CSFrameworkV4_5.Server.DataAccess.DAL_Base; namespace CSF... 阅读全文
posted @ 2019-08-14 10:39 DarJeely 阅读(300) 评论(0) 推荐(0)
摘要: using System.Data; using CSFrameworkV4_5.Common; using CSFrameworkV4_5.Models; using CSFrameworkV4_5.Server.DataAccess.DAL_Permission; namespace CSFrameworkV4_5.WCFContract { /// /// 系统所有用户... 阅读全文
posted @ 2019-08-14 10:22 DarJeely 阅读(503) 评论(0) 推荐(0)
摘要: using System.Data; using CSFrameworkV4_5.Common; using CSFrameworkV4_5.Core.SystemSecurity; using CSFrameworkV4_5.Models; using CSFrameworkV4_5.Server.DataAccess.DAL_Permission; namespace CSFramewor... 阅读全文
posted @ 2019-08-14 10:21 DarJeely 阅读(274) 评论(0) 推荐(0)
摘要: /************************************** * * author:李朴 * company:上海沐雪网络科技有限公司 * website:http://uweixin.cn * createDate:2013-11-1 * update:2014-12-30 * remark:微网站页面的父类 * ********************... 阅读全文
posted @ 2019-08-14 09:04 DarJeely 阅读(221) 评论(0) 推荐(0)
摘要: /************************************** * * author:李朴 * company:上海沐雪网络科技有限公司 * website:http://uweixin.cn * createDate:2013-11-1 * update:2014-12-30 * remark:本代码为微商城模板的核心处理逻辑; * html模板页面上的所有的... 阅读全文
posted @ 2019-08-14 09:02 DarJeely 阅读(414) 评论(0) 推荐(0)
摘要: /************************************** * * author:李朴 * company:上海沐雪网络科技有限公司 * website:http://uweixin.cn * createDate:2013-11-1 * update:2014-12-30 * remark:本代码为门户网站模板的核心处理逻辑; * html模板页面上的所有... 阅读全文
posted @ 2019-08-14 09:01 DarJeely 阅读(300) 评论(0) 推荐(0)
摘要: //1e2124dd04e11d01b9df2865f85944be using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using System... 阅读全文
posted @ 2019-08-14 09:00 DarJeely 阅读(209) 评论(0) 推荐(0)
摘要: 沐雪微信平台主项目 首先说明下: - 1、后台皮肤dtcms的皮肤(本人购买过授权)。 - 2、模板引擎使用的是 VTemplate(遵从开源协议),http://www.cnblogs.com/kingthy/archive/2009/08/17/net-vtemplate.html - 3、微信 阅读全文
posted @ 2019-08-14 08:53 DarJeely 阅读(318) 评论(0) 推荐(1)
上一页 1 ··· 61 62 63 64 65 66 67 68 69 ··· 168 下一页