上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页
摘要: 修改tomcat的server.xml文件(解决含有中文的文件、图片的不能下载、显示的问题): 找到下列配置信息在xml文件中的位置,添加黑体字部分的参数即可(disableUploadTimeout="true" URIEncoding="UTF-8") 注意是URI 不是URL <Connect 阅读全文
posted @ 2020-03-10 00:06 糖~豆豆 阅读(1338) 评论(0) 推荐(0) 编辑
摘要: Mac 打开、编辑 .bash_profile 文件 一般在Mac上配置环境变量时经常要创建、编辑 .bash_profile文件。创建该文件时一般都会选择在当前用户目录下,即Mac下的.bash_profile 文件的路径是 /Users/YourMacUserName/.bash_profile 阅读全文
posted @ 2020-03-10 00:05 糖~豆豆 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 设置成中文 command + shift + p 搜索 configure langure , 点击一下 ,然后选择ZH 设置其他东西 打开配置文件:vscode菜单: Code -> Preferences -> Settings(快捷键command + ,),打开配置文件。 左上角 code 阅读全文
posted @ 2020-03-10 00:04 糖~豆豆 阅读(1954) 评论(0) 推荐(0) 编辑
摘要: webpack 核心 entry: 入口 output: 输出 loader: 模块转换器,用于把模块原内容按照需求转换成新内容 插件(plugins): 扩展插件,在webpack构建流程中的特定时机注入扩展逻辑来改变构建结果或做你想要做的事情 新建一个文件夹 使用 npm init -y 进行初 阅读全文
posted @ 2020-03-10 00:03 糖~豆豆 阅读(605) 评论(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 糖~豆豆 阅读(1683) 评论(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 糖~豆豆 阅读(326) 评论(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 糖~豆豆 阅读(933) 评论(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 糖~豆豆 阅读(4745) 评论(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 糖~豆豆 阅读(8859) 评论(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 糖~豆豆 阅读(3617) 评论(0) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 44 下一页
Live2D