上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 46 下一页
摘要: http://blog.csdn.net/dopamy_busymonkey/article/details/70672997 @Edeson openstack 蓝雪 10:34:51 【链接】【Django】优化小技巧之清除过期session http://blog.csdn.net/orang 阅读全文
posted @ 2017-05-17 10:38 easymoneySniper 阅读(133) 评论(0) 推荐(0)
摘要: 【链接】linuxCentOS权限问题修复(chmod777 R或者chmod755 http://www.cnblogs.com/kofxxf/p/5220836.html 阅读全文
posted @ 2017-05-15 14:22 easymoneySniper 阅读(408) 评论(0) 推荐(0)
摘要: 1.用户操作多页面情况 如果用session来获取当前页面情况时要特别注意,操作时出现另一个页面的情况,会出现传参数混乱 解决:后台可以获取并比对判断当前页面某些参数值 阅读全文
posted @ 2017-05-15 09:58 easymoneySniper 阅读(197) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-05-12 14:28 easymoneySniper 阅读(1) 评论(0) 推荐(0)
摘要: 1.功能测试用例 2.接口测试 阅读全文
posted @ 2017-05-12 14:05 easymoneySniper 阅读(230) 评论(0) 推荐(0)
摘要: """Test case implementation""" import sys import functools import difflib import logging import pprint import re import warnings import collections im 阅读全文
posted @ 2017-05-11 15:04 easymoneySniper 阅读(638) 评论(0) 推荐(0)
摘要: http://tool.chinaz.com/regex http://tool.oschina.net/regex/ 阅读全文
posted @ 2017-05-11 14:42 easymoneySniper 阅读(965) 评论(0) 推荐(0)
摘要: https://docs.python.org/3/contents.html For production environments it is recommended that tests be driven by a continuous integration system such as 阅读全文
posted @ 2017-05-10 15:24 easymoneySniper 阅读(1194) 评论(0) 推荐(0)
摘要: ![](http://images2015.cnblogs.com/blog/829176/201705/829176-20170510144545332-1055562812.png) ![](http://images2015.cnblogs.com/blog/829176/201705/829176-20170510145146613-1728018899.png) ![](http:/... 阅读全文
posted @ 2017-05-10 14:46 easymoneySniper 阅读(160) 评论(0) 推荐(0)
摘要: !/usr/bin/env python coding:utf 8 import requests import unittest import json,urllib class testlogin(unittest.TestCase): def Test_login(self): ''' 测试登 阅读全文
posted @ 2017-05-09 20:46 easymoneySniper 阅读(254) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 46 下一页