当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 由于本人欠考虑,导致使用session的工具类出现错误,在此将修
 

 

    摘要:该错误,是当服务器接收到无法识别的网络代码或请求时引起oracle发出的告警 ,主要原因来自于网络,与oracle 本身没有关系。如果该错误持续出现,建议用以下代码进行跟踪,有可能是病毒引发的:===========================================create table system.login_info( logindatetime date,logoffdat......
    摘要:using system;using system.xml;using system.componentmodel ;using system.windows.forms;using system.diagnostics;using system.runtime;using system.reflection;using system.runtime.interopservices;[stathr......


在APC中使用Session 的修正
上一页   ... package com.fujitsu.eframe.eftool; import javax.servlet.http.httpsession; import com.fujitsu.uji.dispatchcontext;import com.fujitsu.uji.http.httpsessionprofile; public class sessionutil {        private static httpsession getsession(dispatchcontext context) {                       return ((httpsessionprofile)context.getsessionprofile()).getsession();                }              public static object getattribute(dispatchcontext context, string name) {     &nbs
...   下一页
 ·用web services服务实现文件上传    »显示摘要«
    摘要: 建立一个web services服务,public string uploadfile(byte[] fs,string filename) { try { ///定义并实例化一个内存流,以存放提交上来的字节数组。 memorystream m = new memorystream(fs); ///定义实际文件对象,保存上载的文件。 filestream f = new filestream(s......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE