上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 46 下一页
摘要: 设置成中文 command + shift + p 搜索 configure langure , 点击一下 ,然后选择ZH 设置其他东西 打开配置文件:vscode菜单: Code -> Preferences -> Settings(快捷键command + ,),打开配置文件。 左上角 code 阅读全文
posted @ 2020-03-10 00:04 糖~豆豆 阅读(1997) 评论(0) 推荐(0)
摘要: webpack 核心 entry: 入口 output: 输出 loader: 模块转换器,用于把模块原内容按照需求转换成新内容 插件(plugins): 扩展插件,在webpack构建流程中的特定时机注入扩展逻辑来改变构建结果或做你想要做的事情 新建一个文件夹 使用 npm init -y 进行初 阅读全文
posted @ 2020-03-10 00:03 糖~豆豆 阅读(690) 评论(0) 推荐(0)
摘要: 1.快速打开替换界面,在Find界面输入^\s*(?=\r?$)\n 2.Alt+R选择Use Regular Expression(Alt+R)即正则表达式模式: 3.选择Replace All(Ctrl+Alt+Enter)批量替换全部完成操作 阅读全文
posted @ 2020-03-06 00:03 糖~豆豆 阅读(1730) 评论(0) 推荐(0)
摘要: 纯手工打印调试~~~~ 九种用途~~~超赞的哦~~~~~ <!DOCTYPE html> <html lang="en"> <head> <title></title> <meta charset="UTF-8"> <meta name="viewport" content="width=devic 阅读全文
posted @ 2020-03-05 23:19 糖~豆豆 阅读(347) 评论(1) 推荐(0)
摘要: 商城网站商品sku选择的js简易实现 <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>商品SKU选择DEMO</title> </head> <body> <style type="text/css"> 阅读全文
posted @ 2020-03-05 23:17 糖~豆豆 阅读(974) 评论(0) 推荐(0)
摘要: Entrypoint undefined = index.html html-webpack-plugin 错误 ERROR in Error: Child compilation failed: Module build failed (from ./node_modules/html-webpa 阅读全文
posted @ 2020-03-04 10:57 糖~豆豆 阅读(4945) 评论(0) 推荐(0)
摘要: 通过package.json 的scripts脚本 修改NODE_ENV的值来区分开发环境和生产环境。 "scripts": { "build": "set NODE_ENV=production && webpack", "dev": "set NODE_ENV=development && we 阅读全文
posted @ 2020-03-03 14:28 糖~豆豆 阅读(9042) 评论(3) 推荐(2)
摘要: NuxtJS 2 errors and 2 warnings potentially fixable with the `--fix` option. 第二种报错 Error: No build files found in E:\xiaojin4need\pro_all\ssr\myapp\.nu 阅读全文
posted @ 2020-02-20 01:31 糖~豆豆 阅读(3719) 评论(0) 推荐(0)
摘要: 我的代码自我感觉 注释一向十分详细,就不用过多解释都是什么了~~ 因为最近疫情期间在家实在是没事干,想找点事,就练手了个小demo 首先上 NuxtJs版本代码,这里面 export default { mode: 'universal', /* ** Headers of the page */ 阅读全文
posted @ 2020-02-20 01:19 糖~豆豆 阅读(567) 评论(0) 推荐(0)
摘要: 1. 系统运行缓慢,疯狂点击右上角小X,再次启动后Emulator启动黑屏,关机重启也不好使,其他 Emulator也无法使用。 执行以下步骤: 第一检查内存是否够用 啊 不够用了 那么 【解决方法】打开不能启动的config.ini(例如目录C:\Users\my.android\avd\Nexu 阅读全文
posted @ 2020-02-20 01:00 糖~豆豆 阅读(2143) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 46 下一页
Live2D