石头
石头
+1 也闪退,最新微信
试用了一下,Vue即视感。其实既然这样,我完全可以考虑用Vue的,现在2.0性能也蛮不错的感觉
@ikaroscc you should deploy your static files on https site. Only localhost and https sites can access user media.
我也想要这个效果,最后做不了,只好用了背景图。。 
Here is my workaround. add follow lines to `package.json` ```json "electronWebpack" : { "main": { "webpackConfig": "electron.config.js" } } ``` ```js // electron.config.js module.exports = function (config) { config.devtool =...
第九关来一个python脚本: ``` python import base64 def transform( words ): return ''.join([chr(int(word,2 )) for word in words]) def main(): with open('code.txt', 'r') as f: data = f.read().replace('_', '1') lines = data.splitlines()...
我也是遇到这个问题。https 无法打开
有如下错误: ```bash (node:76704) Warning: Setting the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0' makes TLS connections and HTTPS requests insecure by disabling certificate verification. (node:76704) UnhandledPromiseRejectionWarning: --------------------------------------------------------- error: Error: Cannot read public...
extracting images from video files or taking screenshots from a video seems a common use case
貌似google已经有了草案 [content-visibility](https://drafts.csswg.org/css-contain/#content-visibility) 说明请参考: [https://web.dev/content-visibility/](https://web.dev/content-visibility)