搜索结果
找到约 793 项符合
bug-Free 的查询结果
Internet/网络编程 This package provides a complete http client library. It currently implements most of the relevant p
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included ...
网络 比这个版本搞的登陆器
比这个版本搞的登陆器,希望大家改正一下,里面有两个bug编译出错老师也搞不定,希望高手弄下,本人为了上网,找到的,不是原创
Jsp/Servlet Store Manager
Store Manager,本人在西北工业大学的创新程序设计大赛上的获奖作品,供大家参考,有问题或者Bug报告请联系我,咨询以及交流,谢谢!
Java编程 一个自娱自乐的demo 开发环境 apache-tomcat-6.0.16 Mysql 5.1.11 Jdk 1.6 文件结构如下 --MyGame -----MyGam
一个自娱自乐的demo
开发环境
apache-tomcat-6.0.16
Mysql 5.1.11
Jdk 1.6
文件结构如下
--MyGame
-----MyGame-Seam(eclipse project路径)
-----doc
----------free.jude(JUDE 类图)
其他 This folder has some scritps that you may find usefull. All of it comes from questions that I ve r
This folder has some scritps that you may find usefull.
All of it comes from questions that I ve received in my email.
If you have a new request/question, feel free to send it to marceloperlin@gmail.com.
But please, don t ask me to do your homework.
Passing_your_param0
This folder contains inst ...
Java编程 声明:上次传上来的V1.6版中的exe文件不能正常使用
声明:上次传上来的V1.6版中的exe文件不能正常使用,这次重传一个可用的“多功能图书管理系统Multi_BooksManagerV1.6工程包+发行包”软件包的压缩包。
软件名称: 多功能图书管理系统Multi_BooksManager V1.6 2.本程序系用java(jbuilder9,jdk1.4,手工jdk1.5)所开发,目前为v1.6版,因学习繁忙仅实现了图书管理、运行环境的系 ...
其他 { OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f
{ OCSP REQUEST*req=NULL
if ((req=OCSP一 REQUEST new())一NULL) goto err
if (name) /* optional*/
f if (!(req->tbsRequest->requestorName=GENERAL-NAME_ new())) goto er
req->tbsRequest->requestorName->type=GEN一 DIRNAME
req->tbsRequest->requestorName->d.dim=X509一 NAM几dup(name)
}
if(!(req->tbsReque ...
串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// ...