码迷,mamicode.com
首页 >  
搜索关键字:company    ( 1620个结果
QAM调制---Verilog代码
QAM调制 Verilog代码 `timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // ...
分类:其他好文   时间:2020-06-06 18:26:27    阅读次数:88
mysql8常用命令
连接 -- 不要在命令行中输入密码 mysql -h localhost -P 3306 -u <username> -p Enter Password : -- 指定数据库 mysql u root -p company CREATE DATABASE company; CREATE DATABA ...
分类:数据库   时间:2020-06-06 16:57:41    阅读次数:73
1029. Two City Scheduling
There are 2N people a company is planning to interview. The cost of flying the i-th person to city A is costs[i][0], and the cost of flying the i-th p ...
分类:其他好文   时间:2020-06-03 23:34:27    阅读次数:72
工作中记录获取Json数组的坑
// json形式的字符串String str = "{'company':'Trump','userInfo':[{'id':1000,'name':'唐纳德·特朗普','age':'78','hobby':'发推特'}]}";// 把String转成JSONObject形式JSONObject ...
分类:编程语言   时间:2020-06-03 17:30:40    阅读次数:60
oracle行转列/列转行/字符串拆分 测试
--列转行 --示例1select * from (select o.sname, count(1) dataNum from t_Olm_Onlinemondata d join t_Aaa_ou o on o.ou_id = d.company_id where d.mon_time > to_ ...
分类:数据库   时间:2020-06-01 15:27:12    阅读次数:71
基于Python封装读取ini文件的工具类【Python+Requests库做接口自动化框架设计系列】【多测师】
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ """ 配置文件类的封装 封装的目的:使用更简单 封装的需求: 1、简化创建配置文件解析器对象,加载配置 ...
分类:编程语言   时间:2020-05-31 22:07:23    阅读次数:112
对当前项目路径、用例路径和日志路径进行配置【Python+Requests库做接口自动化框架设计系列】【多测师】
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ import os # # 获取当前文件的绝对路径 # res = os.path.abspath(__ ...
分类:编程语言   时间:2020-05-31 21:58:18    阅读次数:100
Python基于smtplib协议发送邮件【Python+Requests库做接口自动化框架设计系列】【多测师】
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ import os import smtplib from email.mime.text import ...
分类:编程语言   时间:2020-05-31 21:38:00    阅读次数:77
用pymysql封装连接mysql数据库的工具类【Python+Requests库做接口自动化框架设计系列】【多测师】
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ """ 查询 """ import pymysql from common.handleconfig i ...
分类:数据库   时间:2020-05-31 21:33:26    阅读次数:180
基于Python+Requests库封装发送接口请求的工具类【Python+Requests库做接口自动化框架设计系列】【多测师】
#coding=utf-8 """ Author:多测师_王sir Time:2020/5/20 17:24 Wechat:15367499889 Company:上海多测师信息有限公司 """ import requests class SendRequest(object): """cookie ...
分类:编程语言   时间:2020-05-31 21:30:35    阅读次数:69
1620条   上一页 1 ... 3 4 5 6 7 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!