FCL 系列 - 1. FCL.Core.dll

FCL 相关组件已经经历好几年了,已应用于很多各式各样的项目开发中,本系列文章将讲解 FCL 各个组件的功能及使用说明。

此 dll 作为其他程序集的核心部分,主要用于授权的验证。

时间: 2024-11-03 22:25:05

FCL 系列 - 1. FCL.Core.dll的相关文章

FCL 系列 - 4. FCL.Net.dll

使用.NET 的 Socket 对象,Select 模型. 自定义封包: 包长度+消息体 客户端-服务端架构,有心跳包机制. 客户端源代码: using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Threading; using System.Windows.Forms; using Wagwei.FCL

FCL 系列 - 5. FCL.Log.dll

日志组件: 1 public static WagTxtLog mTxtLog; 2 mTxtLog = WagTxtLog.Create("Log"); 3 mTxtLog.Level = (WagLogLevel)255; 日志事例: #---------------- FCL.Log ----------------#Software: iisexpress#ProcessID: 6628#AppDomain: /LM/W3SVC/23/ROOT-4-13066382247438

FCL 系列 - 2. FCL.Database.dll

基于 oledb 的数据库访问,可用于 Oracle.MS SqlServer.Access.Excel ... 的数据库访问. [DeveloperInfo("Wagwei")] public class DataCenterOp : IWagDataCenter { string _sConn = string.Empty; Dictionary<string, ConnAndTrans> _dicConnAndTrans; DBType _DBType = DBTyp

FCL 系列 - 3. FCL.Forms.dll

通用窗体,自定义用户控件等. 困了,后续发布其他组件...

CefSharp&quot;Could not load file or assembly &#39;CefSharp.Core.dll&#39; or one of its dependencies&quot;

使用CefSharp时,在开发机没问题,在客户机出现“Could not load file or assembly 'CefSharp.Core.dll' or one of its dependencies"问题 但bin目录下又存在CefSharp.Core.dll文件,此问题是CefSharp是基于Vc++开发,因此必须要VC++运行时才能运行 解决办法:安装VC++ 2013 Redist或VC++ 2012 Redist(具体视CefSharp的版本) CefSharp"C

找不到编译动态表达式的一种或多种类型。是否缺少对microsoft.CSharp.dll和System.core.dll的引用”

xlbook1.Worksheets[1]这块下面显示红色的波浪号,并有提示“找不到编译动态表达式的一种或多种类型.是否缺少对microsoft.CSharp.dll和System.core.dll的引用”. 解决办法是将引入的COM对象(miscrosoft excel 12.0 object library),属性里的嵌入互操作类型改为Fasle

MongoDB 3.0 关于安全认证后使用C#调用碰上“System.TimeoutException”类型的异常在 MongoDB.Driver.Core.dll 中发生的相关问题

"System.TimeoutException"类型的异常在 MongoDB.Driver.Core.dll 中发生,但未在用户代码中进行处理 操作MongoDB类库版本: ---------------------------------------------- MongoDB.Driver 2.3 MongoDB.Driver.Core 2.3 MongoDB.Bson 2.3 MongoDB 版本 3.0 连接字符串的相关变化: -----------------------

&quot;One or more types required to compile a dynamic expression cannot be found. Are you missing references to Microsoft.CSharp.dll and System.Core.dll?&quot;的解决方法

#事故现场: 在一个.net 4.0 的项目中使用dynamic,示例代码如下: 1 private static void Main(string[] args) 2 { 3 dynamic obj; 4 obj = new { name = "jack" }; 5 Console.WriteLine(obj.name); 6 } 在读取obj.name时,报错: One or more types required to compile a dynamic expression c

Famous框架系列一:famous/core/Surface

famous/core/Surface 既然是Famous的第一篇文章,就先给Famous打个广告:http://periodic.famo.us  Famous12年的作品,点击右下角Fun things to do可以看到操作说明. 我认为Famous框架中最重要的部分莫过于Surface了. Surface是所有能够被展现的元素的根本,它负责将可见的元素生成DOM输出(目前仅支持DOM,WEBGL版本正在他们的实验室里,并已有华丽视频放出,移步:https://famo.us/blog/)