Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- pwnable
- gogs
- CVE
- 코드게이트2017
- Hacking
- 노드 엑셀
- lob
- node.js
- doorlock
- blueborne
- codegate2017
- CODEGATE2018
- xlsx
- npm
- openctf
- 도메인 https
- node
- BLUETOOTH
- gogs private git
- 코드게이트
- Codegate
- Branch
- Git
- module
- pwntools
- https
- 코드게이트 주니어
- shellcraft
- NGINX
- https설정
Archives
- Today
- Total
목록코딩/python (2)
고졸백수해킹일기
python thread의 알쓸신잡
보통 많은 사람들이 threading를 import 하여 많이 사용을 하더라..thread가 돌고있는 함수에서 return을 받아야 할 일이 있었는데,찾아보니까 join함수를 쓰면 된다고 하더라..근데 얼레라 안되네? 또 찾아보니까 threading 클래스를 overwrite해서 join을 쓰면 된다고 한다.class ThreadWithReturnValue(threading.Thread): def __init__(self, group=None, target=None, name=None,args=(), kwargs={}, Verbose=None): threading.Thread.__init__(self, group, target, name, args, kwargs) self...
코딩/python
2020. 11. 17. 19:26