大约有 5,000 项符合查询结果(耗时:0.0132秒) [XML]
BLE(四)嗅探工具 - 创客硬件开发 - 清泛IT社区,为创新赋能!
...使用:
CC2540需事先刷入sniffer固件包(淘宝购买时可选)安装PacketSniffer与驱动(只有win版本)选择bluetooth low energy开始抓包(只可选37、38、39广播信道其中之一,但只有三分之一的概率能捕捉到通信数据包,推测应该是选择信号...
Python学习之Jupyter Notebook和highchart安装 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术
Python学习之Jupyter Notebook和highchart安装运行环境Win7 64位 + Python3 5 2一、安装网页端编译器Jupyter Notebook在cmd输入pip3 install jupyter在cmd输入jupyter notebook,
运行环境
Win7 64位 + Python3.5.2
一、安装网页端编译器Jupyter Notebook
在cm...
What is the coolest thing you can do in
...
PHP - the Sierpinski gasket a.k.a the Triforce
OK, it's 15 lines of code but the result is awesome! That's the kind of stuff that made me freak out when I was a child. This is from the PHP manual:
$x = 200;
$y = 200;
$gd = i...
CMake 编译libcurl - 开源 & Github - 清泛网 - 专注C/C++及内核技术
CMake 编译libcurl准备活动:(1)安装CMake。下载地址:http: www.cmake.org cmake resources software.htmllibcurl官方源码下载地址:https: curl.haxx.s...准备活动:
(1)安装CMake。
下载地址:http://www.cmake.org/cmake/resources/software.html
(2)下载libc...
tinyxml XML解析库下载(tinyxml2.h 和 tinyxml2.cpp) - 源码下载 - 清泛...
...析C++编写的,一个 h,一个 cpp,绿色小巧,直接加入工程源码编译,跨平台。使用方法参见《C++ 读写xml方法整理(持续更新)》tinyxml2 h *O C++编写的,一个.h,一个.cpp,绿色小巧,直接加入工程源码编译,跨平台。
使用方法...
How to find the php.ini file used by the command line?
I need to enable pdo_mysql in my EasyPhp environment, so I went to php.ini file and uncommented the following line:
14 Answ...
libunwind:记录程序崩溃堆栈 - 开源 & Github - 清泛网 - 专注C/C++及内核技术
...https: github com libunwind libunwind这里为了简单,不源码编译安装了,暂时先通过包管理器安装:apt-get install libunwinddemo代码如下:项目地址:https://github.com/libunwind/libunwind
源码编译安装:
git clone https://github.com/libunwind/libunwind
cd...
Apache两种工作模式区别及配置切换 - 更多技术 - 清泛网 - 专注C/C++及内核技术
...式区别及配置切换1、Redhat Linux下查看apache版本号在Apache安装目录bin下,使用以下命令查看即可。使用命令:. httpd -v示例:2、查看Apache当前工作模...1、Redhat Linux下查看apache版本号
在Apache安装目录bin下,使用以下命令查看即可。...
Lua简明教程 - 脚本技术 - 清泛IT论坛,有思想、有深度
...方,比如:游戏脚本,nginx,wireshark的脚本,当你把他的源码下下来编译后,你会发现解释器居然不到200k,这是多么地变态啊(/bin/sh都要1M,MacOS平台),而且能和C语言非常好的互动。我很好奇得浏览了一下Lua解释器的源码,这...
【解决】undefined reference to \'apr_thread_rwlock_destory\'、undefine...
...efined reference to 'apr_initialize'undefined_reference_apr1、首选确认安装了apr及apr-util否则报错<apr-1 apr_xxx h>头文件找不到。2、-lapr-1 -laprutil-1添加库链接,否则报错:undefined reference to & 39;apr_thread_rwlock_de 1、首选确认安装了apr及apr-util
否...