会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dong1
抽象 , 总结 ...
博客园
首页
联系
订阅
管理
上一页
1
···
23
24
25
26
27
28
29
下一页
2016年10月30日
小白搭建一个网站(DouPHP)
摘要: 1)安装phpStudy_2014_setup.1413444920.exe 并启动数据库 2)将软件自带的WWW实例替换成我发的这个模板(DouPHP),网上也可以下载. 能找到更好模板的也可以不用这个,网上很多,刚入门就不用自己做了哈. 3)在浏览器里登陆localhost (默认会指向http
阅读全文
posted @ 2016-10-30 03:05 dong1
阅读(732)
评论(0)
推荐(0)
2016年10月29日
Debug BLE application with nRF Sniffer
摘要: https://developer.mbed.org/users/nemovn/notebook/nrf-sniffer-getting-started-guide/
阅读全文
posted @ 2016-10-29 14:54 dong1
阅读(215)
评论(0)
推荐(0)
2016年10月20日
收藏一些好用的c/c++语言数据结构
摘要: 17、作为对《C++17 STL cookbook》英文版的中文翻译。 https://github.com/xiaoweiChen/CPP-17-STL-cookbook 30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉 h
阅读全文
posted @ 2016-10-20 19:58 dong1
阅读(1208)
评论(0)
推荐(0)
2016年10月16日
RTSP服务端转发服务(live555库中的testH264VideoStreamer.cpp和testOnDemandRTSPServer.cpp实例)
摘要: 1、h264文件的推送 testH264VideoStreamer.cpp文件的开头就定义了 char const* inputFileName = "test.264"; 后面接着创建了会话 ServerMediaSession* sms = ServerMediaSession::createN
阅读全文
posted @ 2016-10-16 23:31 dong1
阅读(4657)
评论(0)
推荐(0)
2016年10月7日
Encode a raw RGB frame using FFMPEG, and then sending that discrete frame onto Live555 .
摘要: https://www.imc-store.com.au/Articles.asp?ID=278
阅读全文
posted @ 2016-10-07 03:34 dong1
阅读(246)
评论(0)
推荐(0)
2016年10月5日
ZeroMQ作者于昨天下午宣布选择安乐死
摘要: … printf("goodbye, world !");
阅读全文
posted @ 2016-10-05 17:56 dong1
阅读(477)
评论(0)
推荐(0)
2016年9月29日
linux一路填坑...
摘要: 1、安装ubuntu 从ubuntu9.0开始,一路更新,越来越垃圾,更可恶的是工作上经常指定特定的版本,于是乎,我电脑里装了n个版本的ubuntu. Win7 + Ubuntu 15.10 1)装完win7之后,删除一个分区留给ubuntu用 2)接着装完ubuntu 15.10 ,发现windo
阅读全文
posted @ 2016-09-29 14:48 dong1
阅读(446)
评论(0)
推荐(0)
2016年9月26日
gcc/g++/makefile/easymake/cmake/xmake/nmake ...
摘要: 最简单的Makefile,但是还是大程序少不了makefile工具 #CC=arm-linux-gnueabihf-CC=target: $(CC)gcc -o algo_main algo_main.c cJSON.c -lmclean: @rm -rf algo_main 一、Easymake太
阅读全文
posted @ 2016-09-26 11:21 dong1
阅读(835)
评论(0)
推荐(0)
2016年9月20日
RTSP客户端接收存储数据(live555库中的openRTSP实例)
摘要: 一、openRTSP编译运行 a)windows下编译运行 还是以mediaServer作为服务端,openRTSP作为客户端 b)Linux下编译运行 转自http://kuafu80.blog.163.com/blog/static/122647180201372654556863/ 1: 编译
阅读全文
posted @ 2016-09-20 03:49 dong1
阅读(5500)
评论(0)
推荐(0)
2016年9月11日
RTSP客户端接收存储数据(live555库中的testRTSPClient实例)
摘要: 1、testRTSPClient简介 testRTSPClient是个简单的客户端实例,这个实例对rtsp数据交互作了详细的描述,其中涉及到rtsp会话的两个概念Source和Sink. Source是生产数据,Sink是消费数据. testRTSPClient非常简洁,除了接收服务端发送过来的数据
阅读全文
posted @ 2016-09-11 14:38 dong1
阅读(4990)
评论(0)
推荐(0)
上一页
1
···
23
24
25
26
27
28
29
下一页
公告