question in technology what I study

question:
11-11-2004:
◎what is meeting key?what time to generate a meeting key?
◎why use backruls encoded?what function about backurls encoded?why url address not write means server to server connection?
◎tc1..tc10  function?
◎how long is deactive user?
◎why use post command more security?
◎whether a meeting key is a code password?
◎if a meeting is a impromptu meeting ,so it doesn't return a meeting key?
◎whether a impromptu meeting can conver a host meeting or schedule meeting ,so it can get a meeting key
◎what different about meeting key and meeting password
◎what is tabindex?
◎why logout should verifies the validity of the url for the domain from which the partner logout command originates.
◎what different about join meeting where in common entry points and join meeting where in general access?
◎new task introduction
◎how to read php sourcecode
11-11-2004:
◎what mean about some file which suffix with cls?
◎whether some system variable has prefix __?
◎既然global的变量可以在任何地方进行调用,那为什么还需要session的变量呢
session变量和global变量的区别?
◎confid有什么作用?
◎uuid有什么作用?为什么要获得它?
◎noption有和作用?
//11-18
◎why session not work
◎include one 可以解决include 的function被重新声明,先前怎么解决?
◎include和require有什么区别,哪个效率更高?是不是就是在出现异常是表现的不一样,前者只是简单显示
warning而后者则出现致命错误,其他都一样
◎再从校验后的合法记录里面踢出一些已经开会的等等状况的eventid的记录时,为什么使用array_pop(),问题当前的
数组指针并未有显示正指着当前的记录啊,这样的话pop()不就相当于把数组的最后一条记录给踢出掉了吗
◎在ecentrollee.db.cls中的select语句是怎么一回事,(在该function voAddConfAttendee())






com:
◎怎么叫com对象没有状态,是不是他没有任何成员变量,而只是继承了些接口,供client调用,就类式与api一样?
◎聚合和包含的区别是什么?是不是包含实现了对象2的接口,客户调用对象1的时候,只是将实现委托给对象2实现
但聚合说是对象1未实现对象2的接口但是他却把接口暴露给client,那暴露给client是什么意思呢?
◎IUnknown引入了“引用计数”方法,可以有效的控制对象的生存周期,着是不是和
java的垃圾回收机制是一回事情










outlook integeration:
◎what difference between CComPtr<Office::CommandBarButton> and CComPtr<Office::_CommandBarButton>
◎vc中的相关文件显示
◎com中的get,set property在实际应用中怎么使用
◎事件的描述是不是都是一致的
◎onclick等这种事件添加,在vc中有相关handle的添加事件的方法发?
12.1
◎CComQIPtr 除了说是用来管理com各个interface point之外,以及addref,release ref以外还有什么另外的作用呢?
◎mapi当地有什么作用,为什么单独的放一个文件用来存放mapi的函数集,另外在获得一个folder,或者在各种folder下
新建一些比如appointmentitem,contractitem,为什么需要namespace进行定义呢,是为了区分,那mapi是任意去的吗
如果我取的名字是mvp可不可以呢?MAPI具体代表什么意思呢,另外在outlook中有没有标准的一些namespace进行相应的区分
的,如果有,有哪些呢?
◎explorer和inspector有什么区别呢?另外是不是每次打开一个appointment就需要explorer->display()一下呢?
12.6
◎在注册表中的object descriptor是些什么呢,是不是 就是类式于*.rgs文件注册的哪些object?




12.8
◎I guess whether outlook plug-in only have one onConnection event ,and onStartComplete etc.
◎what function about inspector?
◎comptr以及相关的指针有什么区别,什么时候可以用,什么时候不能用
◎为什么每个语句都用
do
{
 ......

}while(false)
◎在连接时间连接点sink的时候,怎么去查找相关的sink十六进制的值?


hibernate相关问题:
◎hibernate中相关or mapping的相关文件如Address.hbm.xml,应该和class文件一起存放,还是根据class的package文件进行存放
◎drivermanager中进行连接数据库操作,用户名密码可以不指定吗,卫士么addressbook中就有相关的操作数据库问题
◎通过middlegen生成相应的*.hbm.xml文件后,在通过hbm2java.bat生成相应的pojo,然后通过修改在
pojo中的xdoclet tag来进行调整映射关系,这样作是不是就是不需要修改xml文件直接修改tag就可以修改xml中的配置从而根据
xml于数据表的映射关系,从而修改映射关系?
◎inverse如何进行使用?
◎级联与多对多关联的差别?







c++:
◎what difference between protected on public?only relation what about parent and son?
◎在com中有没有多继承接口的可能?
















jbuilder:
◎如何在


















DB :
◎why haven't conference Id but has siteid,I think commsgid is common used in conference.
◎the same question occur in corcontact table.but contactid relate to project id.
◎what is coruser?what mean about that?
◎what mean about conflicenseinfo table?
◎what relation between sessionID and conferenceID?
◎既然有domainId这个概念,那么相对来说siteid,以及sessionId都应该和domainId有关联啊。
◎what difference between other table and site which has prefix with E_?













petstore:
◎abstract class在implement其他interface得时候,怎么可以不实现interface所有得method?
◎petstore中也是模拟了action然后执行相应得do之后,转到screen页面进行显示得,那screen页面进行显示它是如何进行
拼撮起来得呢?它是如何指定banner,title,left等等页面得呢?
◎petstore中根本没有actionform得概念,它有action得概念,但是它应该类式于struts一样,通过一个httpservlet,在petstore中
成为mainservlet进行中servletcontext中将mapping.xml中得文件全部读成资源,然后通过一个waf下得dao从中查找相关资源,通过从
相关资源中找相应得do文件,然后去执行相应得action,执行完相应得action,然后forward到screen中,所谓得screen就是多个jsp框架文件
构成得一个显示文件,但是它里面并没有显示form。它在petstore中它是如何完成相应得validate得呢?
◎bea中得petstore在部属得时候会出现错误!
◎另外servletcontext.getresource()所返回得url有什么用?怎么它究可以根据xml得文件找到相应得url,并且它会知道,需要在action
之后跑screen,这种都应该是通过mainservlet来进行控制得,但是在sourcecode中并没有相关得操作啊,他是如何进行操作得呢?
◎一个session是可以绑定一些attribute的。然后通过attributeListener来进行监听,在任何session中的attributeValue有任何
修改的时候,就触发相应的event,通过这些event去响应响应的attribute的event事件
◎HttpSessionAttributeListener是否通常用于相关的User sign on或者User sign off的情况,就是类式于当user log off的时候
清除session中的用户登陆信息,将相应的处理全部集中在该attribute值没晴空的时候集中处理。











多态性研究,refactor研究:






















c#:
◎sealed关键字有何作用?what function about sealed keyword?
◎what mean about "can-do" in polymorphism?
◎the function of interface inherent is can express more mean in various occurance condition.
the general use is class inheritance.the example is abstract class inheritance.
◎使用基类继承多态,有一点特别需要注意的就是:基类(抽象或者非抽象)中需要获得多态效果的成员必须有abstract或virtual修饰。








oracle:
◎what difference between any and some keyword?






























◎◎






◎◎






◎◎






◎◎






◎◎






 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值