添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
神勇威武的消炎药  ·  http.request(url[, ...·  3 天前    · 
腼腆的大象  ·  使用node.js 调用 ...·  4 天前    · 
力能扛鼎的饭卡  ·  python ...·  1 周前    · 
宽容的苦咖啡  ·  速看 | ...·  2 月前    · 
侠义非凡的吐司  ·  Paving a Healthier ...·  5 月前    · 
重情义的红豆  ·  HTTP Status 400 - ...·  5 月前    · 
踏实的椰子  ·  DotNet | Input&Output·  11 月前    · 
  • button_[a,b].irq(handler=None, trigger=(Pin.IRQ_FALLING | Pin.IRQ_RISING), priority=1, wake=None)
  • class machine.Timer(id, …)
  • Timer.init(*, mode=Timer.PERIODIC, period=-1, callback=None)
  • Timer.deinit()
  • Timer.value()
  • Pin.irq(handler=None, trigger=(Pin.IRQ_FALLING | Pin.IRQ_RISING))
  • _thread.start_new_thread(function, args [, kwargs])
  • break
  • continue
  • return
  • try…except…finally
  • type(object)
  • eval(expression[, globals[, locals]])
  • math.sqrt(x)
  • math.fabs(x)
  • math.log(x)
  • math.log10(x)
  • math.exp(x)
  • math.pow(x, y[, z])
  • math.sin(x)
  • math.cos(x)
  • math.tan(x)
  • math.radians(x)
  • math.asin(x)
  • math.acos(x)
  • math.atan(x)
  • round(x [, n])
  • math.ceil(x)
  • math.floor(x)
  • random.randint(a, b)
  • random.randrange(start, stop[, step])
  • random.random()
  • {:.2}
  • str.isdigit()
  • str.isalpha()
  • str.find(str, beg=0, end=len(string))
  • str.rfind(str, beg=0 end=len(string))
  • str.lower()
  • str.upper()
  • str.strip([chars])
  • bytes([source[, encoding[, errors]]])
  • bytes.decode(encoding=”utf-8”, errors=”strict”)
  • ujson.dumps(obj)
  • ujson.loads(str)
  • list.append(obj)
  • list.extend(seq)
  • list.clear()
  • list.insert(index, obj)
  • list.pop([index=-1])
  • str.split(str=””, num=string.count(str))
  • str.join(seq)
  • tuple(seq)
  • set.intersection_update(set1, set2 … etc)
  • set.update(set)
  • set.difference_update(set)
  • set.issubset(set)
  • set.issuperset(set)
  • set.pop()
  • open(file, mode=’r’)
  • file.close()
  • file.read([size])
  • file.write(str)
  • usocket.socket(af=AF_INET, type=SOCK_STREAM, proto=IPPROTO_TCP)
  • usocket.getaddrinfo(host, port)
  • socket.close()
  • socket.bind(address)
  • socket.listen([backlog])
  • socket.accept()
  • socket.connect(address)
  • socket.send(bytes)
  • socket.sendall(bytes)
  • socket.recv(bufsize)
  • socket.sendto(bytes, address)
  • socket.recvfrom(bufsize)
  • socket.setsockopt(level, optname, value)
  • socket.settimeout(value)
  • socket.setblocking(flag)
  • socket.read([size])
  • socket.readinto(buf[, nbytes])
  • socket.readline()
  • socket.write(buf)
  • urequests.get(url, data=None, json=None, headers={}, params=None)
  • class machine.UART(id, baudrate, bits, parity, stop, tx, rx, rts, cts, timeout)
  • UART.init(baudrate, bits, parity, stop, tx, rx, rts, cts, timeout)
  • UART.any()
  • UART.read([nbytes])
  • UART.readinto(buf[, nbytes])
  • UART.readline()
  • UART.write(buf)
  • bluebit 模块
  •