2015-1-24

总结

在这几天的培训中,虽然很累,但是我觉得我学到了很多东西。像刘经理说的这几天他会一直挖坑,而我们就在这个坑里努力往外跳的。第一天的时候,杨经理给我们大概讲了一下html静态网页,然后就是刘经理给我们讲的关于MySQL方面的知识。虽然之前有接触过数据库方面的知识,但是知识大概的了解了一下,现在我学会了用强大的powerdesign这个软件,学会了怎么分析一个网站系统,首先我们学的是分析需求,然后画出E-R实体图,然后通过powerdesign建立概念模型,然后可以生成物理模型,我们就可以在SQLyog中建表。

昨天开始刘阳经理就给我们讲MySQL语言,我们学会了怎么创建表,修改数据,添加数据,怎么添加约束,最重要的知识是怎么样查询数据,我开始慢慢的觉得吃力了,因为昨天的任务没有按时完成,我觉得可能是我的固定思维,没有发散自己的思维,第一个想出来的思维就固定在那里了,怎么也跳不出来。

我觉得刘经理讲的很好,既给我们讲实用的东西,又给我们练习的时间和题目,可以让我们更好得掌握住知识,我听起来也很明白,我挺喜欢这种教学方式的,虽然有些任务确实有点大但是我知道这是为我们好,这样才能学到真正的知识。其实在团队中压力也是很大的,就是担心别人都做出来了,然后自己却没有做出来,无形之中就形成了很大的压力,也怕拖了我们组的前进的步伐。

其实我是想往前端方面发展的,所以关于后台的东西我就很少接触,发现自己这方面真的很薄弱,但是我正在努力中,虽然有时候觉得自己有多笨,只要努力了就一定会有收获。

物联网通信协议测试是保障各类设备间实现可靠数据交互的核心环节。在众多适用于物联网的通信协议中,MQTT(消息队列遥测传输)以其设计简洁与低能耗的优势,获得了广泛应用。为确保MQTT客户端与服务端的实现严格遵循既定标准,并具备良好的互操作性,实施系统化的测试验证至关重要。 为此,采用TTCN-3(树表结合表示法第3版)这一国际标准化测试语言构建的自动化测试框架被引入。该语言擅长表达复杂的测试逻辑与数据结构,同时保持了代码的清晰度与可维护性。基于此框架开发的MQTT协议一致性验证套件,旨在自动化地检验MQTT实现是否完全符合协议规范,并验证其与Eclipse基金会及欧洲电信标准化协会(ETSI)所发布的相关标准的兼容性。这两个组织在物联网通信领域具有广泛影响力,其标准常被视为行业重要参考。 MQTT协议本身存在多个迭代版本,例如3.1、3.1.1以及功能更为丰富的5.0版。一套完备的测试工具必须能够覆盖对这些不同版本的验证,以确保基于各版本开发的设备与应用均能满足一致的质量与可靠性要求,这对于物联网生态的长期稳定运行具有基础性意义。 本资源包内包含核心测试框架文件、一份概述性介绍文档以及一份附加资源文档。这些材料共同提供了关于测试套件功能、应用方法及可能包含的扩展工具或示例的详细信息,旨在协助用户快速理解并部署该测试解决方案。 综上所述,一个基于TTCN-3的高效自动化测试框架,为执行全面、标准的MQTT协议一致性验证提供了理想的技术路径。通过此类专业测试套件,开发人员能够有效确保其MQTT实现的规范符合性与系统兼容性,从而为构建稳定、安全的物联网通信环境奠定坚实基础。 资源来源于网络分享,仅用于学习交流使用,请勿用于商业,如有侵权请联系我删除!
正在执行任务: npm run test:jest > origin@0.1.1 test:jest > VUE_APP_SSO_ENV=test jest Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme Browserslist: caniuse-lite is outdated. Please run: npx update-browserslist-db@latest Why you should do it regularly: https://github.com/browserslist/update-db#readme FAIL tests/integration/kpiManage/editKpi/EditStandard.spec.ts ● Test suite failed to run Jest encountered an unexpected token Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax. Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration. By default "node_modules" folder is ignored by transformers. Here's what you can do: • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it. • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config. • If you need a custom transformation specify a "transform" option in your config. • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option. You'll find more details and examples of these config options in the docs: https://jestjs.io/docs/configuration For information about custom transformations, see: https://jestjs.io/docs/code-transformation Details: SyntaxError: Unexpected token (25:23) at Parser.pp$4.raise (node_modules/vue-template-es2015-compiler/buble.js:2757:13) at Parser.pp.unexpected (node_modules/vue-template-es2015-compiler/buble.js:647:8) at Parser.pp$3.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:2196:10) at Parser.<anonymous> (node_modules/vue-template-es2015-compiler/buble.js:6003:24) at Parser.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:6129:31) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2047:19) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1954:28) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExprList (node_modules/vue-template-es2015-compiler/buble.js:2663:20) at Parser.pp$3.parseSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2075:29) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2050:21) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOp (node_modules/vue-template-es2015-compiler/buble.js:1985:41) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1968:91) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExprList (node_modules/vue-template-es2015-compiler/buble.js:2663:20) at Parser.pp$3.parseSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2075:29) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2050:21) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExprList (node_modules/vue-template-es2015-compiler/buble.js:2663:20) at Parser.pp$3.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:2175:26) at Parser.<anonymous> (node_modules/vue-template-es2015-compiler/buble.js:6003:24) at Parser.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:6129:31) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2047:19) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExpression (node_modules/vue-template-es2015-compiler/buble.js:1896:19) at Parser.pp$1.parseReturnStatement (node_modules/vue-template-es2015-compiler/buble.js:946:31) at Parser.pp$1.parseStatement (node_modules/vue-template-es2015-compiler/buble.js:781:35) at Parser.parseStatement (node_modules/vue-template-es2015-compiler/buble.js:6116:31) at Parser.pp$1.parseBlock (node_modules/vue-template-es2015-compiler/buble.js:1112:23) at Parser.pp$3.parseFunctionBody (node_modules/vue-template-es2015-compiler/buble.js:2600:22) at Parser.pp$1.parseFunction (node_modules/vue-template-es2015-compiler/buble.js:1219:8) at Parser.pp$3.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:2184:17) at Parser.<anonymous> (node_modules/vue-template-es2015-compiler/buble.js:6003:24) at Parser.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:6129:31) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2047:19) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) FAIL tests/integration/kpiManage/createKpi/CreateStandard.spec.ts ● Test suite failed to run Jest encountered an unexpected token Jest failed to parse a file. This happens e.g. when your code or its dependencies use non-standard JavaScript syntax, or when Jest is not configured to support such syntax. Out of the box Jest supports Babel, which will be used to transform your files into valid JS based on your Babel configuration. By default "node_modules" folder is ignored by transformers. Here's what you can do: • If you are trying to use ECMAScript Modules, see https://jestjs.io/docs/ecmascript-modules for how to enable it. • If you are trying to use TypeScript, see https://jestjs.io/docs/getting-started#using-typescript • To have some of your "node_modules" files transformed, you can specify a custom "transformIgnorePatterns" in your config. • If you need a custom transformation specify a "transform" option in your config. • If you simply want to mock your non-JS modules (e.g. binary assets) you can stub them out with the "moduleNameMapper" config option. You'll find more details and examples of these config options in the docs: https://jestjs.io/docs/configuration For information about custom transformations, see: https://jestjs.io/docs/code-transformation Details: SyntaxError: Unexpected token (25:23) at Parser.pp$4.raise (node_modules/vue-template-es2015-compiler/buble.js:2757:13) at Parser.pp.unexpected (node_modules/vue-template-es2015-compiler/buble.js:647:8) at Parser.pp$3.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:2196:10) at Parser.<anonymous> (node_modules/vue-template-es2015-compiler/buble.js:6003:24) at Parser.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:6129:31) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2047:19) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1954:28) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExprList (node_modules/vue-template-es2015-compiler/buble.js:2663:20) at Parser.pp$3.parseSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2075:29) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2050:21) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOp (node_modules/vue-template-es2015-compiler/buble.js:1985:41) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1968:91) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExprList (node_modules/vue-template-es2015-compiler/buble.js:2663:20) at Parser.pp$3.parseSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2075:29) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2050:21) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExprList (node_modules/vue-template-es2015-compiler/buble.js:2663:20) at Parser.pp$3.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:2175:26) at Parser.<anonymous> (node_modules/vue-template-es2015-compiler/buble.js:6003:24) at Parser.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:6129:31) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2047:19) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) at Parser.pp$3.parseMaybeAssign (node_modules/vue-template-es2015-compiler/buble.js:1925:19) at Parser.pp$3.parseExpression (node_modules/vue-template-es2015-compiler/buble.js:1896:19) at Parser.pp$1.parseReturnStatement (node_modules/vue-template-es2015-compiler/buble.js:946:31) at Parser.pp$1.parseStatement (node_modules/vue-template-es2015-compiler/buble.js:781:35) at Parser.parseStatement (node_modules/vue-template-es2015-compiler/buble.js:6116:31) at Parser.pp$1.parseBlock (node_modules/vue-template-es2015-compiler/buble.js:1112:23) at Parser.pp$3.parseFunctionBody (node_modules/vue-template-es2015-compiler/buble.js:2600:22) at Parser.pp$1.parseFunction (node_modules/vue-template-es2015-compiler/buble.js:1219:8) at Parser.pp$3.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:2184:17) at Parser.<anonymous> (node_modules/vue-template-es2015-compiler/buble.js:6003:24) at Parser.parseExprAtom (node_modules/vue-template-es2015-compiler/buble.js:6129:31) at Parser.pp$3.parseExprSubscripts (node_modules/vue-template-es2015-compiler/buble.js:2047:19) at Parser.pp$3.parseMaybeUnary (node_modules/vue-template-es2015-compiler/buble.js:2024:17) at Parser.pp$3.parseExprOps (node_modules/vue-template-es2015-compiler/buble.js:1966:19) at Parser.pp$3.parseMaybeConditional (node_modules/vue-template-es2015-compiler/buble.js:1949:19) Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 9.502 s Ran all test suites. npm error Lifecycle script `test:jest` failed with error: npm error code 1 npm error path /Users/tianyinfeng/Desktop/自动化测试/data_metrics_store/packages/origin npm error workspace origin@0.1.1 npm error location /Users/tianyinfeng/Desktop/自动化测试/data_metrics_store/packages/origin npm error command failed npm error command sh -c VUE_APP_SSO_ENV=test jest * 终端进程“/bin/zsh '-l', '-c', 'npm run test:jest'”已终止,退出代码: 1。 * 终端将被任务重用,按任意键关闭。 执行test时,这是什么问题,怎么解决
08-07
评论 1
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值