XXXXX
C/C++
XXXXX
C#/.net
XXXXX
js
java
java
开发导航 开发导航 www.endv.cn
天云
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 90 下一页
摘要: https://github.com/0xd4d/dnSpy https://github.com/0xd4d/dnSpy/releases/ dnSpy是反向工程.NET程序集的工具。它包括一个反编译器,一个调试器和一个程序集编辑器(和更多),可以通过编写自己的扩展名来轻松地扩展。它使用dnlib 阅读全文
posted @ 2017-05-12 20:22 Endv 阅读(2853) 评论(0) 推荐(0)
摘要: http://xiazai.huishenghuiying.com.cn/wm/huishenghuiyingx10_64bit_wmqm.exe 阅读全文
posted @ 2017-05-11 21:55 Endv 阅读(1358) 评论(0) 推荐(0)
摘要: 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... 阅读全文
posted @ 2017-05-10 02:00 Endv 阅读(621) 评论(0) 推荐(0)
摘要: 1.首先下载mingw64, https://nchc.dl.sourceforge.net/project/mingw/Installer/mingw-get-setup.exe 下载下来后直接双击安装, 2. 下载msys. http://www.mingw.org/wiki/MSYS/,我下载 阅读全文
posted @ 2017-05-09 23:35 Endv 阅读(3596) 评论(0) 推荐(0)
摘要: Yasm 1.3.0 Release Notes http://yasm.tortall.net/releases/Release1.3.0.html Target Audience Welcome to the 1.3.0 release of the Yasm Modular Assembler 阅读全文
posted @ 2017-05-09 22:21 Endv 阅读(927) 评论(0) 推荐(0)
摘要: 最近研究了一下几种常见的视频编码器:x264,x265,vpx。本文简单记录一下它们的编译方法。 x264,x265,vpx这三个开源的视频编码器可以说是当今“最火”的视频编码器。x264现在占据着H.264视频编码器的半壁江山;x265则是目前实现H.265标准最好的开源视频编码器,并且在未来可能 阅读全文
posted @ 2017-05-09 22:08 Endv 阅读(761) 评论(0) 推荐(0)
摘要: 伟大的UHD编解码器的辩论:谷歌VP9与HEVC / H.265 截至今天,伟大的UHD编解码器的争论涉及两个主要参与者:谷歌VP9和HEVC / H.265。 哪一个获得成功并where-involves很多因素和各种streaming-related市场可能会有所不同,我讨论的吗 “编解码器”  阅读全文
posted @ 2017-05-09 21:21 Endv 阅读(1641) 评论(0) 推荐(0)
摘要: 1、ONVIF 协议解读 https://www.onvif.org 一、什么是ONVIF? 1.1形成 2008年5月,由安讯士(AXIS)联合博世(BOSCH)及索尼(SONY)公司三方宣布携手共同成立一个国际开放型网络视频产品标准网络接口开发论坛,取名为ONVIF(Open Network V 阅读全文
posted @ 2017-05-09 01:59 Endv 阅读(9044) 评论(0) 推荐(1)
摘要: 在WIX中,CustomAction用来在安装过程中执行自定义行为。比如注册、修改文件、触发其他可执行文件等。这一节主要是介绍一下CustomAction的7种用法。 在此之前要了解InstallExecuteSequence,它是一个Action的执行序列。 Installer会按照默认顺序来执行 阅读全文
posted @ 2017-05-09 00:42 Endv 阅读(974) 评论(0) 推荐(0)
摘要: Macro definition of snprintf conflicts with Standard Library function declaration 即将此处的宏定义注释掉,因为在VS2015中已经对snprintf提供了官方支持 D:\dev\libvpx\libvpx-v1.3.0 阅读全文
posted @ 2017-05-08 19:44 Endv 阅读(2172) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 90 下一页