treemore
treemore
```js arrayToTree(dataTwo, { parentProperty: 'parent', customID: '_id', each:(node)=>{ // here i can do some things. like choice the right node to an other list } }); ``` this options we...
http://mongodb.github.io/node-mongodb-native/3.1/tutorials/connect/ssl/ 能否开个口子,把 sslValidate:true, sslCA:ca 这些配置传到链接里面?
the request lib will throw exception when use a wrong domain. like www.allaoio381odofdf.com .
when a url can not find the right dns,it will throw a Unhandled 'error' event. like the code blow. https://npm.runkit.com/request ```js var request = require('request'); try{ var rr=request.head("http://www.aldlfladl22939334345.com",function(err,response,body){ console.info(err,body) })...
https://github.com/ksvc/ksyhttpcache_android/issues/3 android那边是支持的. 会自动分析m3u8文件,并且重新生成里面ts的url ? 主要是ts文件的缓存,m3u8支不支持缓存 意义不大