Android编译报错:Duplicate class android.support.v4.app.INotificationSideChannel found in modules classes解决办法
Android编译报错:Duplicate class android.support.v4.app.INotificationSideChannel found in modules classes解决办法
Android编译报错:android.android.support.annotation包找不到
Android编译报错:android.android.support.annotation包找不到
Android编译报错:Google Play requires that apps target API level 26 or higher.两种解决方法
Android编译报错:Google Play requires that apps target API level 26 or higher.两种解决方法
Android启动报错:Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Android启动报错:Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
Android编译报错:attribute android:dataExtractionRules not found.解决方法
Android编译报错:attribute android:dataExtractionRules not found.解决方法
Hexo+Butterfly修改公告栏文字样式
Hexo+Butterfly修改公告栏文字样式
Hexo+Butterfly动态修改网站的标题
Hexo+Butterfly动态修改网站的标题
Hexo+Butterfly主题检测IE内核并进行提示的教程
前言由于代码的迭代,导致IE已经完全不支持大部分hexo博客了。但是IE在国内还是拥有着一定的份额,而且还不算是例如360等兼容IE内核的浏览器。 如果这群访客进入我们的博客,那么他只能看到乱糟糟的显示样式,那么怎么能避免这一情况呢?我们只需要对IE内核作出一个跳转,让我们的博客从根本上拒绝IE。 安装kernel.js首先我们在ROOT/themes/butterfly/source/js文件夹创建一个kernel.js 123456789101112131415161718192021222324252627282930313233 function IEVersion() { var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串 var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1;...
Hexo+Butterfly主题利用插件系统,批量替换CDN链接地址
Hexo+Butterfly主题利用插件系统,批量替换CDN链接地址













