码迷,mamicode.com
首页 >  
搜索关键字:change legend positi    ( 7920个结果
Change Number to English By Reading rule of money
In the partime,  a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question. Now the source was shar...
分类:其他好文   时间:2014-07-24 23:15:23    阅读次数:280
Java基础面试:集合、内部类、线程
1.package test; import java.util.Hashtable; import java.util.Map; public class test { public static String change(String param){ param=null; return param; } public static void main(String[] a...
分类:编程语言   时间:2014-07-24 23:11:24    阅读次数:285
google host
### Host Database## localhost is used to configure the loopback interface# when the system is booting.Do not change this entry.127.0.0.1 localhost255....
分类:其他好文   时间:2014-07-24 21:47:13    阅读次数:553
Handle URL anchor change event in js 监控地址栏里面的#后面
Google Custom Search Engines use a timer to check the hash against a previous value, whilst the child iframe on a seperate domain updates the parent‘s location hash to contain the size of the ifram...
分类:Web程序   时间:2014-07-24 12:31:35    阅读次数:289
编写HTML和CSS几点心得
HTML代码优化表单域用fieldset包起来,并用legend说明其用途(注意在css初始化的时候把fieldset的border设为0,把legend的display设为none)每个input标签要用label来标注文本,并为每个input设id,用for关联。为了提高搜索引擎友好性,要减少t...
分类:Web程序   时间:2014-07-23 22:19:27    阅读次数:295
PHP自学,第一阶段,基础学习
环境搭建OS X系统上 Win7运行OS X虚拟机 在 OS X上安装MAMP运行环境 IDE使用 Netbeans PHP版本开发 数据库使用mysql 自学资料使用:PHP从入门到精通.pdf 第一阶段书写学习代码,外加注释详解 To change this license header, choose Li...
分类:Web程序   时间:2014-07-23 21:04:25    阅读次数:460
easyui学习笔记1—增删改操作【转载】
最近公司要用easyui,这里自己看了官网几篇文章,遇到些问题,大多数的问题都是敲代码的时候笔误,其他有些地方确实需要注意一下,这里做些笔记。1.在mysql中建好表之后修改id字段为递增字段,发现这个奇怪的mysql语法,如下alter table student change id id int...
分类:其他好文   时间:2014-07-23 20:52:55    阅读次数:305
Git本地分支版本过低导致的push错误 error: failed to push some refs to ... 及后续amend
今天在用git的时候遇到了一个问题。在想远程分支push的时候,出现了下面的错误: ! [remote rejected] master -> refs/for/master (change 144 closed) error: failed to push some refs to ... 检查了一下发现是因为本地分支的版本相比远程分支的版本低。 解决的过程中有如下问题: 1、(不建议...
分类:其他好文   时间:2014-07-23 17:06:51    阅读次数:251
二、oracle sql*plus常用命令
一、sys用户和system用户Oracle安装会自动的生成sys用户和system用户(1)、sys用户是超级用户,具有最高权限,具有sysdba角色,有create database的权限,该用户默认的密码是change_on_install(2)、system用户是管理操作员,权限也很大。具有...
分类:数据库   时间:2014-07-23 16:19:01    阅读次数:252
设计模式--6大原则--单一职责原则
单一职责原则(Single Responsibility Principle),简称SRP。 定义: There should never be more than one reason for a class to change. 应该有且仅有一个原因引起类的变更。 ? 有时候,开发人员设计接口的时...
分类:其他好文   时间:2014-07-23 00:34:27    阅读次数:183
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!