<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet type="text/xsl" href="inc/Templates/rss.xslt" ?>
<rss version="2.0"><channel><title>创业中国源码论坛_源码网_商业源码下载_599cn.com！--网站建设教程最新20篇论坛主题-全文</title><link>http://www.599cn.com</link><language>zh-cn</language><description>创业中国源码论坛_源码网_商业源码下载_599cn.com！</description><copyright>http://www.599cn.com/</copyright><generator>Rss Generator By Dvbbs.Net</generator><webMaster>cloversuper@163.com</webMaster><image><url>images/logo.gif</url><title>创业中国源码论坛_源码网_商业源码下载_599cn.com！</title></image><item><title>ASP解析XML的增删改例子</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117049&amp;Page=1</link><author>zz22</author><pubDate>2010-9-4 14:22:00</pubDate><description><![CDATA[ASP解析XML的增删改例子<br/>]]></description></item><item><title>本地HTML格式网站问题，那位朋友告诉，请进来看看！</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117050&amp;Page=1</link><author>wdtder</author><pubDate>2010-9-4 14:22:00</pubDate><description><![CDATA[1、http://127.0.0.1/home.html <br/>2、2E:\web\linkbasic\home.html <br/>打开的是同一个文件夹。 <br/>为什么2里面JPG图片都不能显示出来！ <br/>而1就可以显示出来！<br/>]]></description></item><item><title>用DREAMWEAVER 8怎么才能连VFP数据库呢</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117051&amp;Page=1</link><author>zhaoke0727</author><pubDate>2010-9-4 14:22:00</pubDate><description><![CDATA[那偶用DREAMWEAVER   8怎么才能连VFP数据库呢。。 <br/>Provider=VFPOLEDB.1;Data   Source= "&server.mappath( "\data\3158888.mdb ") <br/>;Collating   Sequence=MACHINE <br/>是这样写嗯 <br/><br/>]]></description></item><item><title>关于asp中调查问卷限制投票的问题？</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117052&amp;Page=1</link><author>天南地北上</author><pubDate>2010-9-4 14:22:00</pubDate><description><![CDATA[偶作了一个asp的投票系统，其中用Request.ServerVariables( "REMOTE_ADDR ")   和Request.ServerVariables( "HTTP_X_FORWARDED_FOR ")获取投票计算机的ip地址在配合以时间，以此来限制其投票的次数；现在的问题是： <br/>在机房里面学生投票的时候只能获取代理服务器的ip地址（机房通过代理软件sygate上网），一个班级只能有一个人投票，因为每个人的ip的地址都是代理服务器的ip地址，现寻求高手唉晕解决这个问题，拜求了，倾偶所有分数。<br/>]]></description></item><item><title>session过时??</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117053&amp;Page=1</link><author>hx0011yy</author><pubDate>2010-9-4 14:22:00</pubDate><description><![CDATA[偶登陆后台用的是session保存做判断的 <br/><br/>以前是默认的20分钟后过期 <br/><br/>最近不告诉怎么的了,刚登陆不一会就会退出来到登陆窗口了的 <br/><br/>这个是为什么呢? <br/><br/>极度郁闷ing<br/>]]></description></item><item><title>关于取值</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117054&amp;Page=1</link><author>鬼泣</author><pubDate>2010-9-4 14:22:00</pubDate><description><![CDATA[请看下偶的程序代码 <br/><br/>a.asp页面代码 <br/> <br/>Card   NO.:  <br/> <br/><br/><br/>b.asp页面代码 <br/><br/>set   objRec=server.createobject( "adodb.recordset ") <br/>strcard_num=request.form( "card_num ")               '跪求这里这样写对嗯？ <br/>strBody   =     "Card   NO.: "   &   strcard_num   & "   <br/> " <br/><br/>上面的Card   NO.是一个18位的序号，为了保密，偶只想显示最后四位，其他的都以*号代替，跪求该怎么实现呢？ <br/>别人告诉偶用   right(number,4)，可是偶不晓得这个函数该怎么使用，所以请唉晕，谢谢<br/>]]></description></item><item><title>iis出现了问题?只能浏览图片,不能看网页?请高手唉晕!</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117041&amp;Page=1</link><author>南天一柱</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[重装了几次,都不见装好<br/>]]></description></item><item><title>asp中有不见象JSP中的servlet那样的功能</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117042&amp;Page=1</link><author>xiaoyu28</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[jsp中的servlet用doget()或者dopost()方法来接收客户端的get和post请求,那ASP中用什么来接收呢? <br/>那位告诉的大大随手指点偶一下下啦??<br/>]]></description></item><item><title>请教高手为什么不取hidden值啊？？</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117043&amp;Page=1</link><author>刘伟</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[ <br/>      月  日      <br/> <br/><br/>response.Write(sj)不取值，跪求错在哪儿了<br/>]]></description></item><item><title>跪求哪位能把调用MSN对话框的代码发一下出来</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117044&amp;Page=1</link><author>xuesn</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[跪求哪位能把调用MSN对话框的代码发一下出来，试了很多种，都不行，希望大家帮下忙，好嗯？谢谢！<br/>]]></description></item><item><title>怎么定时运行一个.asp页面</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117045&amp;Page=1</link><author>夜勿眠</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[有一个页面是判断今天的日期比表里一个字段存的日期大10时，就自动发邮件给一些人，所以这个页面要在每天早上就自动运行的，跪求怎么才能实现.asp自动运行的,用计划任务好象是不行的<br/>]]></description></item><item><title>请大家唉晕看看偶的global.asa有什么问题?谢谢!</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117046&amp;Page=1</link><author>qihaibin</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[以下是代码(global.asa总是不能执行) <br/> <br/>]]></description></item><item><title>ASP在解析XML时，怎么能得到.xml文件的相对路径</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117047&amp;Page=1</link><author>sszxf</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[XmlDocument   xmldoc=new   XmlDocument(); <br/>xmldoc.Load( "F:/BLOG/BLOG/Message.xml "); <br/><br/><br/>用什么方法可以将绝对路径改为相对路径呢 <br/><br/><br/><br/>]]></description></item><item><title>为何从数据库中循环读取数据?</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117048&amp;Page=1</link><author>mlmlhx</author><pubDate>2010-9-4 14:21:00</pubDate><description><![CDATA[使用for……next <br/><br/>为何在 <br/><br/>for   i=1   to   n <br/>x(i)=rs( "AAAA ") <br/>next <br/><br/>中，将AAAA的值分别赋予x的循环值? <br/>偶现在得到的x1,x2……xn的值都是一样的，不告诉为什么？后面的rs( "AAAA ")需要做什么修正嗯？<br/>]]></description></item><item><title>数组查找问题?</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117032&amp;Page=1</link><author>分析家</author><pubDate>2010-9-4 14:20:00</pubDate><description><![CDATA[news表ist   字段记录是1,2, <br/><br/>偶现在用下面的方法,找不到该   条记录 <br/><br/>select   *   from   news   where   ist   like   '%1% '   order   by   addtime   desc <br/><br/>望高手指点!<br/>]]></description></item><item><title>为何在asp中用Request.ServerVariables("OS")不能测出2003英文版操作系统</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117033&amp;Page=1</link><author>leonheart</author><pubDate>2010-9-4 14:20:00</pubDate><description><![CDATA[为何在asp中用Request.ServerVariables( "OS ")不能测出2003英文版操作系统?还有用Request.ServerVariables( "NUMBER_OF_PROCESSORS ")也测不出cpu的个数? <br/><br/>]]></description></item><item><title>怎么判断oblog4.X中用户是否登陆，以及获取登陆后的信息。</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117034&amp;Page=1</link><author>ahua671</author><pubDate>2010-9-4 14:20:00</pubDate><description><![CDATA[偶问一下，就是偶现在想把自己的程序和oblog4.5结合起来，就是说登陆了oblog4.5之后，让自己同时也登陆偶的程序，跪求各位该怎么弄呢？因为，偶在oblog4.5的页面里面找登陆的根据，但是始终找不到！不告诉到底是根据cookie还是其他的全局变量呢？成功判断用户已经登陆，该怎么获取用户信息？ <br/><br/>class_sys.asp关于判断登陆的代码，但是不告诉怎么应用到自己的程序中去。 <br/><br/>Public   Function   CheckUserLogined() <br/>On   Error   Resume   Next <br/>Dim   Logined,   rsLogin,   sqlLogin,   sSql,   user_info   ,tLogined   ,i <br/>Logined   =   True <br/>l_uName   =   filt_badstr(DecodeCookie(request.Cookies(cookies_name)( "username "))) <br/>l_uPass   =   filt_badstr(DecodeCookie(request.Cookies(cookies_name)( "password "))) <br/>If   l_uName   =   " "   Then <br/>Logined   =   False <br/>End   If <br/>If   l_uPass   =   " "   Then <br/>Logined   =   False <br/>End   If <br/>sSql   =   "userid,user_level,user_showlogword_num,user_upfiles_max,user_upfiles_size,user_dir,isubbedit,user_domain, " <br/>sSql   =   sSql   & "user_domainroot,lockuser,user_folder,adddate,user_info,user_Icon1,user_Icon2,user_group,lastcomment, " <br/>sSql   =   sSql   & "lastmessage,scores,Nickname,comment_count,message_count,newbie,lastlogintime,log_count,user_siterefu_num "   &   str_domain <br/>If   Logined   =   True   Then <br/>If   Session   ( "CheckUserLogined ")   =   " "   Then <br/>'除了str_domain，0-25列 <br/>sqlLogin   =   "select   "   &   sSql   &   "   from   oblog_user   where   lockuser=0   and   Username= ' "   &   l_uName   &   " '   and   Password= ' "   &   l_uPass   &   " '   And   isdel=0   " <br/>Set   rsLogin   =   Execute(sqlLogin) <br/>If   rsLogin.EOF   Then <br/>CheckUserLogined   =   False <br/>Exit   Function <br/>Else <br/>If   rsLogin(9)   =   1   Then <br/>Set   rsLogin   =   Nothing <br/>adderrstr   ( "当前用户已被系统锁定，无法进行操作，请联系管理员！ ") <br/>showerr <br/>End   If <br/>For   i   =   0   To   25 <br/>tLogined   =   tLogined   &   "$$$ "   &   rsLogin(i) <br/>Next <br/>tLogined   =   Replace   (tLogined, "$$$ ", " ",1,1,0) <br/>' tLogined   =   Right   (tLogined,Len(tLogined)-3) <br/>If   str_domain      " "   Then   tLogined   =   tLogined   &   "$$$ "   &rsLogin( "custom_domain ") <br/>Session   ( "CheckUserLogined ")   =   tLogined <br/>End   If <br/>End   If <br/>tLogined   =   Session   ( "CheckUserLogined ") <br/>tLogined   =   Split   (tLogined, "$$$ ") <br/>' Response.Write   tLogined(18) <br/>' Response.Write   tLogined(19) <br/>' Response.Write   tLogined(20) <br/>' Response.Write   UBound(tLogined) <br/>If   UBound(tLogined)   >   26   Or   UBound(tLogined)   =   -1   Then   <br/>Session   ( "CheckUserLogined ")   =   " " <br/>Response.Redirect   (blogurl   &   "login.asp ") <br/>Exit   Function <br/>End   if <br/>l_uId   =   Int(tLogined(0)) <br/>l_ulevel   =   Int(tLogined(1)) <br/>l_uShowlogWord   =   Int(tLogined(2)) <br/>l_uDir   =   tLogined(5) <br/>l_isUbb   =   Int(tLogined(6)) <br/>l_uDomain   =   tLogined(7)   &   ". "   &   tLogined(8) <br/>l_uFolder   =   tLogined(10) <br/>l_uGroupId=Int(tLogined(15)) <br/>l_uUpUsed=Int(tLogined(4)) <br/>l_uLastComment=tLogined(16) <br/>l_uLastMessage=tLogined(17) <br/>l_uScores=Int(tLogined(18)) <br/>l_uNickname=tLogined(19) <br/>l_uCommentCount=Int(tLogined(20)) <br/>l_uMessageCount=Int(tLogined(21)) <br/>If   l_uNickname= " "   Then   l_uNickname=l_uName <br/>If   InStr(tLogined(11),   "$ ")   Then <br/>user_info   =   Split(tLogined(11),   "$ ") <br/>l_uFrame   =   user_info(1) <br/>Else <br/>l_uFrame   =   1 <br/>End   If <br/>If   true_domain   =   1   Then <br/>'判断用户绑定的顶级域名 <br/>l_ucustomdomain   =   tLogined(26) <br/>If   l_ucustomdomain      " "   Then <br/>l_uDomain   =   l_ucustomdomain <br/>End   If <br/>End   If <br/>l_uNewBie=Int(tLogined(22)) <br/>l_uIco=ProIco(tLogined(13),   1) <br/>l_uLastLogin=tLogined(23) <br/>l_ulogcount=Int(tLogined(24)) <br/>l_uvisitcount=Int(tLogined(25)) <br/>l_uAddtime=tLogined(11) <br/>If   IsNumeric(l_uGroupId)   Then <br/>'获得组信息 <br/>GetGroupInfo <br/>'判断 <br/>Set   rsLogin=Execute( "Select   top   1   groupid,g_points,g_autoupdate   From   oblog_groups   Where   g_level> "   &   l_Group(2,0)   &   "   Order   By   g_level ") <br/>If   Not   rsLogin.Eof   Then <br/>If   rsLogin( "g_autoupdate ")=1   Then <br/>'判断是否需要升级 <br/>If   l_uScores> =Int(rsLogin(1))   Then <br/>Execute   ( "update   oblog_groups   set   g_members=g_members-1   WHERE   groupid   =   "   &l_uGroupId) <br/>Execute   ( "Update   oblog_user   Set   user_group= "   &   rsLogin(0)   &   "   Where   userid= "   &   l_uid) <br/>Execute   ( "update   oblog_groups   set   g_members=g_members+1   WHERE   groupid   =   "   &rsLogin(0)) <br/>Call   GetGroupInfo <br/>'用户升级后需重新载入Session <br/>Session   ( "CheckUserLogined ")   =   " " <br/>End   If <br/>End   If <br/>End   If <br/>End   If <br/>Set   rsLogin   =   Nothing <br/>End   If <br/>If   Err   Then   <br/>Err.Clear <br/>Session   ( "CheckUserLogined ")   =   " " <br/>Logined   =   False <br/>Response.Redirect   (blogurl   &   "login.asp ") <br/>End   if <br/>CheckUserLogined   =   Logined <br/>End   Function <br/>]]></description></item><item><title>关于新闻系统ACC数据库里的标题调用一个网页</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117035&amp;Page=1</link><author>jydg</author><pubDate>2010-9-4 14:20:00</pubDate><description><![CDATA[偶是用ACC数据库里的当点击新闻标题调用一个网页 <br/>偶有一个数据库名为NEWS   库里有一个表NL   NL表里有3个字段   编号（主健）新闻标题   日期（降） <br/><br/>只要点新闻标题A这个标题时，就调出页面A或http://www.21cn.com/news/news.html <br/><br/>]]></description></item><item><title>js用test测试格式，那asp呢</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117036&amp;Page=1</link><author>踏雪寻梅</author><pubDate>2010-9-4 14:20:00</pubDate><description><![CDATA[有类似的用正则测试格式的方法嗯<br/>]]></description></item><item><title>Server.CreateObject 不能执行 无提示</title><link>http://www.599cn.com/dispbbs.asp?BoardID=24&amp;ID=117037&amp;Page=1</link><author>loyalxuan</author><pubDate>2010-9-4 14:20:00</pubDate><description><![CDATA[Set   objConnection9   =   Server.CreateObject( "CalcPro.CalcProAX ") <br/>不能执行。。。执行后无提示     页面左下脚会有个漏斗提示框 <br/>多刷新几遍就会影响到应用池       提示Service   Unavailable<br/>]]></description></item></channel></rss>
