1.下载rpm知识库包操作系统版本:CentOSLinuxrelease7.2.1511(Core)X64[root@localhosthome]#yuminstallhttps://download.postgresql.org/pub/repos/yum/testing/10/redhat/rhel-7-x86_64/pgdg-centos10-10-1.noarch.rpmPreparing...#################################[100%]Up..
分类:
数据库 时间:
2017-04-20 21:45:04
阅读次数:
456
如:我们编辑好一条数据,然后进行发布操作,这样在商城就能进行购买。 修改:编辑资源保存的时候进行逻辑判断 是否发布和资源状态两个字段不需要改变。 如下面方法: /// <summary> /// 编辑资源信息 /// </summary> [AbpAuthorize(ResourceAppPermi ...
分类:
其他好文 时间:
2017-04-20 10:19:31
阅读次数:
559
Here is the note for lecture five. There will be several points 1. Training and Testing Both of these are about data. Training is using the data to ge ...
分类:
系统相关 时间:
2017-04-18 22:03:09
阅读次数:
230
Testing your sites on mobile devices is a critical part of the development process. Webpack dev server enables you to visit the server from any device ...
分类:
数据库 时间:
2017-04-18 10:09:03
阅读次数:
239
【转】[译]理解HTTP/304响应 原文:http://www.telerik.com/automated-testing-tools/blog/eric-lawrence/12-11-06/understanding-http-304-responses.aspx 刚刚开始使用Fiddler的用 ...
分类:
Web程序 时间:
2017-04-17 18:04:41
阅读次数:
177
本文是一篇译文,翻译的是Dave Gelperin和William C. Hetzel 发表的一篇名为“软件测试发展”(THE GROWTH OF SOFTWARE TESTING)的文章。 本文并不枯燥,看完后你也许会和我有同样的感受:原来软件测试也能追本溯源(不是程序员拍脑袋想出来的),也有其存 ...
分类:
其他好文 时间:
2017-04-15 15:41:05
阅读次数:
551
1.生成dot 2.根据生成的dot生成png图 3.结果: 4.使用代码 ...
分类:
其他好文 时间:
2017-04-14 12:42:08
阅读次数:
152
前言 在设计用例的时候,有些用例只是参数数据的输入不一样,比如登录这个功能,操作过程但是一样的。如果用例重复去写操作过程会增加代码量,对应这种多组数据的测试用例,可以用数据驱动设计模式,一组数据对应一个测试用例,用例自动加载生成。 一、环境准备 1.安装ddt模块,打开cmd输入pip instal ...
分类:
编程语言 时间:
2017-04-13 22:30:09
阅读次数:
629
Tableau单点登录有很多方法,这里讲的是,受信任的身份验证原理。 详情可见链接(http://onlinehelp.tableau.com/current/server/zh-cn/trusted_auth_how.htm) 设置受信任的身份验证的第一步是将 Tableau Server 配置为 ...
分类:
其他好文 时间:
2017-04-13 16:38:51
阅读次数:
944
Well, I try to install soot in Eclipse through "help -> install...", but when I finish it, I can not find "soot" on the right click of project. So, I ...
分类:
其他好文 时间:
2017-04-13 00:59:09
阅读次数:
1034