下面为使用fastlane编译framework的片段: def ios_build_framework( project_path, target ,code_path) build for iphonesimulator xcodebuild( project: project_path, ta ...
分类:
其他好文 时间:
2020-05-15 15:23:35
阅读次数:
91
前端的文件夹统一叫做front。这面包含了前台和后台的两个前端。 www是猫眼的前台,admin是运营后台。 build是编译脚本,entrypoint是运行脚本,mettingfilm-admin.tgz是前端的压缩包 node就是前端的运行环境, start.sh:启动容器镜像的脚本。 第一个文 ...
分类:
其他好文 时间:
2020-05-15 13:32:11
阅读次数:
104
参考自 "Android 沉浸式状态栏完美解决方案" 基本功能 1. 状态栏深色或浅色图标切换 2. 自定义状态栏背景 3. 设置沉浸式状态栏 集成 先准备几个工具类 1.SystemBarTintManager 2. StatusBarUtil 3. StatusBarHeightView 4. ...
分类:
移动开发 时间:
2020-05-15 10:04:09
阅读次数:
74
告警信息: 13% building modules 28/40 modules 12 active ...dex=0!\src\App.vue{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }. 9 ...
分类:
其他好文 时间:
2020-05-15 00:27:14
阅读次数:
235
AsmTools AsmTools是openJdk中的一个项目,可以用来辅助我们修改字节码信息 官方文档: https://wiki.openjdk.java.net/display/CodeTools/How+to+build+AsmTools 测试类 package com.jvm.byteCo ...
分类:
编程语言 时间:
2020-05-14 19:15:54
阅读次数:
76
error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https: 业精于勤荒于嬉-行成于思而毁于随 2019-05-07 16:07:33 1649 收藏展开参考: ...
分类:
其他好文 时间:
2020-05-14 18:56:53
阅读次数:
153
一、使用 Azure Pipelines 建立CICD 1.导航到Azure DevOps上的团队项目。 2.导航到 Pipelines | Pipelines. 3. 点击 New pipeline 创建一个新的 build pipeline. 4.单击use the classic editor ...
分类:
其他好文 时间:
2020-05-14 16:03:28
阅读次数:
92
准备 1.maven管理 2.mysql数据库 3.git 4.node.js 5.yarn 6.npm(npm和yarn装一个就行,推荐npm) 7.配置npm的registry地址,推荐使用淘宝npm镜像 参考链接:https://www.cnblogs.com/peijyStudy/p/128 ...
分类:
其他好文 时间:
2020-05-14 15:36:00
阅读次数:
108
在pom文件中加入 <!-- 在build中配置resources,来防止我们资源导出失败的问题--> <build> <resources> <resource> <directory>src/main/resources</directory> <includes> <include>**/*. ...
分类:
其他好文 时间:
2020-05-14 11:07:07
阅读次数:
95
报错信息: npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.14.0 postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR ...
分类:
其他好文 时间:
2020-05-14 01:40:00
阅读次数:
704