Rick
blog

Home Archives Tags Categories Link About
Rick
git常用命令 2019-07-24|git
子模块开发过程中,经常会有一些通用的部分希望抽取出来做成一个公共库来提供给别的工程来使用,此时可以用git submodule解决。 1git submodule add <url> <path> //url为子模块的路径,path为该子模块存储的目录路径。 执行成功后, ...
Read more
单例模式 2019-07-23|Design Pattern
单例模式单例模式的定义是:保证一个类仅有一个实例,并提供一个访问它的全局访问点注意:在单线程的js环境里里不存在线程安全的问题 实现单例模式实现单例模式并不复杂,只不过是用一个变量来标志当前是否已经为某个类型创建过对象,如果是,则下一次获取该类的实例时,直接返回之前创建的对象。 1234567891 ...
Read more
Firefox extension records audio through webrtc 2019-07-19|Firefox extension
需求同事写了一个简单的phonePage来进行telephone的自动化测试,并且在通话时页面上会添加一个元素,通过srcObject属性能够拿到本地以及对短的audio stream,需求是在开发的firefox extension上利用这个stream来录制语音。 如何在extension获取页 ...
Read more
123

Rick

blog

Articles

23

Tags

17

Categories

16

Add to bookmark
Announcement
感謝訪問本站,若喜歡請收藏 ^_^
Recent Post
java-classLoader
2020-05-17
trapping-rain-water
2020-05-17
typescript 工具泛型
2020-04-30
supervisor stop progress
2020-04-22
ts reflect to define api(like retrofit
2020-04-22
Categories
  • Design Pattern1
  • Firefox extension1
  • algorithm1
  • arrows function1
  • brew1
  • crontab1
  • english grammar1
  • git1
  • golang1
  • java1
  • js5
  • kotlin1
  • supervisor1
  • ts1
  • typescript3
  • vscode_debug1
Tags
algorithm arrows function brew english grammar export extension git golang java js kotlin linux prototype chain supervisor ts typescript vscode_debug
Archives
  • 2020年05月2
  • 2020年04月4
  • 2020年03月4
  • 2020年01月1
  • 2019年12月1
  • 2019年10月1
  • 2019年09月1
  • 2019年08月2
  • 2019年07月7
Info
Article :
23
Run time :
UV :
PV :
©2018 - 2020 By Rick
Driven Hexo|Theme Butterfly
Hi, welcome to my blog!
簡