dbbpop
        分页: << [91 ][92 ][93 ][94 ][95 ][96 ][97 ][98 ][99 ][100 ]>>填写留言  使用帮助   版主资料

匿名
学习
http://www.2006cn.com/Article/15/17/2005/2005071737464.html

时间:9/22/2005 5:12:31 AM

匿名
FTP文件列表
一: 怎样制作本地文件列表  
 
开始——附件——命令提示符(98下叫MSDOS方式)
 
1:  dir *.* /s >songlist.txt(回车) (作详细列表)
2:  tree /f >songlist2.txt(回车) (作树状列表)
 
二:关于获取FTP文件列表的方法
 
一、通过FTP命令行环境
进入“MS-DOS方式”,输入 ftp 回车后依图进行如下命令行操作:
 

ftp> open 61.129.115.81(回车)(登陆到服务器)
Connected to 61.179.119.233.
220-Serv-U FTP Server v4.0 for WinSock ready...
220 欢迎登录到"天东一隅"mp3ftp服务器,这里是您找寻老歌的家园.
User (61.179.119.233:(none)): musicupload(回车)(输入用户名)
331 User name okay, need password.
Password:******(回车)(输入密码,实际输入时不可见)
230 User logged in, proceed.
ftp> mls -R10 c:\filelist.txt(回车)(生成列表,c:\filelist.txt为本地路径,大家可以自己设定)
output to local-file: c:\filelist.txt?(回车)
200 PORT Command successful.
150 Opening ASCII mode data connection for /bin/ls.
226 Transfer complete.
ftp: 88656 bytes received in 5.61Seconds 15.81Kbytes/sec.
ftp>
 

大功告成!请到C盘根目录去收获文件列表。

时间:9/22/2005 4:48:28 AM

匿名
图片批量改大小工具
http://www.cfobbs.com/cgi-bin/topic.cgi?forum=21&topic=109

时间:9/21/2005 6:28:44 AM

匿名
常用软件
http://www.haoseek.com/haoseek/soft/

时间:9/21/2005 4:14:41 AM

匿名
Re:利用代码实现对ip的访问限制(回复匿名)
<%
''获取访问者的地址
ip=Request.ServerVariables("REMOTE_ADDR")
 
''允许的IP地址段为10.0.0.0~10.68.63.255
allowip1="10.0.0.0"
allowip2="10.68.10.71"
response.write checkip(ip,allowip1,allowip2)
function checkip(ip,allowip1,allowip2)
dim check(4)
checkip=false
ipstr=split(ip,".")
allow1=split(allowip1,".")
allow2=split(allowip2,".")
if cint(allow1(0))>cint(allow2(0)) then ''判断IP地址段是否合法
response.write "禁止访问"
exit function
end if
for i=0 to ubound(ipstr)
if cint(allow1(i))<cint(allow2(i)) then
if cint(allow1(i))=cint(ipstr(i)) then
check(i)=true
checkip=true
exit for
else
if cint(ipstr(i))<cint(allow2(i)) then
check(i)=true
checkip=true
exit for
else
if cint(ipstr(i))>cint(allow2(i)) then
check(i)=false
checkip=false
exit for
else
check(i)=true
checkip=true
end if
end if
end if
else
if cint(allow1(i))>cint(ipstr(i)) or cint(allow1(i))<cint(ipstr(i)) then
check(i)=false
checkip=false
if i<>ubound(ipstr) then
exit for
end if
else
check(i)=true
end if
end if
next
if (check(0)=true and check(1)=true and check(2)=true and check(3)=false) and (cint(allow2(2))>cint(ipstr(2))) then
checkip=true
end if
end function
%>

时间:9/20/2005 6:52:23 AM

匿名
利用代码实现对ip的访问限制

这是以前用asp写的,本想改成asp.net的给大家,后来想大家能看懂算法就行了。
 
ip比对的关键是ip地址的线性化
 
<%
''可以进入的ip
'餲.7.44.0 - 218.7.45.253
'ཹ.180.240.0 - 61.180.240.253
'餢.118.208.0 - 202.118.223.253
''
'餲.7.44.0 3657903103
'餲.7.45.253 3657903612
''
'ཹ.180.240.0 1035268095
'ཹ.180.240.253 1035268348
''
'餢.118.208.0 3396784127
'餢.118.223.253 3396788220
 

ip=request.servervariables("remote_addr")
sip=split(ip,".")
num=cint(sip(0))*256*256*256+cint(sip(1))*256*256+cint(sip(2))*256+cint(sip(3))-1
response.write(ip)
response.write("<br>")
if ((num>=3657903103 and num<=3657903612) or (num>=1035268095 and num<=1035268348) or (num>=3396784127 and num<=3396788220)) then
response.write("抱歉,您的ip不合法!")
response.End()
else
response.write("您的ip合法")
end if
%>

时间:9/20/2005 6:49:01 AM

匿名
一个flash调色版
http://www.blueidea.com/tech/multimedia/2004/2253.asp

时间:9/20/2005 4:32:01 AM

dbbpop
留言本教程
http://www.cn-media.com/2004/bd/3niao1.htm
一个简洁留言本,功能全面
http://www.wangmeng.cn/Soft/ASP/WORDDIA/200509/2417.html

时间:9/20/2005 1:17:55 AM

匿名
qq技巧大全
http://www.if99.com/list.aspx?page=3&cid=29
 
http://7123.cn/qq/   图文教学
 
http://www.ioqq.com/index.html
 
http://tech.china.com/zh_cn/netschool/softwares/qq/10001531/20050714/12481370.html 高级篇
 
http://www.juntuan.net/hkjc/xinshou/n/2005-06-26/5951.html 大集合

时间:9/20/2005 12:46:14 AM

匿名
解决AVI文件不能删除的问题
http://www.pconline.com.cn/pcedu/teach/empolder/system/0504/610305.html
在Windows XP中选择AVI媒体文件时,其Explore.exe进程将试图读取该文件信息,提供“预览”功能,这将导致媒体文件正被占用而无法删除
删除注册表中的键值“HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87D62D94-71B3-4b9a-9489-5FE6850DC73E}”,这样就能解决删除的问题
或在“开始→运行”中输入并执行“REGSVR32/U SHMEDIA.DLL”,效果与上面的操作相同。若要恢复,直接运行“REGSVR32 SHMEDIA.DLL”即可

时间:9/19/2005 11:49:29 PM

匿名
同时打开两个页面代码
<SCRIPT LANGUAGE="JavaScript">
function adClick(ad, site) {
window.open(ad);
window.location = site;}
</script>
 <a href="javascript:adClick('http://www.wantm.com/movie/member/UserChkLogin1.asp?username=dbbpop&password=123456',
 
'http://www.wantm.com/movie/userindex.asp');">
  <b>同时打开两个页面</b></a>

时间:9/19/2005 1:46:18 PM

匿名
非常好用的文件夹比较软件Beyond Compare V2.4.1 汉化版
http://www1.skycn.com/soft/3711.html
注册码:urKH3mXZVDiTNgCKQnFnfvaQB5tTtahvtUr5HqwT9YZu50+b3T9bkzYKwKsfjhhiDgzR9Dr5qbmJ2EmNzYfSAptuo90Ga7NTytXRVPnH-nTye3q+vgdqSmegWMmJmaU9VsqLQNrNfxx1QLBNDdNpUBxrcdm6TPbh8-NYzpYCJmQXJOkTOb7MgovRGiJLLuTN7mpUKRcaT8uxfx1ej+sSKj4JMFGCTSzS+B2L7lKPzT6LKV8oQgg3vGcrU+Y857A2

时间:9/19/2005 8:10:47 AM

匿名
xp系统运行命令
gpedit.msc-----组策略
rsop.msc-------组策略结果集
sndrec32-------录音机
Nslookup-------IP地址侦测器
logoff---------注销命令
services.msc---本地服务设置
oobe/msoobe /a----检查XP是否激活
cleanmgr-------垃圾整理
compmgmt.msc---计算机管理
net start messenger----开始信使服务
net stop messenger-----停止信使服务
diskmgmt.msc---磁盘管理实用程序
calc-----------启动计算器
dfrg.msc-------磁盘碎片整理程序
chkdsk.exe-----Chkdsk磁盘检查
devmgmt.msc--- 设备管理器
regsvr32 /u *.dll----停止dll文件运行
regsvr32 /u zipfldr.dll------取消ZIP支持
drwtsn32------ 系统医生
rononce -p ----15秒关机
dxdiag---------检查DirectX信息
regedt32-------注册表编辑器
regedit----注册表
Msconfig---系统配置实用程序
winchat--------XP自带局域网聊天
winmsd---------系统信息
perfmon.msc----计算机性能监测程序
winver---------检查Windows版本
sfc /scannow-----扫描错误并复原
taskmgr-----任务管理器
wupdmgr--------windows更新程序
write----------写字板
mspaint--------画图板
magnify--------放大镜实用程序
mmc------------打开控制台
dcomcnfg-------打开系统组件服务
notepad--------打开记事本
ntbackup-------系统备份和还原
mplayer2-------简易widnows media player
narrator-------屏幕“讲述人”
syncapp--------创建一个公文包
shrpubw--------创建共享文件夹
syskey---------系统加密,一旦加密就不能解开,保护windows xp系统的双重密码
Sndvol32-------音量控制程序
sfc /scannow---windows文件保护
tourstart------xp简介(安装完成后出现的漫游xp程序)
eventvwr-------事件查看器
cmd.exe--------CMD命令提示符
osk------------打开屏幕键盘
iexpress-------木马捆绑工具,系统自带
utilman--------辅助工具管理器
http://spaces.msn.com/members/weifengchanghai/

时间:9/19/2005 3:22:12 AM

匿名
Iexplores.exe病毒

右键打开其中一受感染的盘符,在工具栏---文件夹选项--查看下,
选显示所有文件和文件夹,同时去除隐藏受保护的系统文件前的勾,你会发现在
你的盘符下多了一antorun.inf 的文件,打开我们可以看到如下的内容:
[AUTORUN]
open=Iexplorers.exe
这句话的意思就是当你双击盘符时自动打开写入注册表中的病毒程序文件,
即使病毒被杀死,但是注册表的信息依然存在,这就是无法打开盘符的原因,
知道了原因,那么我们就来删除病毒在注册表中的残留信息,开始---运行中
输入regedit打开注册表编辑程序,ctrl+f打开查找命令,输入Iexplorers.exe,
点查找,接下来会在注册表中找到此键值.一般在
 
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
\MountPoints\下.
For example:如果是你的移动硬盘的盘符f盘打不开,那么你将会在
 
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
\MountPoints\F\Shell\command\下发现此键值,把shell子键删除即可.f3查找
下一个,重复操作,直到所有的都清除.f5刷新,除盘符下的antorun.inf文件.
问题即可解决!

时间:9/18/2005 10:01:18 PM

匿名
2003 补丁集
http://www.tujian.com/Soft/Class1/200501/194.html
http://www.ayxz.com/soft/7461.htm

时间:9/18/2005 1:08:55 PM

        分页: << [91 ][92 ][93 ][94 ][95 ][96 ][97 ][98 ][99 ][100 ]>>填写留言  使用帮助   版主资料
输入搜索关键字(多关键字用%隔开):
http://www.diary365.net : since 2000
追梦人日记