上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页
摘要: Upgrading to .NET Core 2.0 Preview 1 更新 依赖的类库 改为 标准库 2 web app 更改 csproj 文件 升级版本 <PropertyGroup> <TargetFramework>netcoreapp2.0</TargetFramework> </Pr 阅读全文
posted @ 2017-06-15 21:25 特洛伊-Micro 阅读(611) 评论(0) 推荐(0)
摘要: Submary 又升级了,目录结构有变化了 。 project.json and Visual Studio 2015 with .NET Core On March 7, 2017, the .NET Core and ASP.NET Core documentation was updated 阅读全文
posted @ 2017-06-14 12:32 特洛伊-Micro 阅读(360) 评论(0) 推荐(0)
摘要: This Wiki page provides information about CEF branches and instructions for downloading, building and packaging source code. Note to Editors: Changes 阅读全文
posted @ 2017-06-12 13:20 特洛伊-Micro 阅读(3424) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/tiplip/article/details/42047815 下载 代码下载:http://cefbuilds.com/,CEF 3.2556.1368.g535c4fb 解压到本地:D:\Develop\CEF3\cef_binary_3.25 阅读全文
posted @ 2017-06-12 13:18 特洛伊-Micro 阅读(2861) 评论(0) 推荐(0)
摘要: 关于CEF Chromium Embedded Framework 简单说就是 WebKit内核的 对外绑定。 当前主流浏览器内核 一、Trident内核代表产品Internet Explorer,又称其为IE内核。Trident(又称为MSHTML),是微软开发的一种排版引擎。使用Trident渲 阅读全文
posted @ 2017-06-12 13:15 特洛伊-Micro 阅读(1992) 评论(0) 推荐(0)
摘要: 今天发现 批量插入下,自增主键不连续了。。。。。。。 InnoDB AUTO_INCREMENT Lock Modes InnoDB AUTO_INCREMENT Lock Modes InnoDB AUTO_INCREMENT Lock Modes This section describes t 阅读全文
posted @ 2017-06-04 21:51 特洛伊-Micro 阅读(556) 评论(0) 推荐(0)
摘要: 在mssqlserver 中 对应的SqlBuckCopy类,进行批量数据插入。 在mysql 中,官方提供了MySqlBulkLoader 平行的工具; 不过里面有坑,具体坑是插入空值列 NULL的。 For input, if the FIELDS ESCAPED BY character is 阅读全文
posted @ 2017-06-04 18:02 特洛伊-Micro 阅读(5566) 评论(2) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Security.Cryptography; using System.Text; namespace RandomData.Core { public static clas... 阅读全文
posted @ 2017-05-31 15:22 特洛伊-Micro 阅读(194) 评论(0) 推荐(0)
摘要: serialization returns private properties Are your types marked as [Serializable]? Serializable means that the serializer should serialize all fields - 阅读全文
posted @ 2017-05-09 15:31 特洛伊-Micro 阅读(248) 评论(0) 推荐(0)
摘要: 使用Elasticsearch 与 NEST 库 构建 .NET 企业级搜索 2015-03-26 dotNET跨平台 最近几年出现的云计算为组织和用户带来了福音。组织对客户的了解达到前所未有的透彻,并能够采用个性化通信锁定客户。用户几乎可以随时随地获取其数据,使其更加易于访问和使用。为了存储所有这 阅读全文
posted @ 2017-05-04 11:04 特洛伊-Micro 阅读(538) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页