上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 76 下一页
摘要: 1. TCP/IP、UDP的基本概念TCP/IP(Transmission Control Protocol/Internet Protocol)即传输控制协议/网间协议,他是一个工业标准的协议集,它是为广域网设计的。其中包含了很多其他的协议,不过以TCP和IP协议为代表。UDP(User Data... 阅读全文
posted @ 2014-11-07 10:10 aspirant 阅读(966) 评论(0) 推荐(0) 编辑
摘要: #include#defineSIZEsizeof(structstudent)structstudent{longnum;floatscore;structstudent*next;};structstudent*create();structstudent*input();voidprint(s... 阅读全文
posted @ 2014-10-16 10:58 aspirant 阅读(4888) 评论(1) 推荐(0) 编辑
摘要: --BY ZYZ我在使用EasyUI... 阅读全文
posted @ 2014-09-06 11:43 aspirant 阅读(468) 评论(1) 推荐(0) 编辑
摘要: MVC在生成项目的时候会生成的WEB-INF底下.这个文件夹下面的文件是受保护的,都会走MVC的流程, 但是我希望在WebContent底下可以使用静态页面, 那么需要进入springmvc-servlet.xml 页面,加上一句话: <mvc:resources mapping="/**" loc 阅读全文
posted @ 2014-07-30 20:01 aspirant 阅读(591) 评论(0) 推荐(0) 编辑
摘要: 第一次从外部文件导入HelloWorld工程到workspace目录中,成功。删除后,再次从外部导入workspace目录提示Some projects cannot be imported because they already exist in the workspaceeclipse中删除H... 阅读全文
posted @ 2014-07-23 19:29 aspirant 阅读(1991) 评论(0) 推荐(0) 编辑
摘要: . 共用体声明和共用体变量定义 共用体(参考“共用体”百科词条)是一种特殊形式的变量,使用关键字union来定义 共用体(有些人也叫"联合")声明和共用体变量定义与结构体十分相似。其形式为: union 共用体名{ 数据类型 成员名; 数据类型 成员名; ... } 变量名; 共用体... 阅读全文
posted @ 2014-07-18 14:42 aspirant 阅读(4827) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/zhuxianji/archive/2011/01/06/1928970.html 阅读全文
posted @ 2014-07-12 17:32 aspirant 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 在Linux下创建线程时,编译时会出现下面的错误,[root@linuxserver 807]# gcc -o 22 22.c/tmp/cc21HcoW.o(.text+0x4c): In function `main':: undefined reference to `pthread_creat... 阅读全文
posted @ 2014-07-12 16:18 aspirant 阅读(74933) 评论(0) 推荐(0) 编辑
摘要: 遇到如题的问题,google了一番,找到了解决方法,写下来备用 问题: udp发送数据时候报错sendto error : Permission denied 改正方法: 在创建了套接字后,加上下列代码: int on=1; setsockopt(sock,SOL_SOCKET,SO_REUSEAD 阅读全文
posted @ 2014-07-12 10:16 aspirant 阅读(2743) 评论(0) 推荐(0) 编辑
摘要: eclipse failed to create the java virtual machine 问题图文解析分类:java常用软件异常2010-10-02 23:4573200人阅读评论(77)收藏举报eclipsejavageneration虚拟机jvmclasseclipse failed ... 阅读全文
posted @ 2014-06-09 15:21 aspirant 阅读(541) 评论(0) 推荐(0) 编辑
上一页 1 ··· 64 65 66 67 68 69 70 71 72 ··· 76 下一页