Description
Bessie wants to navigate her spaceship through a dangerous asteroid field inthe shape of an N x N grid (1
Fortunately, Bessie has a powerful weapon that can vaporize all the asteroids...
分类:
其他好文 时间:
2014-12-27 17:41:11
阅读次数:
218
在做windows phone 开发的时候,会经常碰到页面间之间的跳转和传递数据,如果传递的值不多,只有两三个,我们通常使用NavigationService.Navigate(new Uri("页面名? Name=“”&ID=“ ”, UriKind.Relative));要是碰到要传递多个值的时...
Javascript刷新页面的几种方法:1 history.go(0)2 location.reload()3 location=location4 location.assign(location)5 document.execCommand(‘Refresh‘)6 window.navigate...
分类:
Web程序 时间:
2014-12-23 19:14:54
阅读次数:
233
定义一个数组:var a:[String]=["File", "Edit", "View", "Navigate"]定义一个字典:var airports: [String: String] = ["YYZ": "Toronto Pearson", "DUB": "Dublin"]定义一个NSMut...
分类:
编程语言 时间:
2014-12-22 12:47:56
阅读次数:
181
$ie=new-object-com"InternetExplorer.Application"
$ie.navigate("http://www.news.baidu.com/")
$ie.visible=$true
sleep-milliseconds2500
$ID=$ie.Document.getElementById(‘focus-top‘)
$ID1=$ID.getElementsByTagName(‘li‘)
$ID2=$ID1|where{$_.className-contains"hdli..
分类:
其他好文 时间:
2014-12-14 07:12:52
阅读次数:
164
$ie=new-object-com"InternetExplorer.Application"
$ie.navigate("http://www.qiushibaike.com/")
$ie.visible=$true
sleep-milliseconds2500
$ID=$ie.Document.getElementById(‘qiushi_tag_96334609‘)
$ID1=$ID.getElementsByTagName(‘div‘)
$ID2=$ID.childNodes|where{$_.c..
分类:
其他好文 时间:
2014-12-14 07:10:51
阅读次数:
171
环境:VS2013
新建工程:基于对话框
①在对话框添加控件Microsoft Web Browser(说明:VS2013上控件的名字是Microsoft Web Browser,其它的编译器额就不知道了)
②头函数:#include //for WinInet
②对所添加的控件设置环境变量(在此我把环境变量设置为m_sa)
③在OnInitDialog()里设定你想要打...
分类:
编程语言 时间:
2014-12-10 16:21:20
阅读次数:
549
Javascript刷新页面的几种方法:1 history.go(0)2 location.reload()3 location=location4 location.assign(location)5 document.execCommand(‘Refresh‘)6 window.navigate...
分类:
Web程序 时间:
2014-12-10 12:29:17
阅读次数:
131
实现 form CUXOMWB 使用 app_navigate.execute 打开 form CUXOEXPRAVA ;然后 FROM CUXOEXPRAVA 上点击按钮
跳回from CUXOMWB 并重新执行查询;
实现过程来自:form APXINWKB 和 APXRMTCH
--app_window.close_first_window;
/* This form is...
分类:
其他好文 时间:
2014-12-08 21:28:10
阅读次数:
251
1、在本页中跳转到指定页面1.window.location.href方式 2.window.navigate方式跳转 3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别有3个jsp页面(1.aspx, 2.aspx, 3.aspx),进系统默认的是1.aspx...
分类:
Web程序 时间:
2014-12-06 00:02:47
阅读次数:
536