代码
Error:Execution failed for task ':app:processDebugResources'.
sexyspace 发表于2021-06-28 浏览277 评论0
Error:Execution failed for task ':app:processDebugResources'.
> No slave process to process jobs, aborting这是一个坑,而且是大坑,只需要将你的AndroidStudio关闭,重新打开就可以!!
代码
Could not get unknown property 'mergeResourcesProvider' for object of type com.android.build.gradle
sexyspace 发表于2021-06-25 浏览266 评论0
按照官网上的步骤安装并运行第一个RN项目,没想到出现了下面的错误。BUILD FAILED in 4m 4s
1 actionable task: 1 executed
error Could not install the app on the device, read the error a
代码
Failed to install the following SDK components: [Android SDK Platform 27, Android SDK Build-Tools
sexyspace 发表于2021-06-24 浏览472 评论0
Failed to install the following Android SDK packages as some licences have not been accepted.
build-tools;28.0.3 Android SDK Build-Tools 28.0

代码
解决 yarn: 无法加载文件
sexyspace 发表于2021-06-15 浏览305 评论0
解决方法:第一步:搜索windows powershell,然后设置成以管理员身份运行第二步:set-ExecutionPolicy RemoteSignedyget-ExecutionPolicy最后将上面windows powerShell面板关闭,在vscode终端运行yarn serve即可,其他Yarn命令类似
代码
base64转图片文件
sexyspace 发表于2021-06-01 浏览233 评论0
var str = 'data:image/png;base64,'
function dataURLtoBlob(dataurl) {
var arr = dataurl.split(',');
var mime = arr[0].match(/:(
代码
Vue-Element-Admin兼容IE浏览器(亲测有效)
sexyspace 发表于2021-05-25 浏览612 评论0
Vue-Element-Admin ie下白屏 原因是ie不支持es6 7相关内容鼓捣了一天 最后的卡点是core-js版本npm install core-js@3 --save 2不行就3 多试试vue.config.jstranspileDependencies: [
'element-ui' // 指定对第三方组件也进行babel-polyfi
代码
前端代码规范文档(阿里+Vue+airbnb Style)
sexyspace 发表于2021-03-25 浏览804 评论0
一.基础规范1. 所有文件都使用无 BOM 的 UTF-8 编码2. 全部采用小写方式, 以中划线分隔正例:web-management-system反例:web_management_system / webManagementSystem3. 目录命名全部采用小写方式, 以中划线分隔,有复数结构时,要采用复数命名法
代码
ESLint is disabled since its execution has not been approved or denied yet.
sexyspace 发表于2021-03-25 浏览581 评论0
Vs code有安装eslint插件,但是不这道为什么这两天很多代码校验都不起作用了一顿操作猛如虎,最后发现代码开始的时候有一条黄线 爆出了一个错误ESLint is disabled since its execution has not been approved or denied yet. Use the light bulb menu to open the approval dialog.检查vs code右下角eslint校验是否没有打开点击一下,选择Allow Everywher
代码
「无代码开发」- 揭秘零代码快速开发
sexyspace 发表于2021-02-25 浏览246 评论0
代码
解决putty连接报 connection refused
sexyspace 发表于2021-01-18 浏览407 评论0
首先查看linux系统是否能正常上网;如果能正常上网说明网络连接正常 然后查看是否开启了ssh服务在终端界面输入:service sshd start。 结果显示:ssh:unrecognized service。输入查看命令: service ssh status 显示也是 unrecognized service。 说明没有开启ssh服务。 接下来需要安装ssh服务安装ssh服务需要在root权限下进行 在命令行输入sudo 进入root用户安装sshd命令: