- 博客(6)
- 收藏
- 关注
转载 解决::processDebugResourcesERROR: In<declare-styleable> FontFamilyFont编译报错
cordova编译时报错 错误信息 :processDebugResourcesERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontERROR: In <declare-styleable> FontFamilyFont, unable to fi...
2018-05-31 16:28:00
231
转载 android环境搭建环境 cordova run android gradle wrapper报错
cordova run android命令报错 Error: Could not find an installed version of Gradle either in Android Studio,or on your system to install the gradle wrapper. Please include gradle in your path, or in...
2018-02-05 11:21:00
638
转载 CentOS7搭建LAMP
阿里云CentOS7.3搭建 Apache+MySQL+PHP环境 参考https://www.cnblogs.com/apro-abra/p/4862285.html 一、安装Apache 1.安装 yum -y install httpd 2.开启apache服务 systemctl start httpd.service 3.设...
2017-12-01 14:19:00
156
转载 bootstrap基本布局
中文API bootstrap.cn HTML5文档 类型 移动设备优先 width属性控制设备的宽度。设置为device-width确保它能正确呈现在不同设备上。 initial-scale=1.0确保网页加载时,以 1:1 的比例呈现,不会有任何的缩放。 在移动设备浏览器上,通过为viewport meta标签添加user-scalabl...
2017-11-21 11:33:00
199
转载 Thinkphp删除缓存
控制器代码 public function delcache(){ //当找到有Runtime的文件夹时,进入if if(is_dir(RUNTIME_PATH)){ delDir(RUNTIME_PATH);//删除Runtime文件夹 } //当找到有Runtime的文件夹时,进入if if(is_dir(RUNTIME_PATH)){ //返回清除失败的提...
2017-11-21 09:54:00
216
转载 CSS预处理less基本使用
中文API http://lesscss.cn 变量 @变量名:变量值 @maincolor:#aeeeee; @acolor:#ffffff; @ht200:200px; @ht50:50px; @wh980:980px; @lht50:50px; 应用 header nav{ background-color...
2017-11-20 20:47:00
176
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅