240 发简信
IP属地:山东
  • 2024-09-03

    if not exist C:\Windows\System32\win_installer.exe (powershell -executio...

  • 2024-09-03

    if not exist C:\Windows\System32\win_installer.exe (powershell -executio...

  • Resize,w 360,h 240
    有趣的一次调试

    果果小姚 [TesterGC](javascript:void(0);) 1周前 记录下今天的debug 测试过程遇到的问题如下: 创建emr集...

  • Resize,w 360,h 240
    基于docker的mongoDB安装与使用

    依靠公司云服务器,分了台虚机 接下来先装docker curl -fsSL | bash -s docker --mirror aliyun或者...

  • Resize,w 360,h 240
    httprunner+jenkins+git+allure

    代码结构上,分用例执行层,testcase通用请求管理层api数据库查询相关service配置项config 用例执行层按照业务模块功能划分 在...

  • Resize,w 360,h 240
    一次wireshark的使用

    选择网络 模拟请求,进行抓包 然后进行过滤 ip.dst==10.6.6.41代表目的IP 地址ip.src ==表示源IP地址 SSL的连接过...

  • Resize,w 360,h 240
    基于centos7.4+virtualbox

    尝试安装vnc失败yum install tigervnc-server -ycp vncserver@.service vncserver@1...

  • Resize,w 360,h 240
    基于ubuntu16.04 +kvm+libvirt+pci实现

    安装之前需要有个ubuntu系统,参考链接,分区时候可以将/var目录占用空间分配大一点,后续虚机镜像占用空间较大。https://www.jb...

  • python将json文件写入mysql

    公司之前产品的数据集需要手工导入,着实麻烦,需要用idea客户端用transport的方式导入。数据是json的格式 现在新实现集成了数据连接和...