会员
周边
新闻
博问
闪存
众包
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
island_9
博客园
首页
新随笔
联系
订阅
管理
2017年12月8日
socket
摘要: #!/usr/bin/python #coding utf-8 import socket import commands #执行系统命令模块 HOST='10.0.0.245' PORT=50007 s=socket.socket(socket.AF_INET.socket.SOCK_STREAM
阅读全文
posted @ 2017-12-08 21:01 island_9
阅读(86)
评论(0)
推荐(0)
2017年12月2日
今天交的C语言的作业
摘要: #include <stdio.h>#define a 7void raw_input(int r[]){ int i; puts("please enter integer"); for(i=0;i<a;i++){ scanf("%d",&r[i]); }}void raw_output(int
阅读全文
posted @ 2017-12-02 11:57 island_9
阅读(102)
评论(0)
推荐(0)
公告