上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页
摘要: 首先下载 对应的SDK 和runtime https://www.microsoft.com/net/core#linuxubuntu 当前为 1.1 稳定版本 2.0 预览版本下载地址: https://www.microsoft.com/net/core/preview#linuxubuntu 阅读全文
posted @ 2017-06-16 11:06 特洛伊-Micro 阅读(376) 评论(0) 推荐(0)
摘要: 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 阅读(613) 评论(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 阅读(364) 评论(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 阅读(3489) 评论(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 阅读(2914) 评论(0) 推荐(0)
摘要: 关于CEF Chromium Embedded Framework 简单说就是 WebKit内核的 对外绑定。 当前主流浏览器内核 一、Trident内核代表产品Internet Explorer,又称其为IE内核。Trident(又称为MSHTML),是微软开发的一种排版引擎。使用Trident渲 阅读全文
posted @ 2017-06-12 13:15 特洛伊-Micro 阅读(2019) 评论(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 阅读(572) 评论(0) 推荐(0)
摘要: 在mssqlserver 中 对应的SqlBuckCopy类,进行批量数据插入。 在mysql 中,官方提供了MySqlBulkLoader 平行的工具; 不过里面有坑,具体坑是插入空值列 NULL的。 For input, if the FIELDS ESCAPED BY character is 阅读全文
posted @ 2017-06-04 18:02 特洛伊-Micro 阅读(5576) 评论(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 阅读(201) 评论(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 阅读(249) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 68 下一页