偷得浮生半桶水(半日闲), 好记性不如抄下来(烂笔头). 信息爆炸的时代, 学习是一项持续的工作.
全部博文(1758)
2025年(7)
2024年(27)
2023年(26)
2022年(112)
2021年(217)
2020年(157)
2019年(192)
2018年(81)
2017年(78)
2016年(70)
2015年(52)
2014年(40)
2013年(51)
2012年(85)
2011年(45)
2010年(231)
2009年(287)
发布时间:2016-12-08 09:19:02
从 http://msys2.github.io/ 下载 msys2-x86_64-20160205.exe 并安装到 d:\msys641. 更新系统库 ?pacman -Sy pacman安装?pacman -Syupacman -S mingw-w64-x86_64-toolchainpacman -S mingw-w64-x86_64-gedit ? ?gedit有依赖GTK。......【阅读全文】
发布时间:2016-12-07 15:03:18
http://yzhong.co/codeblock-compile-64-bit-under-windows-with-mingw-w64/1. Install MINGW64Download and install?MinGW-w64. Assume that you install it under?C:\mingw64.2. Set up compilerOpen?Code::Block. Go to?Settings > Compiler. Under the drop down list.........【阅读全文】
发布时间:2016-12-07 15:02:38
点击(此处)折叠或打开//client.c #include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <sys/socket.h>#include <bluetooth/bluetooth.h>#include <bluetooth/rfcomm.h>.........【阅读全文】