- 博客(5)
- 资源 (2)
- 收藏
- 关注
原创 notebook20180415
curlcurl -F "userid=1" -F "filecomment=This is an image file" -F "image=@/home/user1/Desktop/test.jpg" localhost/uploader.phpcurl -i -F "filename=@样例.xlsx;type=application/octet-stream&
2018-08-19 16:53:40 321
原创 싸가지없는 영어
A. Hi John, B. Hello Mr.John, Can you let me know if you are still interested in our product?Thanks, Michael당신은 A와 B 중 어느 것이 바이어측에 보내는데 적당하다고 생각하는가? 답은 A이다.그럼 B는 도대체 머가 잘못 됐냐고?첫째는 “Hi”는 반말이 아니다. 그냥
2017-03-13 10:07:26 1325
原创 Notepad 20170302PM
Search Key process and kill that.ps -ef |grep "XXXX"|grep -v "grep"|awk '{ print $2 }'|xargs kill -9Monitor process and child processwhile true; do ps -ef |grep "cats-server"|grep -v "grep"|awk 'pstree
2017-03-02 14:07:10 363
原创 Notepad20170302
Install some required packagesudo apt-get install git-core gnupg flex bison gperf build-essential \ zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 \ lib32ncurses5-dev x11proto-core-de
2017-03-02 11:09:41 430
原创 Data Structs
class LNode(object): def __init__(self): self._data = None self._next = None @property def data(self): return self._data @data.setter def data(self, data):
2016-12-26 13:59:31 291
设计模式之禅.pdf
2017-03-23
设计模式之禅完整版 秦晓波.pdf
2017-03-03
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人