码迷,mamicode.com
首页 >  
搜索关键字:navigate    ( 399个结果
Oracle Weblogic 重置密码的方法
原文地址 Shut down the WebLogic domain, the managed servers, Admin Server and Node Manager. Set the following environment variables in the command prompt (cmd) to help you navigate easily, in my ca...
分类:数据库   时间:2015-10-27 11:42:52    阅读次数:311
navigate frame框架
string uriText = String.Format("/Product.xaml?productID={0}&type={1}", productID, productType);mainFrame.Navigate(new Uri(uriText), UriKind.Relative);...
分类:其他好文   时间:2015-10-02 00:11:13    阅读次数:173
当你输入一个网址的时候,实际会发生什么?
原文:http://igoro.com/archive/what-really-happens-when-you-navigate-to-a-url/作为一个软件开发者,你一定会对网络应用如何工作有一个完整的层次化的认知,同样这里也包括这些应用所用到的技术:像浏览器,HTTP,HTML,网络服务器,...
分类:其他好文   时间:2015-10-01 15:17:46    阅读次数:236
http验证CertificateValidation
private void btnopenURL_Click(object sender, EventArgs e) { string strUrl = txtopenURL.Text.Trim(); // webBrowser1.Navigate(strUrl); ...
分类:Web程序   时间:2015-09-28 20:51:30    阅读次数:143
用 TWebBrowser 查找网页上的按钮,编辑框,
Form1.wb1.Navigate(Aurl); 登录名: 密码: 保持登录状态 忘记密码 procedure TForm1.btn5Click(Sender: ...
分类:Web程序   时间:2015-09-25 12:58:42    阅读次数:230
Lab - Listing Files and Directories
By performing this lab, students will learn how to navigate and manage files and directories.In this lab, you will perform the following tasks:List fi...
分类:其他好文   时间:2015-09-17 23:00:58    阅读次数:267
pycharm 快捷键介绍
Ctrl+N (Navigate | Class) 打开输入框输入要查找的类名Ctrl+空格 代码自动补全Ctrl+空格(按两次)对于没有导入的类自动完成导入代码并自动补全Alt+F7 查找方法变量在工程中的所有应用Ctrl+Q (View | Quick Documentation). ...
分类:其他好文   时间:2015-09-10 00:19:04    阅读次数:373
js刷新页面的几种方法
history.go(0)location.reload()location=locationlocation.assign(location)document.execCommand('Refresh')window.navigate(location)location.replace(locat...
分类:Web程序   时间:2015-09-08 00:24:05    阅读次数:140
WebBrower自定义HTTP标头
这个需求应该比较正常吧,网上也有,但是方案比较复杂,还不一定适用(高版本IE,64位等)其实MS早替我们实现了,可能大家平时不太注意WebBrowser.Navigate 方法 (Uri, String, Byte[], String)public void Navigate( Uri url, string targetFrameName, byte[] postData, string add...
分类:Web程序   时间:2015-09-07 11:11:52    阅读次数:143
studio 快捷键
一,基础快捷键1.1 Ctrl+N,Navigate | Class,快速打开某个类1.2 Ctrl+Shift+N, Navigate | File, 快速打开某个文件1.3 Ctrl+Space, 代码提示,Tab,自动补全某个类或者方法1.4 Alt+F7, 快速找到某个类或者方法或者变量的所...
分类:其他好文   时间:2015-09-07 00:37:19    阅读次数:212
399条   上一页 1 ... 27 28 29 30 31 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!