2019年2月13日

摘要: 1、for in / for of for in --> index是key值 for of --> index是value值 比较 注:for of 不支持对象,是直接得到值 2、forEach 不支持break、return 3、map 映射 return,常用于对象数组获取一个属性等 4、re 阅读全文
posted @ 2019-02-13 17:47 fogmisty 阅读(201) 评论(0) 推荐(0)
 
摘要: 插件:vue-i18n main.js引入i18n.js:+2行 新建文件(i18n.js),引入VueI18n、locale、语言包 新建语言包,包括index/zh/en(名字随意,引用正确就好) element-ui——国际化见官网 图片——切换文字 --> 切换路径 待解决——插槽 阅读全文
posted @ 2019-02-13 16:40 fogmisty 阅读(135) 评论(0) 推荐(0)

2019年1月9日

摘要: 我是在idea中配置的中,mac,直接搜的网上最简单的教程,依赖包报错: project structure中引用路径报错 --> maven仓库的路径可能有问题 找不到springapplication类 --> 因为我的setting.xml是默认,电脑找不到,自动生成的依赖包,有可能出现虽然不 阅读全文
posted @ 2019-01-09 10:22 fogmisty 阅读(279) 评论(0) 推荐(0)

2018年12月11日

摘要: vuepress是一个静态网站生成器,在我看来就是写博客和教程的好工具。教程请见官网:https://www.vuepress.cn 安装方法建议局部安装:node8.0以上,新建vue项目,可能会出现版本冲突等问题,我也不知道是怎么解决的。然后按照官网命令行安装,整个项目就成了一个静态网站。文件的 阅读全文
posted @ 2018-12-11 09:20 fogmisty 阅读(161) 评论(0) 推荐(0)

2018年5月1日

摘要: 详情请见:https://github.com/fogmisty/SoftwareTest 阅读全文
posted @ 2018-05-01 22:49 fogmisty 阅读(149) 评论(0) 推荐(0)

2018年4月25日

摘要: github中标注lab3的文档记录了我的详细的实验过程,有关环境搭建、过程理解、实验结果与遇到的问题等,希望可以帮到初学者。 欢迎交流~ https://github.com/fogmisty/SoftwareTest 阅读全文
posted @ 2018-04-25 12:13 fogmisty 阅读(122) 评论(0) 推荐(0)
 
摘要: 以下为网上的资料的汇总,鞠躬🙇‍♀️ (持续更新ing) 计算机视觉: https://www.cnblogs.com/findumars/p/5009003.html http://www.ipcv.org/2013-cvpr/ -->这个改一下年份能看其他年的 http://www.cvvis 阅读全文
posted @ 2018-04-25 11:13 fogmisty 阅读(509) 评论(0) 推荐(0)

2018年4月13日

摘要: 1、安装SeleniumIDE插件 2、学会使用SeleniumIDE录制脚本和导出脚本 3、访问https://psych.liebes.top/st使用学号登录系统(账户名为学号,密码为学号后6位),进入系统后可以看到该同学的git地址。 注:版本过高,没有导出键。 4、编写Selenium J 阅读全文
posted @ 2018-04-13 18:41 fogmisty 阅读(145) 评论(0) 推荐(0)

2018年3月22日

摘要: 1、Install Junit(4.12), Hamcrest(1.3) with Eclipse 2、Install Eclemma with Eclipse 3、Write a java program for the triangle problem and test the program 阅读全文
posted @ 2018-03-22 11:43 fogmisty 阅读(118) 评论(0) 推荐(0)

2018年3月21日

摘要: Questions: • 7. Use the following method printPrimes() for questions a–d. 基于Junit及Eclemma(jacoco)实现一个主路径覆盖的测试。 (a) Draw the control flow graph for the 阅读全文
posted @ 2018-03-21 21:39 fogmisty 阅读(132) 评论(0) 推荐(0)