哪位高手能控制牛总管帮忙给看下

你的位置:
哪位高手帮忙看一下为什么不能循环呀?
21:42:35 |
来源: 按键精灵资源站
本帖最后由 aolonglg 于
21:44 编辑
[code]Delay 3000
smztck = Plugin.WndEx6.GetForegroundFocus
TracePrint smztck
If smztck = & & or smztck = 0 Then
& & MessageBox &没找到窗口&
& & ExitScript
Plugin.BGCP2_02.TransformWindow smztck
//______________________判断是否走到位开始____________________________//
Sub Location& && &&&//子程序Location(位置)
Dim Color1, Color2, Color3, Color4, Color5, Color6, Color7, Color8
Color1 = Plugin.BGCP2_02.GetPixelColor (smztck,920,30)
Color2 = Plugin.BGCP2_02.GetPixelColor (smztck,920,120)
Color3 = Plugin.BGCP2_02.GetPixelColor (smztck,890,80)
Color4 = Plugin.BGCP2_02.GetPixelColor (smztck,960,80)
//TracePrint 颜色点1 & &,& & 颜色点2 & &,& & 颜色点3 & &,& & 颜色点4
Delay 3000
Color5 = Plugin.BGCP2_02.GetPixelColor (smztck,920,30)
Color6 = Plugin.BGCP2_02.GetPixelColor (smztck,920,120)
Color7 = Plugin.BGCP2_02.GetPixelColor (smztck,890,80)
Color8 = Plugin.BGCP2_02.GetPixelColor(smztck, 960, 80)
If Color1 = Color5 and Color2 = Color6 and Color3 = Color7 and Color4 = Color8 Then
Exit Do& && && &
//MessageBox &到位了&
//______________________判断是否走到位结束____________________________//
//______________________与npc对话开始____________________________//
Sub npcduihua
& && &&&Dim duihua(4)
& && &&&duihua(0) = &接受任务.bmp&
& && &&&duihua(1) = &任务完成.bmp&
& && &&&duihua(2) = &下一页.bmp&
& && &&&duihua(3) = &完成任务.bmp&
& && &&&Randomize& && &&&
& && && && && & Do
& && && && && & For p = 0 To 4
& && && && && & Plugin.BGCP2_02.FindPicture smztck, 373, 129, 626, 452, &E:\image\对话\& & duihua(p), 10, 0.9, hitX, hitY
& && && && && && && && && && && && && & If hitX & 0 Then
& && && && && && && && && && && && && && && && &If p = 0 Then
& && && && && && && && && && && && && && && && && && &&&Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && && && && && && &&&Delay 100
& && && && && && && && && && && && && && && && &ElseIf p = 1 Then
& && && && && && && && && && && && && && && && && && &&&Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && && && && && && &&&Delay 100
& && && && && && && && && && && && && && && && &ElseIf p = 2 Then
& && && && && && && && && && && && && && && && && && &&&Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && && && && && && &&&Delay 100
& && && && && && && && && && && && && && && && &ElseIf p = 3 Then
& && && && && && && && && && && && && && && && && && &&&Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && && && && &Delay 100
& && && && && && && && && && && && && & End If
& && && && && && && && && && && && && & End If
& && && && && && && && && && && && && & Exit Do&&
& && && && && && && && && && &&&Next
& && && && && && && && && && &&&loop//wend//endwhile
& && && && && &
End Sub& &
//______________________与npc对话开始结束____________________________//
//______________________找npc开始____________________________//
Dim npc(21)
npc(0) = &x.bmp&
npc(1) = &xx.bmp&
npc(2) = &xxx.bmp&
npc(3) = &xxxx.bmp&
npc(4) = &x01.bmp&
npc(5) = &02.bmp&
npc(6) = &03.bmp&
npc(7) = &04.bmp&
npc(8) = &05.bmp&
npc(9) = &06.bmp&
npc(10) = &07.bmp&
npc(11) = &08.bmp&
npc(12) = &09.bmp&
npc(13) = &10.bmp&
npc(14) = &11.bmp&
npc(15) = &12.bmp&
npc(16) = &13.bmp&
npc(17) = &14.bmp&
npc(18) = &15.bmp&
npc(19) = &16.bmp&
npc(20) = &17.bmp&
& && &&&For p = 0 To 21
& && && && && & Plugin.BGCP2_02.FindPicture smztck,827,262,,&E:\image\npc\&&npc(p),10,0.9,hitX,hitY
& && && && && && && && &If hitX & 0 Then
& && && && && && && && && && &&&If p = 0 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 1 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 2 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 3 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 4 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 5 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 6 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 7 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 8 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 9 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 10 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 11 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 12 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 13 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 14 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 15 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 16 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 17 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 18 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 19 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&ElseIf p = 20 Then
& && && && && && && && && && && && && & Call Plugin.Bkgnd.LeftClick(smztck, hitX + 3, hitY + 3)
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call Location
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && && && && & Call npcduihua
& && && && && && && && && && && && && & Delay 100
& && && && && && && && && && &&&End If
& && && && && && && && && && &&&Exit Do
& && && && && && && && && && &&&
& && && && && && && && &End If
& && &&&Next
& && && && && &
Loop[/code]与npc对完话后不循环了。请家装工装设计高手帮忙看下,这样的图是怎么做的?哪位能给点建议?
室内设计分为家装设计和工装设计
1.家装当然就是家庭装潢了,大部分的家装设计师其实就相当于业务员,不太关心设计怎么,拉到业务就行
2.工装是除家庭公寓,别墅以外的设计,就像酒店设计,ktv设计,办公室设计,高尔夫会所设计,餐厅酒吧设计,学校。医院、博物馆
题主好,那么建议你尝试以下提供的方法介绍长沙家装设计的公司很多啊,你不妨详细了解一下:橙果装饰设计:本土新兴设计公司,主要针对高档家装市场,设计收费500元/平米,不抵工程款;一米装饰设计:本土设计公司,主要针对家庭装修及中小型工装设计,设计收费30-150元/平米,像上面这些价格整合自网络
很好啊~我家就是八零九零装饰设计工作室做的,效果非常好,售后应该点赞,老板亲自回访,随叫随到,大小问题都解决,就是设计师收费贵点,八零九零建筑设计工作室专业从事与室内设计;承接各种家装工装展览展示设计;同时承接各种效果图制作;拥有自己的设计团队和制图团队。
巩义集成开关厂
室内设计分为家装设计和工装设计1.家装当然就是家庭装潢了,大部分的家装设计师其实就相当于业务员,不太关心设计怎么,拉到业务就行2....&
农村扣板灯具
工装装饰设计和家装设计的不同;家装和工装的区别其实只要一字之差,也就是一个建筑物区域的不同。...&
卫生间木洁具
室内设计分为家装设计和工装设计1.家装当然就是家庭装潢了,大部分的家装设计师其实就相当于业务员,不太关心设计怎么,拉到业务就行2....&
室内设计,分为家装设计和公装设计,家装当然就是家庭装潢了,大部分的家装设计师其实就相当于业务员,不太关心设计怎么,拉到业务就行
公装,除家庭公寓,别墅以外的设计,比如酒店设计,ktv设计,办公...&
展会红地毯厂家
请家装工装设计高手帮忙看下,这样的图是怎么做的?哪位高手帮忙翻译一下~
按时间排序
给分吧~~~给你发了呀
内存卡驱动没有正确安装:进入设备管理器,查看是否有带黄色感叹号的设备.索尼笔计本是必须安装该正确的驱动才能读出卡的内容.
希望对你有帮助尽管对古埃及人所用的各种工具的研究都把线索集中到石头上,这也一直吸引着许多专业和非专业的人士对其研究,但是争论必须超越这些石头切割的问题到另外一个更重要的问题:什么引导了这些工具?古埃及艺术品中令人惊叹的几何学及精确性是不会丢弃在关于一个取芯工具是以螺旋形还是以水平形凹槽留下印记的争论中的。虽然解决这个问题很重要,但是它没有那么重要,重要到需要我们在没有大量的同时代的证据表明的情况下对我们的过去再进行一次彻底的检查。在我们尝试去回答古埃及人如何创造出他们的纪念碑时,这项工作最困难的方面在于鉴定复制品与原作在外形和精确度上一模一样。为什么这很重要?对很多人而言,制作精确度是一个很抽象的概念,抽象到他们完全没有个人的认识。精确制作必须严格遵守蓝图或工程图纸进行。要复制一个已经做好的物品,做一份详细描述这个物体的每个特征的蓝图是必须的,并且要保证复制品与原作完全一样。我们周围到处都是这种精确的物体,它们构造和形成了我们的居住环境。但历史上有一段时间,并不是这样的。在整个古埃及第四世王朝期间,在这119年的时间,大金字塔被推测在这个时候建立,社会文明从主要以手工农耕的社会,在这个社会里,学徒是没有收入并受惠于他们的主人来学习贸易,发展到另外一个社会,学生被培训如何运用复杂并经常迅速变化的技术进行生活,孩子们被要求教他们的父母使用这些技术。我在精密机械加工方面的背景让我对知识和技术的极快发展对我们社会所带来的改变有着长远和深厚的尊重。多年以来,大量的工程师和手工艺人联系我并且告诉我他们分享了我的观点。有这样一位来自芝加哥的工程师,名字叫STEVEN GAICIA,他在四十多年前就去过埃及。在我与他的一次讨论中,他抱怨说我在对待埃及手工艺品上的态度上不够肯定,我应该坚定的认为这些手工艺品在没有机器的情况下是不可能被做出来的。尽管我在这个问题上对自己的信念没有过度自信,我过去写的文章已经引起了争论。既然我已经发表了我在这个课题上的一些想法,我会继续研究那些对学术理论研究有帮助的证据,以及一些对我的研究的回应的想法。
new FileInfo(@&文件路径&).Length等于0的时候就是没有数据~希望对您有帮助~By Billskate
没有网卡吧。去看看网卡的配置文件。
ExpressCard卡槽的驱动安装了没有。如果排除驱动的问题,插着附件重启一下电脑试试能不能加载。有的ExpressCard卡槽不能热插拔。
感谢您为社区的和谐贡献力量请选择举报类型
经过核实后将会做出处理感谢您为社区和谐做出贡献
确定要取消此次报名,退出该活动?
请输入私信内容:中国Java开发网 - 急,急,急,哪位高手帮忙看一下
Topic: 急,急,急,哪位高手帮忙看一下
1.急,急,急,哪位高手帮忙看一下
Posted by: lht_java
Posted on:
This indicates that there was a problem communica java.rmi.RemoteException: Error in ejbCreate:; nested exception is: &&javax.ejb.CreateException: Failed to find environment value javax.naming.NameNotFoundException: Unable to resolve comp/env/WEBL/ Resolved: 'comp/env' Unresolved:'WEBL' ; remaining name ''程序执行的时候抛出以下异常,知道在那里出现的,但不知道该怎么改:主要是在调用容器实例的create()方法的时候,有一处获得到Bean的环境参数的时候,代码如下:public void ejbCreate() throws CreateException {
log("ejbCreate calledffffff");
InitialContext ic = new InitialContext();
log("hhhhghghghhg:" + tradeLimit);//测试当前的数值
Integer tl = (Integer) ic.lookup("java:/comp/env/WEBL");
tradeLimit = tl.intValue();
log("\u83B7\u5F97\u\u4EA4\u\uF:" +
tradeLimit);
catch (NamingException ne) {
throw new CreateException("Failed to find environment value " + ne);
/**@todo Complete this method($C=1$) */
}ic.lookup("java:/comp/env/WEBL");是产生该异常的位置,主要是环境对象InitialContext的调用Lookup()的时候参数“java:/comp/env/webl”出现错误所致,但不知道该写法怎么样才能够是正确的。我在 weblogic中已经看到了这个参数,并且名字也是正确的,但不知道为什么有这个错误
2.Re:急,急,急,哪位高手帮忙看一下
[Re: lht_java]
Posted by: nothing
Posted on:
remaining name ????
3.Re:急,急,急,哪位高手帮忙看一下
[Re: lht_java]
Posted by: struggle
Posted on:
首先声明我不是什么高手!下面是我的观点:如果是lookup("java:/comp/env/WEBL")的写法,那么,你的部署描述符中就应该有下面一项:&ejb-ref-name&env/WEBL&/ejb-ref-name&
Powered by & Version Jute 1.5.6 Ent
Copyright &
Cjsdn Team. All Righits Reserved.
客服电话&&&&&客服信箱&&&&&客服QQ&714923

我要回帖

更多关于 哪位仙家打哈欠流眼泪 的文章

 

随机推荐