发布时间:2013-06-03 10:28:59
when I use a display product,it use a programe to find and setup the product in a local network,it is very useful for use.so I ask how to realize it . they told me use broadcast and http. Broadcast can use in local network, to find what you want.Broadcast use UDP protocal.........【阅读全文】
发布时间:2013-05-14 09:59:25
适配器的更新修改为使用ftp更新。所以需要在配对服务器,中转服务器上部署ftp服务.选用vsftpd作为服务程序 1)Ubuntu 1)sudo apt-get install vsftpd 安装 2)查看 /etc/.........【阅读全文】
发布时间:2013-04-19 14:42:45
when we use pthread_create,some times we want to transe arg,linux make that we only can transe point to pthread_fun,so we must make sure when we make pthread,and before new pthread get the argv point,wo must make sure thatthen *argv is still live. so if we do not need to .........【阅读全文】
发布时间:2013-02-27 14:37:23
在windows下用adb调试 手机,第一 1)安装adb驱动,我是到摩托网络下载的驱动,安装即可。 .........【阅读全文】