码迷,mamicode.com
首页 >  
搜索关键字:window对象 时间计数器 url解析 location navigator open    ( 35018个结果
面向对象应用(一)
1.被客户不断变化的需求 “折磨”第一次需求 class Printer{ void Open(){ System.out.println("Open"); } void Close(){ System.out.println("Close");...
分类:其他好文   时间:2014-05-24 01:28:44    阅读次数:252
PHP中判断输入验证码是否一致
首先用session将随机生成的验证码的值传到页面,然后获取当前文本框中输入的值 进行对比;代码如下:生成的随机数,把它传到session里面然后写Ajax代码如下:function checkYZM(){ getXmlhttp(); xmlHttp.open("GET","chekYZ...
分类:Web程序   时间:2014-05-24 00:32:19    阅读次数:358
纯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
sniff a mobile browser
function isMobile() { //sniff a mobile browser if (navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/webOS...
分类:其他好文   时间:2014-05-23 22:21:26    阅读次数:246
为什么用抽象类
为什么要使用抽象类 ? 父类是打印机, 子类是 喷墨打印机 和 针式打印机 父类的 print 函数, 由于 喷墨打印机 和 针式打印机 原理不同而无法编写, 故应使用抽象函数 下面演示一种抽象类的价值.abstract class Printer{ void Open(){ ...
分类:其他好文   时间:2014-05-23 22:02:30    阅读次数:382
创建一个Eclipse项目【Create a Project with Eclipse】
Create a Project with Eclipse Click New  in the toolbar.In the window that appears, open the Android folder, select Android Application Project, and click Next. Figure 1. The New Android A...
分类:系统相关   时间:2014-05-22 11:55:51    阅读次数:418
centos上设置时区
[root@localhost ~]# date -R // 查看时区 Mon, 19 May 2014 10:18:46 +0000 [root@localhost ~]# tzselect // 设置修改时区 Please identify a location so that time zone rules can be set correctly. Please select a continent or ocean....
分类:其他好文   时间:2014-05-20 15:49:50    阅读次数:319
ArcGIS 10.2加载在线影像底图
两种方法: 一、File→ArcGIS Online→影像图→Open。 二、 效果:...
分类:其他好文   时间:2014-05-20 14:33:54    阅读次数:310
winform Label与DataGridView右对齐
实现Label与DataGridView对齐有两种方法,差别不大: 定义: Label名称:lblName DataGridView名称:dgvData 第一种:  lblName.Location = new Point(dgvData.Location.X + dgvData.Width - lblName.Width, lblName.Location.Y); 第二种:  lb...
分类:Windows程序   时间:2014-05-20 13:53:04    阅读次数:417
热消融影像引导
1. Planning, which among other things, requires accu-rate identi?cation of the location and spatial extent ofthe pathology to be treated,2. guidance, ...
分类:其他好文   时间:2014-05-20 10:00:08    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!