码迷,mamicode.com
首页 >  
搜索关键字:navigate    ( 399个结果
Rcp 中添加eclipse中的菜单栏
Rcp 中添加eclipse中的菜单栏如File,Edit , navigate ,search ,Project和eclipse中实现的Action都可以集成到自己的RCP中。...
分类:系统相关   时间:2014-06-24 15:44:47    阅读次数:361
WP8——页面跳转方法
1.页面传值: this.NavigationService.Navigate(new Uri("/SecondPage.xaml?CustomerId=1234&Product=555", UriKind.Relative)); protected override void OnNavigate...
分类:其他好文   时间:2014-06-21 06:30:22    阅读次数:142
C#中的WebBrowser控件的使用
0、常用方法Navigate(string urlString):浏览urlString表示的网址Navigate(System.Uri url):浏览url表示的网址Navigate(string urlString, string targetFrameName, byte[] postData...
分类:Web程序   时间:2014-06-08 20:36:28    阅读次数:261
js页面跳转整理
js方式的页面跳转 1.window.location.href方式 2.window.navigate方式跳转 3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别 有3个jsp页面(1.aspx, 2.aspx, 3.aspx),进系统默认的是1.asp...
分类:Web程序   时间:2014-06-06 11:34:31    阅读次数:368
silverlight 跳转指定的aspx页面
1.在xaml.cs中直接访问、并传递参数1 System.Windows.Browser.HtmlPage.Window.Navigate(new Uri(HtmlPage.Document.DocumentUri, string.Format("ReportQuery/ReportFolder....
分类:Web程序   时间:2014-05-30 08:11:40    阅读次数:259
纯js页面跳转整理
js方式的页面跳转1.window.location.href方式 2.window.navigate方式跳转 3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别有3个jsp页面(1.aspx, 2.aspx, 3.aspx),进系统默认的是1.aspx,当我进...
分类:Web程序   时间:2014-05-23 23:51:18    阅读次数:575
eclipse常用快捷键
Ctrl+T 得到接口的实现类Ctrl+Shift+T 查找类遇到了不能使用ctrl+shift+T,Navigate里也找不到Open Type,原来是因为自己正在使用的Perspective是Team Synchronizing,切换到java就ok了。10:18 2014/4/16Cril+H...
分类:系统相关   时间:2014-05-14 07:07:35    阅读次数:310
WPF WebBrowser
XAMLButtonXAM.CSprivatevoidbutton1_Click(objectsender,RoutedEventArgse){webBrowser1.Navigate(newUri("http://w2i.wanmei.com/launcher/index.htm"));}xaml...
分类:Web程序   时间:2014-05-12 13:35:37    阅读次数:529
js页面跳转整理
js方式的页面跳转1.window.location.href方式 2.window.navigate方式跳转 3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别有3个jsp页面(1.aspx, 2.aspx, 3.aspx),进系统默认的是1.aspx,当我进...
分类:Web程序   时间:2014-04-29 11:11:47    阅读次数:402
399条   上一页 1 ... 38 39 40
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!