240 发简信
IP属地:广东
  • 职业简历写手+专业HR告诉你,这个是拒绝应聘者的一套“复制粘贴版”说辞,重点在拒绝应聘者,而不是未按照STAR法则写简历。我写了几百份简历,有多个应聘者向我反映收到了类似回复,我个人认为STAR法则适合用于项目描述,工作经历方面还是应该逻辑清晰的划重点分条描述工作内容,再添加工作成绩,项目描述另起一栏单独描述。其次简历的自我描述,尽量少些一些性格开朗外向的主观描述用词,写一些您具备哪方面的能力,能够做到什么。我曾经给一位应聘内审员及合规的妹纸写一份简历,妹纸本身呆过四大会计事务所,对方公司给了22K月薪的offer,给她优化简历之后,整个简历只有1300字,对方公司提供了40万年薪的ffer,所以简历不只是敲门钻,一份好的简历更是自身价值的体现。

  • 不好意思去生了个娃今天才重新登简书哈哈,估计你自己解决了吧,我还是说下我的思路,appid在project.config.json文件里面,和切环境类似,写脚本通过参数去控制替换成不同的值就好了

    使用Jenkins打包生成微信小程序二维码进行测试

    一、本地使用微信小程序开发者工具生成预览二维码 先安装,只有mac和Windows版,下面地址下载对应版本后安装应用,我这里下载贼慢,耐心点。。。https://develo...

  • 原来Jenkins git plugin并不是直接拉了指定分支的代码,而是全部拉下来再checkout到HEAD下

    jenkins和git的分支问题

    问题描述 使用jenkins拉下来一个repo在jenkins的workspace中 在该job中让其执行以下shell 发现脚本报错:'[['出错 sh 改成bash ch...

  • 120
    jenkins和git的分支问题

    问题描述 使用jenkins拉下来一个repo在jenkins的workspace中 在该job中让其执行以下shell 发现脚本报错:'[['出错 sh 改成bash ch...

  • 完美解决,这都新的一年了,百度恐怕是放弃了mac云盘

    MAC百度云卡死

    最新的MAC百度云 打开的时候,会有一个bug,导致cup飙高,直接卡死。 解决办法:方案一:修改mac系统日期,改回几个月前,他会提示需要重新登陆,把自动登陆去掉,然后登陆...

  • MAC百度云卡死

    最新的MAC百度云 打开的时候,会有一个bug,导致cup飙高,直接卡死。 解决办法:方案一:修改mac系统日期,改回几个月前,他会提示需要重新登陆,把自动登陆去掉,然后登陆...

  • 上面是执行setup_jenkins的报错,下面贴Jenkins直接调shell脚本执行fastlane打包的报错:

    [16:30:39]: �[36m$ set -o pipefail && xcodebuild -workspace ./TestFastlane.xcworkspace -scheme TestFastlane -configuration Release -destination 'generic/platform=iOS' -archivePath /Users/min/Library/Developer/Xcode/Archives/2018-11-30/appStore\ 2018-11-30\ 16.30.39.xcarchive clean archive | tee /Users/min/Library/Logs/gym/TestFastlane-TestFastlane.log | xcpretty�[0m
    [16:30:41]: �[35m�[33m▸�[0m �[39;1mClean�[0m Succeeded�[0m
    [16:30:41]: ▸ �[35m�[31m❌ error: No profiles for 'com.ios.hht.fastlane2' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.ios.hht.fastlane2'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'TestFastlane')�[0m
    [16:30:41]: ▸ �[35m�[33mThe iOS deployment target is set to 6.0, but the range of supported deployment target versions for this platform is 8.0 to 12.1. (in target 'Masonry')�[0m
    [16:30:41]: ▸ �[35m** ARCHIVE FAILED **�[0m
    �[33m▸�[0m �[39;1mClean�[0m Succeeded

    �[31m❌ error: No profiles for 'com.ios.hht.fastlane2' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'com.ios.hht.fastlane2'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'TestFastlane')�[0m

    fastlane使用说明书

    更新节点:2019-05-15由于fastlane更新频繁,已更新到 2.105.2 2.122.0更新内容:fastlane新变化、fastlane新问题、fastlane...

  • /Library/Ruby/Gems/2.3.0/gems/fastlane-2.108.0/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `shell_error!': �[31m[!] Shell command exited with exit status 1 instead of 0.�[0m (FastlaneCore::Interface::FastlaneShellError)
    from /fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
    from /fastlane/lib/fastlane/helper/sh_helper.rb:80:in `sh_control_output'
    from /fastlane/lib/fastlane/helper/sh_helper.rb:12:in `sh'
    from /fastlane/lib/fastlane/actions/unlock_keychain.rb:52:in `default_keychain'
    from /fastlane/lib/fastlane/actions/unlock_keychain.rb:19:in `run'
    from /fastlane/lib/fastlane/actions/setup_jenkins.rb:37:in `run'
    from /fastlane/lib/fastlane/runner.rb:253:in `block (2 levels) in execute_action'
    from /fastlane/lib/fastlane/actions/actions_helper.rb:50:in `execute_action'
    from /fastlane/lib/fastlane/runner.rb:232:in `block in execute_action'
    from /fastlane/lib/fastlane/runner.rb:227:in `chdir'
    from /fastlane/lib/fastlane/runner.rb:227:in `execute_action'
    from /fastlane/lib/fastlane/runner.rb:157:in `trigger_action_by_name'
    from /fastlane/lib/fastlane/fast_file.rb:149:in `method_missing'
    from Fastfile:89:in `block (2 levels) in parsing_binding'
    from /fastlane/lib/fastlane/lane.rb:33:in `call'
    from /gems/fastlane-2.108.0/fastlane/lib/fastlane/runner.rb:204:in `try_switch_to_lane'
    from /gems/fastlane-2.108.0/fastlane/lib/fastlane/runner.rb:146:in `trigger_action_by_name'
    from /gems/fastlane-2.108.0/fastlane/lib/fastlane/fast_file.rb:149:in `method_missing'
    from Fastfile:110:in `block (2 levels) in parsing_binding'
    from /Gems/2.3.0/gems/fastlane-2.108.0/fastlane/lib/fastlane/lane.rb:33:in `call'
    from /gems/fastlane-2.108.0/fastlane/lib/fastlane/runner.rb:204:in `try_switch_to_lane'
    from /fastlane/runner.rb:146:in `trigger_action_by_name'
    from /fastlane/lib/fastlane/fast_file.rb:149:in `method_missing'
    from Fastfile:130:in `block (2 levels) in parsing_binding'

    fastlane使用说明书

    更新节点:2019-05-15由于fastlane更新频繁,已更新到 2.105.2 2.122.0更新内容:fastlane新变化、fastlane新问题、fastlane...

  • 大神你好,我本地也是用shell来调fastlane进行打包,本地跑通上传到APP store流程没有问题,但是用Jenkins去调这个shell脚本,执行过程中就会报找不到匹配的证书这个问题,我的证书是通过match用git地址来管理的,看fastlane官方文档有说要传build_app( export_xcargs: "-allowProvisioningUpdates")以及调setup_jenkins方法,但前者加了没生效,后者Jenkins执行报错,请问这个证书问题有什么解决方案呢?网上说的用插件上传keychain以及profile的方法我也试过了,也不行,感觉就是用Jenkins没法读取profile。
    ——————
    后面贴下Jenkins报错信息

    fastlane使用说明书

    更新节点:2019-05-15由于fastlane更新频繁,已更新到 2.105.2 2.122.0更新内容:fastlane新变化、fastlane新问题、fastlane...

  • App-inspector的配置和使用

    下载app-inspector 终端输入npm install app-inspector -g如果下载太慢,可以使用命令npm install app-inspector ...

  • @LordLamb 谢谢你的耐心解答,我是用appium desktop看不了h5的具体元素,才看别的帖子去装app-inspector想试试别的方案能不能获取到h5页面的元素,哈哈。。

    App-inspector的配置和使用

    下载app-inspector 终端输入npm install app-inspector -g如果下载太慢,可以使用命令npm install app-inspector ...

  • 120
    使用Jenkins打包生成微信小程序二维码进行测试

    一、本地使用微信小程序开发者工具生成预览二维码 先安装,只有mac和Windows版,下面地址下载对应版本后安装应用,我这里下载贼慢,耐心点。。。https://develo...

  • @LordLamb 已经是全部了。。前面都是build成功的。。好无厘头。。。

    App-inspector的配置和使用

    下载app-inspector 终端输入npm install app-inspector -g如果下载太慢,可以使用命令npm install app-inspector ...

  • 测试自动化持续集成汇总

    背景 最近做的测试自动化工作告一段落了,把每个零散的步骤整合一下,方便后续查阅参考。 目标 持续集成:主干代码提交——codediff邮件通知——自动打包编译失败发送结果——...

  • 120
    代码提交自动触发Jenkins打包

    背景 最近零散的做了UI自动化、接口自动化、前后端静态代码扫描、代码提交diff邮件等测试自动化工作,都是用Jenkins触发的自动化,每一步都需要人工触发,因此想要将全链条...

  • @LordLamb 前面build成功的大段记录不用贴了吧

    App-inspector的配置和使用

    下载app-inspector 终端输入npm install app-inspector -g如果下载太慢,可以使用命令npm install app-inspector ...