推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
617450941
V2EX  ›  Python

python socket 客户端端口问题

  •  
  •   617450941 · Nov 2, 2015 · 3411 views
    This topic created in 3870 days ago, the information mentioned may be changed or developed.
    就是写 socket 时 怎么定义客户端的端口 现在在服务器端看到客户端连接上来的端口都是随机的 想固定客户端的端口 该怎么写
    julyclyde
        1
    julyclyde  
       Nov 2, 2015
    就是随机的
    不能固定
    mulog
        2
    mulog  
       Nov 2, 2015
    先 bind

    sock.bind(("client_ip", client_port))
    sock.connect(("server_ip", server_port))
    sujin190
        3
    sujin190  
       Nov 2, 2015
    @mulog 还可以这样?学习了
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2939 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 32ms · UTC 12:47 · PVG 20:47 · LAX 05:47 · JFK 08:47
    ♥ Do have faith in what you're doing.