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

 

 ·来控制浮动的toolbar的位置    »显示摘要«
    摘要: 我想用 toolbar2.:=66; toolbar2.left:=66; 来控制浮动的toolbar的位置 为何不起作用? 设置为 toolbar1.dragking := dkdock; toolbar1.dragmode := dmautomatic; procedure tform1.formcreate(sender: tobject); begin toolbar1.manua......
    摘要: 我遇到这样的事情,就是在访问数据库的时候,有时需要把当前的这个记录的位置保存下来,因为在后来的访问操作中,我有可能要回到这一个保存点,该怎么实现?是不是用bookmark?怎么用? ......


问题,高手阿

ftp://han:hanpwd@218.8.68.68/  
   
  我的页面提交过来的用户名密码,然后导到具体的ftp上,可是hanpwd是没有加密的,容易被人看到,我该如何做才能使hanpwd变成其他的字符,而且可以登陆ftp  
   
   
   
  高手救命阿~~~

NO.1   作者: ylcomrade

bu   zhi   dao

NO.2   作者: maconelxp

<%  
  hand_pd="chen_sun"  
  asc_hand_pd=""  
  new_hand_pd=""  
  for   i=1   to   len(hand_pd)  
  asc_hand_pd=asc_hand_pd&(chr(asc(mid(hand_pd,i,1))+1))  
  next  
  response.write   asc_hand_pd  
  for   i=1   to   len(asc_hand_pd)  
  new_hand_pd=new_hand_pd&(chr(asc(mid(asc_hand_pd,i,1))-1))  
  next  
  response.write   "<br>"&new_hand_pd  
  %>


    摘要: edit控件的彈出菜單怎樣屏蔽,請給例子! ......
» 本期热门文章:

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