码迷,mamicode.com
首页 >  
搜索关键字:window对象 时间计数器 url解析 location navigator open    ( 35018个结果
android 开源
直接拿来用!最火的Android开源项目(一)http://www.csdn.net/article/2013-05-03/2815127-Android-open-source-projects直接拿来用!最火的Android开源项目(二)http://www.csdn.net/article/2...
分类:移动开发   时间:2014-04-30 04:01:10    阅读次数:554
select option项选择后跳转页面
第一种方法:跳转到当前页:location.href为跳转当前的页面第二种方法:window.open为打开新窗口跳转跳转到新页面:
分类:其他好文   时间:2014-04-30 01:56:00    阅读次数:497
快捷代码
1. 打开新的窗口并传送参数: 传送参数:response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>") 接收参数:string a = Reque....
分类:其他好文   时间:2014-04-29 22:53:14    阅读次数:571
Configurate root account
After having installed Ubuntu OS, you should update config file for root account. The commands are listed as follow:vi /etc/lightdm/lightdm.conf #open...
分类:其他好文   时间:2014-04-29 19:21:56    阅读次数:555
AHK 提前加载声音
ahk 预加载声音:path = "C:\Windows\Media\Windows Recycle.wav"command := "open " path " alias AHK_PlayMe"DllCall("Winmm\mciSendString","str",command,"ptr",0,...
分类:其他好文   时间:2014-04-29 19:18:50    阅读次数:424
A quest for the full InnoDB status
When running InnoDB you are able to dig into the engine internals, look at various gauges and counters, see past deadlocks and the list of all open tr...
分类:数据库   时间:2014-04-29 15:41:04    阅读次数:686
jsp弹出新窗口代码
1、最基本的弹出窗口代码其实代码非常简单: 因为这是一段javascripts代码,所以它们应该放在之间。是对一些版本低的浏览器起作用,在这些老浏览器中不会将标签中的代码作为文本显示出来。 window.open (page.html) 用于控制弹出新的窗口page.html,如果page.ht.....
分类:Web程序   时间:2014-04-29 10:22:47    阅读次数:530
jQuery 1.9不支持$.browser 怎么判断浏览器类型和版本
$.browser.mozilla = /firefox/.test(navigator.userAgent.toLowerCase());$.browser.webkit = /webkit/.test(navigator.userAgent.toLowerCase());$.browser.op...
分类:Web程序   时间:2014-04-29 09:34:46    阅读次数:435
创建界面视图的流程
1,创建主窗体 在内存中实例化JFrame对象 通过使用setSize(),setBounds()或者pack()方法给JFrame设置大小 通过使用setTitle()设置标题,setDefaultCloseOperation()设置关闭策略,setLocationRelativeTo()设...
分类:其他好文   时间:2014-04-28 11:16:39    阅读次数:486
LA 4256
Traveling salesmen ofnhn. (the prestigious Korean internet company) report their current location to the company on a regular basis. They also have to...
分类:其他好文   时间:2014-04-28 01:25:55    阅读次数:582
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!