上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页
摘要: ■ 创建一个wifi连接 netsh wlan set hostednetwork mode=allow ssid=hello key=helloworldnetsh wlan start hostednetworknetsh wlan stop hostednetworknetsh wlan sh 阅读全文
posted @ 2020-05-19 06:01 renhl 阅读(214) 评论(0) 推荐(0) 编辑
摘要: ‘ ’http://blog.sina.com.cn/s/blog_48f93b530100jz4b.html http://blog.sina.com.cn/s/blog_48f93b530100jz4x.html MP4文件格式分析及分割实现(附源码) 阅读全文
posted @ 2020-01-31 20:00 renhl 阅读(111) 评论(0) 推荐(0) 编辑
摘要: ■ The GOption interface: goption.c ■ 编译 ■ 运行结果 ■ 参考 https://developer.gnome.org/glib/stable/glib-Commandline-option-parser.html https://gstreamer.free 阅读全文
posted @ 2019-04-21 08:04 renhl 阅读(288) 评论(0) 推荐(0) 编辑
摘要: ■ Simple initialization test.c ■ 编译 ■ 运行结果 ■ gst log EMEDITOR 去除1.log中不能显示的字符 阅读全文
posted @ 2019-04-21 08:03 renhl 阅读(172) 评论(0) 推荐(0) 编辑
摘要: function declare introduce param These functions (collectively known as "function creation routines") are used to add SQL functions(scalar SQL functio 阅读全文
posted @ 2018-07-16 07:47 renhl 阅读(1975) 评论(0) 推荐(0) 编辑
摘要: (1)定义变量 (2)判断语句 (3)循环 (4)函数 (5)对象 (6) 引入Python文件 mylib.py 引用的两种方法 阅读全文
posted @ 2016-04-15 20:27 renhl 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 1. Python语言集成开发环境搭建 window下搭建平台 (1)python https://www.python.org/ python 2.x 运行速度快;库多 python 3.x 新的特性 (2)pycharm http://www.jetbrains.com/pycharm/down 阅读全文
posted @ 2016-04-15 19:41 renhl 阅读(132) 评论(0) 推荐(0) 编辑
摘要: ☆ 应用程序中使用 __attribute__ ((constructor))在main()函数之前被执行,__attribute__ ((destructor))在main()退出时执行。 参考:http://blog.sina.com.cn/s/blog_88b60ea001017bc9.h... 阅读全文
posted @ 2015-06-22 12:25 renhl 阅读(1131) 评论(0) 推荐(0) 编辑
摘要: 来自博客 : SDL入门教程(一):1、一切从零开始SDL入门教程(一):2、Visual C++ 下的安装与设置SDL入门教程(一):3、MinGW 下的安装与设置SDL入门教程(二):1、SDL的装载,位标(flags) 阅读全文
posted @ 2015-06-10 08:37 renhl 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 11 struct mylist_random { 12... 阅读全文
posted @ 2015-06-04 23:23 renhl 阅读(267) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 13 下一页