码迷,mamicode.com
首页 >  
搜索关键字:bundle    ( 4177个结果
解决 webpack .\src\main.js .\dist\bundle.js 错误
解决 webpack .\src\main.js .\dist\bundle.js 错误 打包的命令格式:webpack 要打包的文件的路径 打包好的输出文件的路径 栗子: webpack .\src\main.js .\dist\bundle.js 提示错误,错误信息如下: 错误原因 webpac ...
分类:Web程序   时间:2020-09-18 01:59:54    阅读次数:44
问题 K: Length of Bundle Rope
问题 K: Length of Bundle Rope 时间限制: 2 Sec 内存限制: 1024 MB提交 状态 题目描述 Due to the development of online shopping, the logistics industry which is highly conn ...
分类:其他好文   时间:2020-09-17 22:58:33    阅读次数:44
ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/HomeyComb Mobile.app/guide.bundle' does not contain a bundle executable.
上传ipa包时候报错: ERROR ITMS-90535: "Unexpected CFBundleExecutable Key. The bundle at 'Payload/**.app/guide.bundle' does not contain a bundle executable. If ...
分类:移动开发   时间:2020-09-17 18:57:05    阅读次数:48
vue-awesome-swiper v4.1.1版本 autoplay、effect等无效问题
main.js import VueAwesomeSwiper from 'vue-awesome-swiper' //swiper6版本需要引入的cssimport "swiper/swiper-bundle.css";//降低版本后引入的cssimport 'swiper/dist/css/sw ...
分类:其他好文   时间:2020-09-14 19:04:20    阅读次数:160
Webpack 原理浅析
背景 Webpack 迭代到4.x版本后,其源码已经十分庞大,对各种开发场景进行了高度抽象,阅读成本也愈发昂贵。但是为了了解其内部的工作原理,让我们尝试从一个最简单的 webpack 配置入手,从工具设计者的角度开发一款低配版的 Webpack。 开发者视角 假设某一天,我们接到了需求,需要开发一个 ...
分类:Web程序   时间:2020-08-02 16:11:17    阅读次数:101
react-native webview 修改安卓目录映射
在根目录新建 Static.bundle 文件夹 打开android/app/build.gradle文件,新增 android { ... sourceSets { main { assets.srcDirs = ['src/main/assets', '../../Static.bundle'] ...
分类:移动开发   时间:2020-07-29 17:37:44    阅读次数:93
react-native-webview Android 无法正确加载本地html文件(显示源代码)
最近发现在开发环境下出现问题 将HTML页面复制到android/app/src/main/assets文件夹 source = Platform.OS 'ios' ? require('../Static.bundle/**html') : { uri: 'file:///android_asse ...
分类:移动开发   时间:2020-07-29 17:35:10    阅读次数:141
Activity的横竖屏生命周期
接下来,我们补充一下Activity的横竖屏生命周期的变化。 先上代码吧: package com.sunofbeaches.activitylifecircledemo; import android.app.Activity; import android.os.Bundle; import a ...
分类:其他好文   时间:2020-07-26 19:25:44    阅读次数:79
VSCode下手动构建webpack项目
1.执行npm install nrm -g,安装nrm,此模块主要用于切换npm镜像源,简化手动配置步骤 2.执行 nrm ls,可以看到npm源地址列表,当前使用的是默认源,npm https://registry.npmjs.org/ 3.执行 nrm use taobao,将npm的源修改为 ...
分类:Web程序   时间:2020-07-23 16:01:11    阅读次数:147
Objective C XPC 初步学习<二>
前面有对xpc进行一些学习了解,这篇主要是记录下xpc的创建以及使用过程。 ###一、创建xpc target 新建project-->targets,左下角点?搜索xpc,点击next添加即可,设定xpc bundle 名称,后面需要bind 连接。 ###二、代码实现 添加完xpc之后,项目内会 ...
分类:其他好文   时间:2020-07-21 21:39:09    阅读次数:53
4177条   上一页 1 ... 3 4 5 6 7 ... 418 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!