风痕

Results 11 comments of 风痕

> 解决方案:(osx)使用如下命令重新生成ssl证书 这一行后面的命令是错误的,生成证书的命令应该是: ``` openssl req \ -newkey rsa:2048 \ -x509 \ -nodes \ -keyout server.key.pem \ -new \ -out server.crt.pem \ -subj /CN=localhost \ -reqexts SAN \ -extensions SAN...

@mrdulin 复制报错这个我没有深究,可能是有什么特殊字符进去了。 -key -out的命名最好一致,命名最好能看出文件的含义。所以我修改了命名。

@sharkdong @isunkui @youngluo 一个除了不支持赋值给input,其它问题都解决了的hack方案。 * 不给input绑定value,使用其它变量记录input的值; * 使用v-if指令重置节点,模拟清空input。 ![ezgif-5-39c9fb0ecb](https://user-images.githubusercontent.com/3307051/43056037-6194cb4a-8e6c-11e8-8084-d1dc5486ead9.gif) ```html import searchIcon from '@/common/assets/search.svg' import clearIcon from '@/common/assets/clear.svg' export default { name: 'search-input', props: { placeholder: { type: String, default:...

推荐lodash、ramda,数据结构转换超级方便,基本上不用自己写转换逻辑,理清思路找API就行了。

通过查阅其他issue,得知:将`node_modules/weui-miniprogram/miniprogram_dist`下的内容copy到项目中(比如src/weui),usingComponents可正常使用: ```html { usingComponents: { "mp-cell": "module:../weui/cell/cell" } }

浏览器限制,做不到。 https://www.cnblogs.com/dudu/p/ajax_302_found.html

“你,过来。给我解决这个bug!”

自荐个人博客: https://hughfenghen.github.io/ ,长期更新 主要更新 前端前沿、工程化、Web 音视频 方向的文章。

@AlexMixilab FYI https://github.com/gpac/mp4box.js/issues/341

You can refer to the link below. Although not entirely equivalent, it closely aligns with your requirements. DEMO: https://hughfenghen.github.io/WebAV/demo/1_4-mp4-previewer Code: https://github.com/hughfenghen/WebAV/blob/56ab3c240b3347e195184c291676dd9119dea608/packages/av-cliper/src/mp4-utils/mp4-previewer.ts#L85