-
网站中video方式引入视频资源,播放时提示The media could not be loaded, either because the server or network failed or because the format is not supported.的一种原因
文章最后有2020年最新更新的解决排查方案。 在网站中用HTML5自带的video标签或者video.js的等插件的HT[...]
-
神坑react-native之黄色警告Remote debugger is in a background tab which may cause apps to perform slowly. Fix this by foregrounding the tab (or opening it in a separate window).
在调试react native项目的时候打开 Debug JS Remotely 浏览器远程调试模式后,偶尔会出现黄色警[...]
-
神坑react native之react-native-swiper组件导入react-navigation中不显示文字图片等内容的解决方案
开发环境:react native:0.51 , react-native-swiper:1.5.6 , react-[...]
-
神坑react native之react-navigation组件TabNavigator模式底部图标tabBarIcon不显示的解决方案
在react native项目中使用了react-navigation组件的TabNavigator模式,制作tab切换[...]
-
神坑React Native之react-native-vector-icons组件报错While resolving module `react-native-vector-icons/MaterialIcons`, the Haste package `react-native-vector-icons` was found. However the module `MaterialIcons` could not be found within the package的解决方案
react native项目中使用了大名鼎鼎的图标组件 react-native-vector-icons组件,但是今天[...]
-
photoshop cc制作“花字”的方法
老孙是Photoshop菜鸟,但由于工作原因,偶尔还会有一些作图需求,经常看到下载的素材中有一些“花字”,漂亮、灵活,很[...]
-
神坑react native之unable to load script from assets ‘index.android bundle’ ,make sure your bundle is packaged correctly or youu’re runing a packager server
最近在react native项目中执行 react-native run-android 命令后,模拟器设备中报错:[...]
-
webstorm代码缩略图插件
用习惯sublime或hbuilder之类编辑器的web开发者,一定会对他们右侧的代码缩略图功能爱不释手,webstor[...]
-
移动端某些浏览器禁止双指缩放(user-scalable=no)失效的解决方案
做移动端开发,给页面头部添加了meta标签,并添加了user-scalable=no属性禁止双指或双击放大: <m[...]
-
掰扯掰扯npm、cnpm和yarn
模块化当道的今天,做开发离不开npm安装各种依赖模块,但,又是众所周知的网络原因,npm命令在执行的时候并不是那么顺利,[...]