码迷,mamicode.com
首页 >  
搜索关键字:change legend positi    ( 7920个结果
css初始化代码
腾讯QQ官网(http://www.qq.com)样式初始化 body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} body{font:12px"宋体","Arial Narrow",HELVETICA;background:#fff...
分类:Web程序   时间:2014-08-22 17:58:19    阅读次数:291
<legend>标签
健康信息身高:体重:如果表单周围没有边框,说明您的浏览器太老了。健康信息身高:体重:如果表单周围没有边框,说明您的浏览器太老了。
分类:其他好文   时间:2014-08-22 16:15:19    阅读次数:150
自我提升mysql
1.某字段更新 自增 1 update table set a=a+12.修改某一字段的数据类型alter table "tablename" modify "column" "type"3.更改字段名alter table "tablename" change column col_old col...
分类:数据库   时间:2014-08-22 12:49:58    阅读次数:270
To change the sharepoint CA port
Set-SPCentralAdministration -Port to fix the error:Got this error: Failed to register SharePoint services. An exception of type System.UriFormatExcept...
分类:其他好文   时间:2014-08-21 18:32:34    阅读次数:256
ashx 文件 与js文件数据交互
//js代码//城市下拉列表 $("#selPro").change(function() { var option = ""; $.ajax({ type: "post", url: "homeHandler/HomeProvince.ashx", dataType: "json", data: ...
分类:Web程序   时间:2014-08-21 16:53:54    阅读次数:168
DevExpress GridControl 复合表头/表头分层设计.
首先创建一个窗体,将GridControl控件拖到窗体中.然后 Click here to change view -> Convert to -> BandedGridView Run Designer 按照正常的手法添加Columns.点击 Bands 添加相应的Bands 列 Bands列可以...
分类:其他好文   时间:2014-08-21 16:40:05    阅读次数:224
html图片自适应屏幕大小(手机)
body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,select,table,td,textarea,th,ul { margin: 0; padding: 0}body { min-w...
分类:移动开发   时间:2014-08-21 14:51:24    阅读次数:666
用root帐号切换其他帐号提示 su: warning: cannot change directory to /home/oracle: Permission denied
用root帐号切换其他帐号提示:出错原因:基本上是根目录或者是/home/oracle目录权限的问题解决办法:更改根目录权限为755,并保证对应用户主目录的所属用户和所属组一致和用户名一致。示例:--本篇文章转自http://blog.csdn.net/jack161641/article/deta...
分类:数据库   时间:2014-08-21 11:04:13    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!