上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 46 下一页
摘要: 一步一步走出坑~~~ 然后用下面这段代码替换src\config\router.config.js // eslint-disable-next-line import { UserLayout, BasicLayout, RouteView, BlankLayout, PageView } fro 阅读全文
posted @ 2020-03-16 15:19 糖~豆豆 阅读(368) 评论(0) 推荐(0)
摘要: npx ng g directive DebounceClickDirective --module=app 然后自动生成了2 个文件 CREATE src/app/debounce-click-directive.directive.spec.ts (290 bytes) CREATE src/a 阅读全文
posted @ 2020-03-14 00:22 糖~豆豆 阅读(1430) 评论(0) 推荐(0)
摘要: 最详细 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-e 阅读全文
posted @ 2020-03-14 00:09 糖~豆豆 阅读(1788) 评论(0) 推荐(1)
摘要: 第一步 在 src/views 下新建页面的vue文件,如果相关页面有多个,可以新建一个文件夹来放置相关文件。 给页面里写几个字,等会可以看到哦~~ 第二步 将文件加入菜单和路由 进入这个文件 src\config\router.config.js // eslint-disable-next-li 阅读全文
posted @ 2020-03-13 23:53 糖~豆豆 阅读(8289) 评论(0) 推荐(0)
摘要: 最新版例子~~ 如果同时多个弹框,只显示第一个 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scal 阅读全文
posted @ 2020-03-12 22:44 糖~豆豆 阅读(2194) 评论(0) 推荐(0)
摘要: 已知如下数组: var arr = [ [1, 2, 2], [3, 4, 5, 5], [6, 7, 8, 9, [11, 12, [12, 13, [14] ] ] ], 10]; 编写一个程序将数组扁平化去并除其中重复部分数据,最终得到一个升序且不重复的数组 arr.toString().sp 阅读全文
posted @ 2020-03-12 00:05 糖~豆豆 阅读(722) 评论(0) 推荐(0)
摘要: 为了巩固基础,我会通过实例来详细说明,让我们一起搞懂 typeof 和 instanceof。 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=de 阅读全文
posted @ 2020-03-12 00:03 糖~豆豆 阅读(206) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-11 22:58 糖~豆豆 阅读(493) 评论(0) 推荐(0)
摘要: 修改tomcat的server.xml文件(解决含有中文的文件、图片的不能下载、显示的问题): 找到下列配置信息在xml文件中的位置,添加黑体字部分的参数即可(disableUploadTimeout="true" URIEncoding="UTF-8") 注意是URI 不是URL <Connect 阅读全文
posted @ 2020-03-10 00:06 糖~豆豆 阅读(1436) 评论(0) 推荐(0)
摘要: Mac 打开、编辑 .bash_profile 文件 一般在Mac上配置环境变量时经常要创建、编辑 .bash_profile文件。创建该文件时一般都会选择在当前用户目录下,即Mac下的.bash_profile 文件的路径是 /Users/YourMacUserName/.bash_profile 阅读全文
posted @ 2020-03-10 00:05 糖~豆豆 阅读(536) 评论(0) 推荐(0)
上一页 1 ··· 31 32 33 34 35 36 37 38 39 ··· 46 下一页
Live2D