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

 

    摘要: 请问在eclipse中正在运行的程序是否可以中断?如果可以那具体操作是怎样的? ......
    摘要: 我在pb窗口中加入了一个calendar控件,然后执行 string strdate int iret iret = ole_calendar.getdata(strdate, formattext!) 总是返回-1,不能得到日期值。 请问怎样获取windows日历控件中的值? ......


tomcat 加密问题

如何给tomcat加密,在线等待

NO.1   作者: shihb

首先在你的application的web.xml中下面的一段  
      <security-constraint>  
          <web-resource-collection>  
              <web-resource-name>Entire   Application</web-resource-name>  
              <url-pattern>/*</url-pattern>  
          </web-resource-collection>  
          <auth-constraint>  
                <!--   NOTE:     This   role   is   not   present   in   the   default   users   file   -->  
                <role-name>manager</role-name>  
          </auth-constraint>  
      </security-constraint>  
  然后配置你的tomcat_home/conf/tomcat-users.xml加上  
  <user   name="yourname"       password="youpassword"   roles="manager"   />  
 


 ·初始化online时遇到的问题    »显示摘要«
    摘要: 进入onmonitor-> parameters->initialize 设置参数参数后,出现下面的错误 oninit:fatal error in initializing asf with asf_init_data flags, asfcode=-25580. 小弟首次安装,请指教。 ......
» 本期热门文章:

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