摘要: appearance [əˈpirəns] n the way that someone or something looks. [I like the appearance of stripped antique pine] [我喜欢被剥光的古松的外观] an act of performing 阅读全文
posted @ 2024-09-30 13:25 yinchao_ws 阅读(1) 评论(0) 推荐(0) 编辑
摘要: SRS是什么 SRS(Simple Realtime Server), 是一种专门处理音视频的服务器. 是一个由社区驱动的开源项目. 官网在这里 本文提到的所有的问题都是根据官网的操作所产生的的问题和一些记录. 新手教程 怎么使用 SRS 直观的感受, 是学习的第一动力. 先利用docker 在本地 阅读全文
posted @ 2024-09-30 13:25 yinchao_ws 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 由来 在编写自己的博客想法上退步, 计划使用已有的博客架构. 网上找到两个技术架构 typecho and worldpress. 使用了 MrDoc 过程 按照指导, 在腾讯云上免费领取到了一台机器后, 使用 putty 无法远程登录, 提示 "no supported authenticatio 阅读全文
posted @ 2024-09-30 13:25 yinchao_ws 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 环境 ubuntu 22.04 安装 apt install samba # 这里注意, samba 服务在systemctl 控制当中简写为 smbd # 可以使用 systemctl status smbd # 查看服务状态 创建用户 理论上可以不使用权限验证, 但是建议用, 防止网络上别人随意 阅读全文
posted @ 2024-09-30 13:25 yinchao_ws 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 学习过程中,我发现了一扇新的世界,The c standard manual 这里记录文件 skynet_mq.h and skynet_mq.c 的阅读结果. 消息队列 1. 为什么用队列? 因为消息需要先入先出(FIFO). 剩下几个问题: 如何自己在代码中也使用自旋锁,请写一个示例代码。 次级 阅读全文
posted @ 2024-09-30 13:24 yinchao_ws 阅读(1) 评论(0) 推荐(0) 编辑
摘要: what's difference between git revert and git reset. 都是撤销修改记录,其中,reset 是取消一个提交;revert 是修改内容然后生成一个新的提交。必须指出的是:reset 在远程不生效,如果需要撤销远程的提交,需要使用 revert. git 阅读全文
posted @ 2024-09-30 13:23 yinchao_ws 阅读(1) 评论(0) 推荐(0) 编辑
摘要: GDB GNU 下的一个调试软件,在linux 下可以用来调试c/c++代码。 启动 可以通过gdb --help查看用法,如下: This is the GNU debugger. Usage: gdb [options] [executable-file [core-file or proces 阅读全文
posted @ 2024-09-30 13:23 yinchao_ws 阅读(0) 评论(0) 推荐(0) 编辑
摘要: The obvious is that the first is formal while the second is informal; other than that, there are no doubt occasional collocations that favour one or t 阅读全文
posted @ 2024-09-30 13:23 yinchao_ws 阅读(0) 评论(0) 推荐(0) 编辑
摘要: In other words, number refers to items we can count. By contrast, amount refers to how much of something there is: how much stimulation, how much resi 阅读全文
posted @ 2024-09-30 13:22 yinchao_ws 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Have is the present perfect tense which is used for 1st person singular and plural, 2nd person singular and plural and 3rd person plural form of ‘have 阅读全文
posted @ 2024-09-30 13:22 yinchao_ws 阅读(0) 评论(0) 推荐(0) 编辑