Skip to content

Instantly share code, notes, and snippets.

@laolai
laolai / 商品.sql
Created September 18, 2021 06:54
商品
select distinct(商品) from 商品表 where 商品 not in(select 商品 from 商品表 where 类型=1)
@laolai
laolai / 5¥_from_chinaunicom.py
Last active March 24, 2020 03:30
薅羊毛|-|{"files":{"5¥_from_chinaunicom.py":{"env":"plain"}},"tag":"Python"}
import requests
URL = 'http://openapp.10010.com/bj/dre/Dre_addFive.action'
r = requests.post(URL, data= {'teleNum':'186xxxxxxxx'})
@laolai
laolai / test.sql
Created February 6, 2017 07:38
test sql
select * from dual;
@laolai
laolai / test.py
Last active March 24, 2020 03:31
test python|-|{"files":{"test.py":{"env":"plain"}},"tag":"Python"}
print('Hello World!')