随笔分类 - 开源
摘要:Mars Android 接入指南 https://github.com/Tencent/mars/wiki/Mars-Android-%E6%8E%A5%E5%85%A5%E6%8C%87%E5%8D%97 gradle 接入 gradle 接入使用的日志加密算法是不加密的,长连接短连接加解包也是
阅读全文
摘要:Mars Sample 使用说明 https://github.com/Tencent/mars/wiki/Mars-sample-%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E#server%E5%90%AF%E5%8A%A8 Mars Sample 使用说明 https
阅读全文
摘要:OAuth2 Demo PHP 此应用程序的目的是演示OAuth2.0客户端和服务器之间的工作流。如果这是你第一次来这里,试图尝试的现场演示让OAuth2.0流更好的感觉。 experimenting with the live demo 这个图书馆是oauth2服务器运行PHP库。 安装 使用 C
阅读全文
摘要:WebKit在Windows上 内容 安装开发工具 设置Git存储库 设置支持工具 构建WebKit 安装Cygwin(可选) 得到一个崩溃日志 本指南提供了用于构建WebKit的指令在Windows 8.1没有Cygwin(AppleWin港口WebKit)。 你可以选择安装Cygwin运行测试。
阅读全文
摘要:C++(Win 32) C# char** 作为输入参数转为char[],通过Encoding类对这个string[]进行编码后得到的一个char[] 作为输出参数转为byte[],通过Encoding类对这个byte[]进行解码,得到字符串 C++ Dll接口: void CplusplusToC
阅读全文
摘要:源码地址:https://github.com/BlzFans/wke 先看官方的说明: Web和Flash的嵌入式3D游戏,基于WebKit 建筑工作单元 VS2005: 1安装Visual Studio 2005 SP1 2安装 Windows SDK 6 3打开 vs2005/wke.sln
阅读全文
摘要:1. duilib简介 duilib是一个开源的DirectUI界面库,简洁但是功能强大。而且还是BSD的license,所以即便是在商业上,大家也可以安心使用。现在大家可以从这个网站获取到他们所有的源码:http://code.google.com/p/duilib/ 为了让我们能更简单的了解其机
阅读全文
摘要:OAuth2.0 认证服务 安装 你可以在github上下载OAuth Server PHP,也可以用下列命令下载,不过内容都是一样的 下载后放在根目录,因为这只是个测试! 在这之后配置数据库 Database: `oauth2db` 1 -- 2 -- Database: `oauth2db` 3
阅读全文
摘要:XAMPP(Apache+MySQL+PHP+PERL)是一个功能强大的建站集成软件包。这个软件包原来的名字是 LAMPP,但是为了避免误解,最新的几个版本就改名为 XAMPP 了。它可以在Windows、Linux、Solaris、Mac OS X 等多种操作系统下安装使用,支持多语言:英文、简体
阅读全文
摘要:本文阐述了如何在C#使自定义Windows选项卡控件。 本文阐述了如何在C#使自定义Windows选项卡控件。 Download demo project - 82.4 KB Download source - 252 KB 介绍 本文讨论如何使用.NET框架为windows窗体应用程序定制选项卡控
阅读全文
摘要:This article explains how to make a custom Windows Tab Control in C#. This article explains how to make a custom Windows Tab Control in C#. Download d
阅读全文
摘要:[Docs] [txt|pdf] [draft-ietf-hybi-t...] [Diff1] [Diff2] [Errata] Updated by: 7936 PROPOSED STANDARD Errata Exist The WebSocket Protocol 1. Introductio
阅读全文
摘要:System.InvalidOperationException:“Mapper not initialized. Call Initialize with appropriate configuration. If you are trying to use mapper instances th
阅读全文
摘要:编译暂未成功,有空再次更新 前期准备: yasm下载:http://yasm.tortall.net/Download.html openHEVC源码下载: https://github.com/OpenHEVC/openHEVC SDL2.0下载: http://www.libsdl.org/do
阅读全文
摘要:https://github.com/0xd4d/dnSpy https://github.com/0xd4d/dnSpy/releases/ dnSpy是反向工程.NET程序集的工具。它包括一个反编译器,一个调试器和一个程序集编辑器(和更多),可以通过编写自己的扩展名来轻松地扩展。它使用dnlib
阅读全文
摘要:xcopy "$(ProjectDir)dlls\$(PlatformName)\*.*" "$(ProjectDir)$(OutDir)" /Y if NOT %ComputerName% == DEVPC GOTO:end REM signing certificate is not part of the solution if $(PlatformName) == "x86" ( cal...
阅读全文
摘要:Macro definition of snprintf conflicts with Standard Library function declaration 即将此处的宏定义注释掉,因为在VS2015中已经对snprintf提供了官方支持 D:\dev\libvpx\libvpx-v1.3.0
阅读全文
摘要:下面我们介绍一款WebSocket组件websocket-sharp的相关内容。 一.websocket-sharp组件概述 websocket-sharp是一个C#实现websocket协议客户端和服务端,websocket-sharp支持RFC 6455;WebSocket客户端和服务器;消息压
阅读全文
摘要:英文好听的歌曲排行榜 Take Me To Your Heart 中英字幕 Adele-RollingInTheDeep Need You Now Apologize
阅读全文
摘要:Microsoft.VisualC 命名空间包含支持用 c + + 语言的代码生成和编译的类。 Microsoft.VisualC.StlClr Unmanaged Code 和 Managed Code 混合编程中使用COM接口指针的一种方法 ,大家先看一段代码。 这是使用C#语言写的某Class
阅读全文