腾讯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
健康信息身高:体重:如果表单周围没有边框,说明您的浏览器太老了。健康信息身高:体重:如果表单周围没有边框,说明您的浏览器太老了。
分类:
其他好文 时间:
2014-08-22 16:15:19
阅读次数:
150
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
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
//js代码//城市下拉列表 $("#selPro").change(function() { var option = ""; $.ajax({ type: "post", url: "homeHandler/HomeProvince.ashx", dataType: "json", data: ...
分类:
Web程序 时间:
2014-08-21 16:53:54
阅读次数:
168
首先创建一个窗体,将GridControl控件拖到窗体中.然后 Click here to change view -> Convert to -> BandedGridView Run Designer 按照正常的手法添加Columns.点击 Bands 添加相应的Bands 列 Bands列可以...
分类:
其他好文 时间:
2014-08-21 16:40:05
阅读次数:
224
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帐号切换其他帐号提示:出错原因:基本上是根目录或者是/home/oracle目录权限的问题解决办法:更改根目录权限为755,并保证对应用户主目录的所属用户和所属组一致和用户名一致。示例:--本篇文章转自http://blog.csdn.net/jack161641/article/deta...
分类:
数据库 时间:
2014-08-21 11:04:13
阅读次数:
239