会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
欢迎访问我的独立博客
https://elesos.github.io
免费IM-免费视频通话-免费视频会议-免费互动连麦直播-免费白板--->github.com/starRTC
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
25
26
27
28
29
30
31
32
33
···
67
下一页
2017年8月2日
Hugo hexo 搭建博客系列1:自己的服务器
摘要: hexo jekyll https://hexo.io/zh-cn/ http://theme-next.iissnan.com/getting-started.html Hexo 是高效的静态站点生成框架,基于 Node.js。 在 Hexo 中有两份主要的配置文件,其名称都是 _config.y
阅读全文
posted @ 2017-08-02 09:46 github.com/starRTC
阅读(815)
评论(0)
推荐(0)
2017年8月1日
PHP资源,库,工具大全
摘要: 内容包括:库、框架、模板、安全、代码分析、日志、第三方库、配置工具、Web 工具、书籍、电子书、经典博文等等。大家可以搜索其它语言,如awesome-java的https://github.com/akullpp/awesome-java 内容包括:库、框架、模板、安全、代码分析、日志、第三方库、配
阅读全文
posted @ 2017-08-01 09:27 github.com/starRTC
阅读(743)
评论(0)
推荐(0)
2017年7月31日
HTTP Status Codes 状态码
摘要: 1×× Informational100 Continue101 Switching Protocols102 Processing 2×× Success200 OK201 Created202 Accepted203 Non-authoritative Information204 No Con
阅读全文
posted @ 2017-07-31 15:15 github.com/starRTC
阅读(581)
评论(0)
推荐(0)
jsonp 小结
摘要: JSONP是JSON with Padding的略称。 它允许在服务器端集成Script tags返回至客户端,通过javascript callback的形式实现跨域访问(这仅仅是JSONP简单的实现形式) <script>标签的src属性并不被同源策略所约束,所以可以获取任何服务器上脚本并执行。
阅读全文
posted @ 2017-07-31 14:50 github.com/starRTC
阅读(235)
评论(0)
推荐(0)
Ajax主要用来完成哪些工作?
摘要: AJAX 是与服务器交换数据并更新部分网页的艺术,在不重新加载整个页面的情况下。 它使用 JavaScript 在 web 浏览器与 web 服务器之间来发送和接收数据。 ajax主要用于在页面内容加载完成后“异步”的向服务器发送和接收请求。前端工程师不仅要完成后台传过来数据在页面上的显示,也要负责
阅读全文
posted @ 2017-07-31 13:57 github.com/starRTC
阅读(306)
评论(0)
推荐(0)
2017年7月20日
ffmpeg保存原始数据PCM YUV
摘要: 保存yuvffmpeg -i video.mp4 -c:v rawvideo -pix_fmt yuv420p out.yuv 保存yuv ffmpeg -i video.mp4 -c:v rawvideo -pix_fmt yuv420p out.yuv 保存pcmffmpeg -i input.
阅读全文
posted @ 2017-07-20 15:35 github.com/starRTC
阅读(388)
评论(0)
推荐(0)
苹果mac shell 终端 命令行快捷键——行首行尾
摘要: ctrl+a //移到行首ctrl+e //移到行尾http://blog.csdn.net/hherima/article/details/47083739 ctrl+a //移到行首 ctrl+e //移到行尾 http://blog.csdn.net/hherima/article/detai
阅读全文
posted @ 2017-07-20 14:43 github.com/starRTC
阅读(418)
评论(0)
推荐(0)
mac 编译ffmpeg真简单!
摘要: brew info ffmpeg 有安装选项,并且会提示依赖库安装状态 安装依赖库 brew install automake fdk-aac git lame libass libtool libvorbis libvpx \ opus sdl shtool texi2html theora wg
阅读全文
posted @ 2017-07-20 14:28 github.com/starRTC
阅读(274)
评论(0)
推荐(0)
2017年7月18日
OAuth 2.0介绍
摘要: OAuth是一个关于授权(authorization)的开放网络标准,目前的版本是2.0版。 本文对OAuth 2.0的设计思路和运行流程,做一个简明通俗的解释,主要参考材料为RFC 6749。 一、应用场景 为了理解OAuth的适用场合,让我举一个假设的例子。 有一个"云冲印"的网站,可以将用户储
阅读全文
posted @ 2017-07-18 15:33 github.com/starRTC
阅读(321)
评论(0)
推荐(0)
2017年7月17日
Markdown GUI编辑器推荐 windows mac
摘要: windows 1. MarkdownPad 如果右边不能预览: LivePreview is not working - it displays an error message stating This view has crashed! This issue has been specific
阅读全文
posted @ 2017-07-17 09:18 github.com/starRTC
阅读(324)
评论(0)
推荐(0)
上一页
1
···
25
26
27
28
29
30
31
32
33
···
67
下一页
公告