package com.example.e18; import java.io.File;import java.io.FileOutputStream;import java.io.InputStream; import android.os.Bundle;import android.app.A ...
分类:
数据库 时间:
2020-07-07 18:14:58
阅读次数:
75
问题描述 当我新克隆一个react项目,然后安装好依赖包后,启动服务,发现浏览器控制台报如下warning: VM25 common.bundle.js:36926 Warning: componentWillMount has been renamed, and is not recommende ...
分类:
其他好文 时间:
2020-07-05 00:37:34
阅读次数:
152
在activity中加载 frament,并传递给它参数 //setArguments //1.实例化Fragment Fragment f1 = new Fragment1(); //2.实例化一个Bundle对象 Bundle bundle = new Bundle(); //3.存入数据到Bu ...
分类:
其他好文 时间:
2020-07-02 19:45:57
阅读次数:
49
{ "name": "XXX", "version": "1.0.0", "summary": "XXX Library", "description": "Provide XXX", "homepage": "http://xxx", "license": "xxx", "authors": { ...
分类:
移动开发 时间:
2020-06-28 20:18:30
阅读次数:
69
本篇参看: https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable/documentation https://www.lightningdesignsystem.com/component ...
分类:
其他好文 时间:
2020-06-28 15:27:38
阅读次数:
61
script script is the only required keyword that a job needs. It's a shell script which is executed by the Runner. For example: job: script: "bundle ex ...
分类:
其他好文 时间:
2020-06-23 18:56:37
阅读次数:
111
包名需要改到位 1.AndroidManifest中有三处需要修改 2.build.gradle 中的defaulConfig中需要修改 生成jks秘钥 1.点击菜单栏build >>Generate Signed Bundle or APK >APK >create new->>创建对应的jks文 ...
分类:
移动开发 时间:
2020-06-23 12:59:46
阅读次数:
78
安装git 在liunx终端sudo apt install git 使用git安装bunlde插件 git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim 对vimrc文件进行配置 call vu ...
分类:
系统相关 时间:
2020-06-20 21:32:22
阅读次数:
124
第一步:安装证书 .cer文件双击 第二步:管理员权限打开powershell Add-AppPackage -Path .\BiliBili.UWP_3.9.95.0_x86_x64.appxbundle ...
分类:
移动开发 时间:
2020-06-20 16:58:11
阅读次数:
455
我的博客用的 Bundle,每次要 bundle install 可能会遇到无法访问的问题: 解决方法 Ruby China 官网有,替换一下镜像源就可以了: 这里记录下我的过程,方便以后直接配置: 1. 更新 gem 没加 sudo 提示我需要 root 权限,所以我加了权限: sudo gem ...
分类:
其他好文 时间:
2020-06-16 01:16:20
阅读次数:
62