会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xiaodebing
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
2018年11月22日
cucumbe无法识别中文场景的问题
摘要: import org.junit.runner.RunWith; import cucumber.api.CucumberOptions; import cucumber.api.junit.Cucumber; @RunWith(Cucumber.class) @CucumberOptions( m
阅读全文
posted @ 2018-11-22 09:08 xiaodebing
阅读(197)
评论(0)
推荐(0)
2018年11月21日
springboot启动报错Failed to configure a DataSource
摘要: 2018-11-21 19:43:12.076 WARN 5392 [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling
阅读全文
posted @ 2018-11-21 19:48 xiaodebing
阅读(2825)
评论(0)
推荐(0)
2018年11月18日
ADB interface驱动
摘要: 原文地址:https://blog.csdn.net/weixin_42108952/article/details/80153402
阅读全文
posted @ 2018-11-18 13:27 xiaodebing
阅读(1661)
评论(0)
推荐(0)
2018年11月14日
stock1114
摘要: # encoding: utf-8 import requests import logging import logging.config import random import os import yaml import time import threading import re impo
阅读全文
posted @ 2018-11-14 20:39 xiaodebing
阅读(122)
评论(0)
推荐(0)
2018年11月12日
ojdbc6下载地址
摘要: https://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html oracle驱动先去官网下载,下载下来后,需要安装到maven本地仓库,然后再pom中添加依赖. 1下载oracle驱动包 2
阅读全文
posted @ 2018-11-12 19:30 xiaodebing
阅读(10504)
评论(0)
推荐(0)
用count sql做jmeter的while条件
摘要: ${__groovy(vars.get("pboc_req_record_counter_1") == "Invalid" || vars.get("pboc_req_record_counter_1").toInteger() <1,)} 字符串分割 ${__groovy(vars.get("id
阅读全文
posted @ 2018-11-12 17:51 xiaodebing
阅读(226)
评论(0)
推荐(0)
2018年10月31日
python各模块组合实例
摘要: # encoding: utf-8 import requests import time from Crypto.Cipher import AES import base64 import hashlib import json from queue import Queue import th
阅读全文
posted @ 2018-10-31 16:24 xiaodebing
阅读(438)
评论(0)
推荐(0)
python csv与字典操作
摘要: # encoding: utf-8 import csv d1 = {'banana':3,'apple':4,'pear':1,'orange':2} d2 = {'banana':3,'orange':2} d3 = {} d4 = {'apple':4,'banana':3,'pear':1,'orange':2} headers = ['banana', 'apple','pear'
阅读全文
posted @ 2018-10-31 13:45 xiaodebing
阅读(5945)
评论(0)
推荐(0)
python OrderDict
摘要: # encoding: utf-8 import csv import collections d = {'banana':3,'apple':4,'pear':1,'orange':2} print(d) kd = collections.OrderedDict(sorted(d.items(),key = lambda t:t[0])) print('key order') print(k...
阅读全文
posted @ 2018-10-31 11:57 xiaodebing
阅读(1413)
评论(0)
推荐(0)
python3 aes加解密
摘要: # encoding: utf-8 import xlrd import os import yaml import logging.config from Crypto.Cipher import AES import base64 def setup_logging(default_path = "log_config.yaml",default_level = logging.INFO,...
阅读全文
posted @ 2018-10-31 09:02 xiaodebing
阅读(1412)
评论(2)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
11
下一页
公告