vuex中module的命名空间概念 默认情况下,模块内部的 action、mutation 和 getter 是注册在 全局命名空间 的。 弊端1:不同模块中有相同命名的mutations、actions时,不同模块对同一 mutation 或 action 作出响应。 弊端2:当一个项目中sto ...
分类:
其他好文 时间:
2019-05-12 15:28:30
阅读次数:
204
from bs4 import BeautifulSoup html_doc = """ The Dormouse's story asdf The Dormouse's story总共 f Once upon a time there were three little sisters; and ... ...
分类:
其他好文 时间:
2019-04-24 19:08:11
阅读次数:
110
1 /** 2 problem: http://acm.hdu.edu.cn/showproblem.php?pid=3966 3 裸板 4 **/ 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 11 co... ...
分类:
其他好文 时间:
2019-04-12 23:14:49
阅读次数:
130
环境及安装可查看 pytest+jenkins安装+allure导出报告 要让allure报告更漂亮,更直观,需要在脚本中写入allure特性 一开始allure调用step()、story()、feature()等总是报错,提示不存在这些方法。 通过查找allure安装位置,发现pytest_pl ...
分类:
其他好文 时间:
2019-04-09 18:14:51
阅读次数:
702
# pip install beautifulsoup4 from bs4 import BeautifulSoup html_doc = """ The Dormouse's story The Dormouse's story Once upon a time there were three ... ...
分类:
其他好文 时间:
2019-03-30 13:41:43
阅读次数:
152
# pip install beautifulsoup4 from bs4 import BeautifulSoup html_doc = """ The Dormouse's story The Dormouse's story Once upon a time there were three ... ...
分类:
其他好文 时间:
2019-03-30 13:35:00
阅读次数:
164
SAP 没有激活HUM功能照常可以使用Handling Unit 笔者所在的项目上的公司间STO的流程里,发货公司在做PGI之后系统自动触发收货公司的inbound delivery单据,发货公司发出的HU继续在收货公司进行流转。 如下单据为例说明,STO 4600003199 (物料从香港转入墨西 ...
分类:
其他好文 时间:
2019-03-29 19:28:38
阅读次数:
194
SAP MM 公司间STO里交货单PGI之后自动触发内向交货单功能的实现 笔者所在的项目上的公司间STO的流程里,发货公司在做PGI之后系统自动触发收货公司的内向交货单。这个功能是通过交货单的Output来实现的。 如下单据为例说明,STO 4600003199 (从香港转入墨西哥), 外向交货单8 ...
分类:
其他好文 时间:
2019-03-29 19:10:06
阅读次数:
205
参考:https://gitee.com/hjm100/codes/46towe9v28a1bxfqhc7kl34 Vuex虽然能存储数据,但是一刷新就没有了,如果要实现数据持久化,就需要用vuex-persist 安装:npm install vuex-persist --save-dev sto ...
分类:
其他好文 时间:
2019-03-25 01:21:49
阅读次数:
214
“小白兔”怎样吃掉了狼和野猪一天,一只兔子在山洞前写文章, 一只狼走了过来,问: " 兔子啊,你在干什么? " 答曰: " 写文章。 " 问: " 什么题目? " 答曰: " 《浅谈兔子是怎样吃掉狼的》。 " 狼哈哈大笑,表示不信,于是兔子把狼领进山洞。 过了一会,兔子独自走出山洞,继续写文章。 一 ...
分类:
其他好文 时间:
2019-03-18 15:30:48
阅读次数:
178