TODO

20150224

 

利用百度音乐music.baidu.com实现在线用命令下载并播放音乐

 

利用有道笔记或百度云实现博客或笔记命令上传、下载

  本地展示markdown?

 

phantomjs或nwjs实现声控

    http://blog.csdn.net/hemingliang1987/article/details/8642506

    test_html5_speech.html 报错如下:

    SpeechRecognitionError {message: "", error: "network", clipboardData: undefined, path: NodeList[0], cancelBubble: false…}bubbles: falsecancelBubble: falsecancelable: falseclipboardData: undefinedcurrentTarget: SpeechRecognitiondefaultPrevented: falseerror: "network"eventPhase: 0message: ""path: NodeList[0]length: 0__proto__: NodeListreturnValue: truesrcElement: SpeechRecognitiontarget: SpeechRecognitioncontinuous: truegrammars: SpeechGrammarListlength: 0__proto__: SpeechGrammarListinterimResults: truelang: ""maxAlternatives: 1onaudioend: nullonaudiostart: nullonend: function () { console.log('onend'); }onerror: function (event) { console.log('onerror'); console.log(event); }onnomatch: nullonresult: function (event) { console.log('onresult: ' + event); }onsoundend: nullonsoundstart: nullonspeechend: nullonspeechstart: nullonstart: function () { console.log('onstart'); }__proto__: SpeechRecognitiontimeStamp: 1424692496239type: "error"__proto__: SpeechRecognitionErrorconstructor: function SpeechRecognitionError() { [native code] }arguments: nullcaller: nulllength: 1name: "SpeechRecognitionError"prototype: SpeechRecognitionErrortoString: function toString() { [native code] }__proto__: function Event() { [native code] }<function scope>__proto__: EventAT_TARGET: 2BLUR: 8192BUBBLING_PHASE: 3CAPTURING_PHASE: 1CHANGE: 32768CLICK: 64DBLCLICK: 128DRAGDROP: 2048FOCUS: 4096KEYDOWN: 256KEYPRESS: 1024KEYUP: 512MOUSEDOWN: 1MOUSEDRAG: 32MOUSEMOVE: 16MOUSEOUT: 8MOUSEOVER: 4MOUSEUP: 2NONE: 0SELECT: 16384constructor: function Event() { [native code] }AT_TARGET: 2BLUR: 8192BUBBLING_PHASE: 3CAPTURING_PHASE: 1CHANGE: 32768CLICK: 64DBLCLICK: 128DRAGDROP: 2048FOCUS: 4096KEYDOWN: 256KEYPRESS: 1024KEYUP: 512MOUSEDOWN: 1MOUSEDRAG: 32MOUSEMOVE: 16MOUSEOUT: 8MOUSEOVER: 4MOUSEUP: 2NONE: 0SELECT: 16384arguments: nullcaller: nulllength: 1name: "Event"prototype: EventtoString: function toString() { [native code] }__proto__: function Empty() {}<function scope>initEvent: function initEvent() { [native code] }arguments: nullcaller: nulllength: 0name: "initEvent"__proto__: function Empty() {}<function scope>preventDefault: function preventDefault() { [native code] }arguments: nullcaller: nulllength: 0name: "preventDefault"__proto__: function Empty() {}<function scope>stopImmediatePropagation: function stopImmediatePropagation() { [native code] }arguments: nullcaller: nulllength: 0name: "stopImmediatePropagation"__proto__: function Empty() {}<function scope>stopPropagation: function stopPropagation() { [native code] }arguments: nullcaller: nulllength: 0name: "stopPropagation"__proto__: function Empty() {}<function scope>__proto__: Object 

    应该是google网络不通导致的。确认后,考虑百度的语音识别的rest api

 

编程控制摄像头拍照和录像

    http://blog.csdn.net/hfahe/article/details/7338032

 

使用声控控制摄像头拍照和录像

 

实现免费wifi动态密码超时1小时

 

上传代码 /home/chuqq/CodeEveryDay/20150223_gcc的static选项效果

 

TODO windows下使用jsdom解析网上的数据:需要上传到CodeEveryDay

 

你可能感兴趣的:(TODO)