李户川柯楠 李户川柯楠
关注数: 17 粉丝数: 13 发帖数: 206 关注贴吧数: 22
2014年11月29日 队内小征服对抗赛 分组报名以及相关要求 所有报 2014年11月29日 队内小征服对抗赛 分组报名以及相关要求 所有报名均已此贴回复为准。 比赛时间:2014年11月29日 周六 晚上8点开始 结束时间视比赛进度决定。 比赛人员:因为是队内赛,如果10V10无法满足,需协调之双方人数一直。 比赛模式:10 V 10 800票 小征服 备选地图:荒野 上海 破晓 监狱 火线 西沙 广播 武器限制:地图武器关 兵种限制:无 所有武器均可使用 队友伤害:开 3D报点:开 小地图索敌:开 抬头显示:开 第三人视角:开 击杀画面:关 生命值恢复:关 显示小地图:开 胜利判定方式:实行5图3胜制 地图投票方式:由两位带队队长和各自的激情队友讨论5张图,然后两位队长协商出五张比赛 图。 比赛宗旨:友谊第一,欢乐第二,学习第三,输赢第四,严格遵循队规指导方针。 暂定比赛带队队长:-NooB-ZEROLZJ(方) -NooB-shanzhu(方) 其它要求: 1.参赛队员提前到场,歪歪集合,频道85651588 2.比赛奖励和惩罚:输的一方答应胜利的一方条件,仅限1条,必须为合理条件(禁止果照什么的) 3.此贴暂时为讨论,如果没其他意见,就这么干. 4.如果有人逃跑,蓄意掉线等行为,你们商量着来吧,只能给予道德上的谴责.(禁止污言秽语!) 练习赛服务器:“Welcome to NooB Locker Server”2#服务器 开启时间: 25日至28日 每天19:00-02:00 29日全天开启 感谢:2#服务器管理 -NooB-Peakyu 辛勤工作与大力支持 比赛服务器:“Welcome to NooB TeaM Server.-Dota-Style” 1#服务器 开启时间: 29日全天开启 感谢:1#服务器管理 -NooB-GreatCHN -NooB-Freedom_DC 大力支持 感谢比赛直播员:-NooB-GreatCHN 预祝感冒早日康复,天冷半夜少踢被子。 由衷感谢各位积极报名的基友们以及热心的外援们,希望这次比赛更能拉近我们的关系,提 高我们的合作技巧水品。 以下回复人员请按照一楼标准回复内容方式回复,记得附加自己的游戏ID。 发帖人:名誉小队长 -NooB-Jarvis_BMW
求高手给改一下 ASP文本框数据批量修改 ACC数据库的 <!--#include file="../Include/conig.asp"--> <!--#include file="../Include/Inc_Page.asp"--> <!--#include file="Admin_check.asp"--> <% response.expires = 0 response.expiresabsolute = now() - 1 response.addHeader "pragma","no-cache" response.addHeader "cache-control","private" Response.cachecontrol = "no-cache" if Instr(session("AdminPurview"),"|911,")=0 then response.write ("<font color='red')>你不具有该管理模块的操作权限,请返回!</font>") response.end end if '========判断是否具有管理权限 %> <html xmlns="http://tieba.baidu.com/mo/q/checkurl?url=http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml&urlrefer=d0f4243b5ce5e5fa54fdafc10831c319"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>投票排行</title> <LINK href="images/Admin_css.css" type=text/css rel=stylesheet> <script src="Images/admin.js"></script> </head> <body> <% dim Result Result=request.QueryString("Result") dim ID,Amio,ViewFlag ID=request.QueryString("ID") call InfoEdit() %> <form name="editForm" method="post" action="Admin_RANK.asp?Action=SaveEdit&Result=<%=Result%>&ID=<%=ID%>"> <% dim page,Zio page=request("page") set rs = server.createobject("adodb.recordset") sql="select Sum(Amio) as Zto from zhi_rui_v_po where ViewFlag=1 " rs.open sql,conn,1,1 if not rs.bof and not rs.eof then Zio=rs("Zto") End if rs.close set rs=nothing %> <table width="99%" border="0" align=center cellpadding="0" cellspacing="1" bgcolor="#FFFFFF" style="border:solid 1px EEE; margin-top:10px;"> <tr bgcolor="#EBF2F9" style="font-weight:bold;"> <td align="center">序号</td> <td align="center">名称</td> <td align="center">浏览数</td> <td align="center">人气数</td> <td width="40%" height="30" align="center">排行比</td> </tr> <% Set mypage=new xdownpage mypage.getconn=conn sql="select * from zhi_rui_v_po where ViewFlag=1 order by Amio desc" mypage.getsql=sql mypage.pagesize=40 set rs=mypage.getrs() for i=1 to mypage.pagesize if not rs.eof then %> <tr bgcolor="#F8FBFE" onMouseOver="this.style.backgroundColor='#FAF5EC';this.style.color='red'" onMouseOut="this.style.backgroundColor='';this.style.color=''"> <td height="25" align="center"style="padding:5px 0px 0px 10px;;"><%=rs("ID")%></td> <td ><%=rs("VoteName")%></td> <td ><%=rs("Amio")%>&nbsp;&nbsp;&nbsp;&nbsp;<input name="Amio" type="text" style="WIDTH: 100;" value="<%=rs("Amio")%>"></td> <td ><%=rs("Hits")%></td> <td ><div style="margin-left:5px; margin-right:5px;"><img src="images/dot.gif" width="<%=int(100*rs("Amio")/Zio)%>%" height="15"></div></td> </tr> <% rs.movenext else exit for end if next %> <tr> <td bgcolor="EBF2F9" colspan="5" height="30" align="center"><input name="submitSaveEdit" type="submit" class="button" id="submitSaveEdit" value="保存" style="WIDTH: 80;" ></td> </tr> </form> <tr> <td bgcolor="EBF2F9" colspan="5" height="30" align="right" ><%=mypage.showpage()%></td> </tr> </table> </td> </tr> </table> </body> </html> <% sub InfoEdit() dim Action,rsRepeat,rs,sql,Amio Action=request.QueryString("Action") if Action="SaveEdit" then '保存编辑产品 if Result="Modify" then '修改产品 sql="updata * zhi_rui_v_po set where ViewFlag=1" rs.open sql,conn,1,3 rs("Amio")=trim(Request.Form("Amio")) rs.update rs.close set rs=nothing end if response.write "<script language=javascript>alert('成功编辑评选!');location.replace('Admin_Rank.asp');</script>" else '提取产品 if Result="Modify" then set rs = server.createobject("adodb.recordset") sql="updata * zhi_rui_v_po where ViewFlag=1" rs.open sql,conn,1,1 if rs.bof and rs.eof then response.write ("数据库读取记录出错!") response.end end if Amio=rs("Amio") rs.close set rs=nothing end if end if end sub %>
求高人帮忙给加一个进度条 代码如下 或加一个上传中提示 sub pro() if Request.QueryString("submit")="pro" then uploadpath="../upload/" uploadsize="2048" uploadtype="jpg/gif/png/swf/rar/zip/doc/xls" Set Uprequest=new UpLoadClass Uprequest.SavePath=uploadpath Uprequest.MaxSize=uploadsize*1024 Uprequest.FileType=uploadtype AutoSave=true Uprequest.open if Uprequest.form("file_Err")<>0 then select case Uprequest.form("file_Err") case 1:str="<div style=""padding-top:5px;padding-bottom:5px;""> <font color=blue>上传不成功!文件超过 2M [<a href='javascript:history.go(-1)'>重新上传</a>]</font></div>" case 2:str="<div style=""padding-top:5px;padding-bottom:5px;""> <font color=blue>上传不成功!文件格式不对 [<a href='javascript:history.go(-1)']>重新上传</a>]</font></div>" case 3:str="<div style=""padding-top:5px;padding-bottom:5px;""> <font color=blue>上传不成功!文件太大且格式不对 [<a href='javascript:history.go(-1)'>重新上传</a>]</font></div>" end select response.write str else response.write "<script language=""javascript"">parent.editForm.BigPic.value='"&Replace(uploadpath,"../","")&Uprequest.Form("file")&"';" response.write "</script>" response.write "<div style=""padding-top:5px;padding-bottom:5px;""><font color=red>文件上传成功</font> [<a href='javascript:history.go(-1)'>重新上传</a>]</div>" end if Set Uprequest=nothing end if response.write "<form name=form action=?action=pro&submit=pro method=post enctype=multipart/form-data>" response.write "<input type=file name=file class='tx' size='20'>&nbsp;" response.write "<input type=submit name=submit value=上传 class=""tx1"">" response.write "</form>" end sub
Battlefield Online 激活码 Battlefield Online 有点怀疑是抄袭或者翻版 Battlefield 2 对了··不是我说你搜狐!你能不能争口气! 游戏做出来了你敢不敢大气一些! Battlefield Online 一个游戏还整个激活码~! 坑爹呀··你就算是要卖激活码!!你好歹也留个能买得到的地址行不行!~~~ 跑你官网上看了所有页面···不是没有就是没用···多少给留个能搞到激活码的地方行不? 再说了··你版权好歹还挂了一个EA···给中国人长点脸行不? 换句话说··要不是我从2003年打 Battlefield 2 打到现在我估计不会来尝试你这款还得要激活码的游戏··· (注明:Battlefield-2 咱可是花钱买的正版CD)····换句话说要不是EA太娘们···把 Battlefield-3 一拖再拖···我估计我打死都不会实验你这个中国版Battlefield Online ,搜狐!!!好歹给国人争口气!!!要赚钱你就早早的卖激活码!!!赚钱不丢人!!!丢人的是打着免费得旗号骗自己人的票子!!!我相信众多Battlefield 2 的网友是不会在乎你一个激活码卖几百的!!!!你放开胆子卖!!!! 快快的去你的所谓的官方网站上把销售的地址发出来!!!!要是没有销售地址你就把你的免费进行到底!!!!既然是测试!!!!就应该越多人测试越有效果!!!!你说呢? 看看微软的Windows 系列测试的结果!!!多少亿在测!!!!多少人在用!!!!长点脑子!!!!别叫小辈的来教你游戏该怎么测试!!!! 给你两个选择!!!!一下两个我都能接受!!!! 一:出售激活码! 哪怕一个200元 抱着试玩的心态!!哥买呢!!! 二:取消激活码环节!!要免费就学学中国山寨王腾讯!!游戏所有都免费!!!高级装备付费!!!(Battlefield 2 里一个兵种不是能有4个级别的枪嘛, 你娃娃1-2级用玩家等级限制,3-4级用现金和玩家等级一起限制不就得了!!猪脑子!!!不骂你不行!!!) 大家都想玩吧!!!!那就顶我!!!!帖子热了对大家都好!!!!乘着中国现在公众舆论还有点用的时候好好利用!!!! 战友们!!!!把这篇帖子顶热了!!!!!
1 下一页