1.IIS 7
以上版本集成了两种模式,一种是经典模式,一种是集成模式(直接将asp.net框架集成到IIS中)2.浏览器和服务器端通过什么技术来实现的?Socket(套接字),通信的语法是HTTP协议,也就是请求报文和响应报文3.浏览器请求asp.net页面实际是请求的asp.net页面里的Pro...
分类:
Web程序 时间:
2014-05-12 12:38:24
阅读次数:
468
CipherTime Limit:1000MSMemory Limit:10000KTotal
Submissions:18970Accepted:5067DescriptionBob and Alice started to use a
brand-new encoding scheme. Sur...
分类:
其他好文 时间:
2014-05-12 12:18:48
阅读次数:
371
当接收的类使用的是BufferedReader,发送的类是BufferedWriter的时候,要注意发送的一行要有换行标识符。请看下面一个例子,服务器接收不到客户端的信息。服务器:import
java.io.*;import java.net.ServerSocket;import java.ne...
分类:
编程语言 时间:
2014-05-12 09:49:58
阅读次数:
332
Java守护线程(Daemon)示例本文由TonySpark翻译自Javarevisited。转载请参见文章末尾的要求。
当我们在Java中创建一个线程,缺省状态下它是一个User线程,如果该线程运行,JVM不会终结该程序。当一个线被标记为守护线程,JVM不会等待其结束,只要所有用户(Use...
分类:
编程语言 时间:
2014-05-12 09:48:56
阅读次数:
355
在昨天的博文中我们犯了一个很低级的错误——把13ms算成了130ms(感谢陈硕发现这个错误!),从而对问题的原因作出了错误的推断,望大家谅解!从中我们吸取到了一个教训:趁热打铁要小心,容易失去冷静,作出错误的判断。
分类:
其他好文 时间:
2014-05-12 09:18:14
阅读次数:
322
Given amxnmatrix, if an element is 0, set its
entire row and column to 0. Do it in place.click to show follow up.Follow up:Did
you use extra space?A s...
分类:
其他好文 时间:
2014-05-12 08:22:51
阅读次数:
255
服务端1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Text;4usingSystem.Net.Sockets;5usingSystem.Net;6usingSystem.Threading;78namespaceControl...
分类:
其他好文 时间:
2014-05-11 04:28:28
阅读次数:
329
客户端正常关闭socket的时候,服务器端的readLine()方法会返回null,或者read()方法会返回-1
分类:
编程语言 时间:
2014-05-10 22:27:48
阅读次数:
522
Undefined symbol assert_failed (referred from
dma.o).链接过程中出现assert_param函数未定义的错误解决方法: 在Options->C/C++->preprocessor
Symboles有Define:项中输入USE_STDPER...
分类:
其他好文 时间:
2014-05-10 20:41:56
阅读次数:
465
原文地址:Authentication options|Basic authorizationIf
you want to use simple binds with user DN and password within a Java component,
in order to authenti...
分类:
其他好文 时间:
2014-05-10 20:27:03
阅读次数:
485