欢迎访问我的独立博客
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 67 下一页
摘要: 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 阅读(801) 评论(0) 推荐(0) 编辑
摘要: 内容包括:库、框架、模板、安全、代码分析、日志、第三方库、配置工具、Web 工具、书籍、电子书、经典博文等等。大家可以搜索其它语言,如awesome-java的https://github.com/akullpp/awesome-java 内容包括:库、框架、模板、安全、代码分析、日志、第三方库、配 阅读全文
posted @ 2017-08-01 09:27 github.com/starRTC 阅读(661) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(571) 评论(0) 推荐(0) 编辑
摘要: JSONP是JSON with Padding的略称。 它允许在服务器端集成Script tags返回至客户端,通过javascript callback的形式实现跨域访问(这仅仅是JSONP简单的实现形式) <script>标签的src属性并不被同源策略所约束,所以可以获取任何服务器上脚本并执行。 阅读全文
posted @ 2017-07-31 14:50 github.com/starRTC 阅读(228) 评论(0) 推荐(0) 编辑
摘要: AJAX 是与服务器交换数据并更新部分网页的艺术,在不重新加载整个页面的情况下。 它使用 JavaScript 在 web 浏览器与 web 服务器之间来发送和接收数据。 ajax主要用于在页面内容加载完成后“异步”的向服务器发送和接收请求。前端工程师不仅要完成后台传过来数据在页面上的显示,也要负责 阅读全文
posted @ 2017-07-31 13:57 github.com/starRTC 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 保存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 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(262) 评论(0) 推荐(0) 编辑
摘要: OAuth是一个关于授权(authorization)的开放网络标准,目前的版本是2.0版。 本文对OAuth 2.0的设计思路和运行流程,做一个简明通俗的解释,主要参考材料为RFC 6749。 一、应用场景 为了理解OAuth的适用场合,让我举一个假设的例子。 有一个"云冲印"的网站,可以将用户储 阅读全文
posted @ 2017-07-18 15:33 github.com/starRTC 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(300) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 67 下一页