欢迎访问我的独立博客
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 67 下一页
摘要: 项目主页:https://obsproject.com/download 软件是基于MFC的,下载源码后一次性就可以编译通过,使用很简单。 使用了以下开源库: x264 - H.264编码库 libmp3lame - MP3编码库 libfaac - AAC编码库 librtmp - RTMP协议工 阅读全文
posted @ 2018-07-27 17:04 github.com/starRTC 阅读(4031) 评论(0) 推荐(0)
摘要: 图形数据库是以图形结构形式存储数据的数据库。 https://neo4j.com/ Java 编写 保存为节点以及节点之间的关系 Neo4j 的数据由下面几部分构成: 节点 边 属性 无论是顶点还是边,都可以有任意多的属性。属性的存放类似于一个 HashMap,Key 为一个字符串,而 Value 阅读全文
posted @ 2018-07-26 15:02 github.com/starRTC 阅读(1651) 评论(0) 推荐(0)
摘要: OpenCV (Open Source Computer Vision Library) https://docs.opencv.org/2.4/doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.htm 阅读全文
posted @ 2018-07-25 18:09 github.com/starRTC 阅读(1243) 评论(0) 推荐(0)
摘要: 将PDO连接中的dsn的host由“localhost”改为“127.0.0.1”即可 阅读全文
posted @ 2018-07-20 11:10 github.com/starRTC 阅读(300) 评论(0) 推荐(0)
摘要: mysqli_real_connect(): (HY000/2002): No such file or directory change localhost to 127.0.0.1 in config.inc.php $cfg['Servers'][$i]['host'] = '127.0.0. 阅读全文
posted @ 2018-07-19 17:05 github.com/starRTC 阅读(1241) 评论(0) 推荐(0)
摘要: 由Java实现的,开放源代码(open-source)的web搜索引擎。 Nutch 致力于让每个人都能很容易, 同时花费很少就可以配置世界一流的Web搜索引擎. 为了完成这一宏伟的目标, Nutch必须能够做到: 每个月取几十亿网页 为这些网页维护一个索引 对索引文件进行每秒上千次的搜索 提供高质 阅读全文
posted @ 2018-07-19 13:10 github.com/starRTC 阅读(240) 评论(0) 推荐(0)
摘要: apt install php apt-get install php7.0 apt-get -y install php7.0-fpm 缺少 mysqli 扩展。请检查 PHP 配置。 apt install php7.0-* mysql: apt-get install mysql-server 阅读全文
posted @ 2018-07-19 11:29 github.com/starRTC 阅读(484) 评论(0) 推荐(0)
摘要: connect() failed (111: Connection refused) while connecting to upstream fastcgi://127.0.0.1:9000 netstat -ant | grep 9000 vim /etc/php/7.0/fpm/php-fpm 阅读全文
posted @ 2018-07-19 11:27 github.com/starRTC 阅读(613) 评论(0) 推荐(0)
摘要: mysqladmin: connect to server at 'localhost' failed 停止mysql服务 systemctl stop mysql 安全模式启动 chown -R mysql.mysql /var/run/mysqld/ mysqld_safe --skip-gra 阅读全文
posted @ 2018-07-19 10:44 github.com/starRTC 阅读(695) 评论(0) 推荐(0)
摘要: 查看已挂载的硬盘 1) 运行fdisk -l命令查看硬盘信息。 硬盘从未进行初始化时,需要先创建文件系统, 硬盘格式化 运行mkfs.ext4 device_name(/dev/vdb)命令格式化并创建 ext4 文件系统。也可以选择其他文件系统类型,如 ext3 。 挂载硬盘(建议用下面的自动挂载 阅读全文
posted @ 2018-07-16 16:50 github.com/starRTC 阅读(565) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 67 下一页