ICode9

精准搜索请尝试: 精确搜索
  • ADC081S101_dirver2022-09-15 13:33:27

          module ADC081S101_dirver ( input clk, //系统时钟 input rst_n, //系统复位,低有效 output reg adc_cs, //SPI总线CS output reg adc_clk, //SPI总线SCK input adc_dat, //SPI总线SDA output reg adc_done, //ADC采样完成标志 output reg [7:0] a

  • 代理模式 请勿饮酒2022-05-20 12:33:37

    行车不规范,情人两行泪! 代理模式: public interface ICar { void Driver(); } public class Car : ICar { public void Driver() { Console.WriteLine("Car is running"); } } public enum State {

  • spark解剖--master、worker、driver、executor2021-09-17 17:03:14

      master,worker是物理节点,守护进程; dirver,executor是执行进程; 

  • selenium验证码处理之cookie登录2019-06-26 16:38:19

    在实际测试中会经常见到登录操作需要验证码验证登录 常见验证有以下几种: 验证码登录 图片识别          图片滑块识别验证                               4.简单验证码计算 针对上面的登录验证解决办法有以下几种: 1.让开发去掉验证码(注释掉验证码相关代码)

  • 使用mongo-go-dirver创建TTL索引2019-03-08 19:53:53

    数据库:test_db, 数据表 test_table: id content expire_date 1 Good luck 2019-03-01 08:14:58.000 2 Good luck 2019-03-02 08:14:58.000 3 Good luck 2019-03-03 08:14:58.000 4 Good luck 2019-03-04 08:14:58.000 5 Good luck 2019-03-05 08:14:58.000 6 Goo

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有