当前位置:首页
开发技术指南» 文章正文
    引言:

    摘要: 担心下面几个问题: 1、早就知道深圳消费太高,不知道这个工资在那能不能过活。 2、那边治安不好,经常在网上看到这样的内容。 3、还有小弟不会讲也听不懂粤语。 4、家在四川,比较远。 还有请熟悉的朋友指点一下:去深圳总部好呢还是去外地的研究所好呢?待遇都是一样的。小弟本科工作1.5年,作3g网络研发,华为的3g核心网都是在深圳作的,去那里能接触到最核心的研发工作,要是去外地的研究所就只能作2......
    摘要: 书名:《microsoft® access 97/visual basic® step by step 》 人民邮电出版社出版 作者:evan callahan 译者:杨一平 再次表示感谢! ......


.NET Remoting的远程对象问题,内附我的demo下载,谢谢

我的demo中使用了.NET   Remoting。  
  目前使用远程事件订阅和远程的异步事件回调两种方法,我使用http://www.genuinechannels.com/网站上的第三方自定义信道则可以很完美的通过,而使用Remoting中的http、tcp则在运行时远程对象上提示为“System.Runtime.Remoting.ObjRe在此安全级别上不可被访问”。  
   
  有谁有这方面的经验,谢谢?  
   
  我的demo下载地址:   http://www.cfpland.com/remoting_db2.zip  
   
  MSN:crob1980@hotmail.com  
 

NO.1   作者: yunyichen

就是现在Remoting用的挺广泛的,为什么不开个remoting专版呢。

NO.2   作者: qqchen79

这是升级到1.1的FAQ了。:)  
  http://www.ingorammer.com/RemotingFAQ/Changes2003.html

NO.3   作者: turnmissile

注册通道的时候加上provider的过滤级别看看。  
  BinaryServerFormatterSinkProvider   provider   =   new   BinaryServerFormatterSinkProvider();  
  provider.TypeFilterLevel   =   System.Runtime.Serialization.Formatters.TypeFilterLevel.Full;  
  //   creating   the   IDictionary   to   set   the   port   on   the   channel   instance.  
  IDictionary   props   =   new   Hashtable();  
  //   Create   a   channel   at   port   number  
  props["port"]   =   0;  
  //   pass   the   props   for   the   port   setting   and   the   server   provider   in   the  
  //   server   chain   argument.   (Client   remains   null   here.)  
  this._channel   =   new   TcpChannel(props,   null,   provider);


    摘要: tomcat 4.1+j2sdk1.4.2怎么配置数据库?(access or mysql) jdbc驱动往哪里放? 请各位帮忙啊 ......
» 本期热门文章:

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