C++ 编程注意事项

条款1:尽量用const和inline而不用#define
条款2:尽量用<iostream>而不用<stdio.h>
条款3:尽量用new和delete而不用malloc和free
条款4:尽量使用c++风格的注释
条款5:对应的new和delete要采用相同的形式
条款6:析构函数里对指针成员调用delete
条款7:预先准备好内存不够的情况
条款8: 写operator new和operator delete时要遵循常规
条款9: 避免隐藏标准形式的new
条款10: 如果写了operator new就要同时写operator delete
条款11: 为需要动态分配内存的类声明一个拷贝构造函数和一个赋值操作符
条款12: 尽量使用初始化而不要在构造函数里赋值
条款13: 初始化列表中成员列出的顺序和它们在类中声明的顺序相同
条款14: 确定基类有虚析构函数
条款15: 让operator=返回*this的引用
条款16: 在operator=中对所有数据成员赋值
条款17: 在operator=中检查给自己赋值的情况
条款18: 争取使类的接口完整并且最小
条款19: 分清成员函数,非成员函数和友元函数
条款20: 避免public接口出现数据成员
条款21: 尽可能使用const
条款22: 尽量用“传引用”而不用“传值”
条款23: 必须返回一个对象时不要试图返回一个引用
条款24: 在函数重载和设定参数缺省值间慎重选择
条款25: 避免对指针和数字类型重载
条款26: 当心潜在的二义性
条款27: 如果不想使用隐式生成的函数就要显式地禁止它
条款28: 划分全局名字空间
条款29: 避免返回内部数据的句柄
条款30: 避免这样的成员函数:其返回值是指向成员的非const指针或引用,
但成员的访问级比这个函数要低
条款31: 千万不要返回局部对象的引用,也不要返回函数内部用new初始化
的指针的引用
条款32: 尽可能地推迟变量的定义
条款33: 明智地使用内联
条款34: 将文件间的编译依赖性降至最低
条款35: 使公有继承体现 "是一个" 的含义
条款36: 区分接口继承和实现继承
条款37: 决不要重新定义继承而来的非虚函数
条款38: 决不要重新定义继承而来的缺省参数值
条款39: 避免 "向下转换" 继承层次
条款40: 通过分层来体现 "有一个" 或 "用…来实现"
条款41: 区分继承和模板
条款42: 明智地使用私有继承
条款43: 明智地使用多继承
条款44: 说你想说的;理解你所说的
条款45: 弄清C++在幕后为你所写、所调用的函数
条款46: 宁可编译和链接时出错,也不要运行时出错
条款47: 确保非局部静态对象在使用前被初始化
条款48: 重视编译器警告
条款49: 熟悉标准库
条款50: 提高对C++的认识

Read: 795

!论如何覆盖#usrbar 附 百度 space.css 格式化代码

被百度这个 #usrbar 搞得有点郁闷了….

谁给出个主意?

从数据类型上看 貌似z-index最大也就65535了, 而space.css优先级又比自定义css要高
(space.css载入晚)

看这一段

html body center #usrbar{
    z-index:65535!important;                         /* 最大高度 */
    padding:4px 10px 3px 0!important;
    background:#FFFFFF!important;              /* 白色背景 */
    color:#000000!important;
    text-align:right!important;
    filter:alpha(opacity=65)!important;          /* 65% 透明度 */
    -moz-opacity:0.5!important;                     /* mozilla浏览器 50% 透明度 */
     width:auto!important
}

貌似已经覆盖不了他了…..
不知道哪位高人能想点其他办法出来? 前提是能支持 firefox && IE

html body center,
html body center #usrbar,
html body center #ft,
html body center #usrbar nobr,
html body center #usrbar strong,
html body center #usrbar a,
html body center #usrbar a:link,
html body center #usrbar a:visited,
html body center #ft a,
html body center #ft a:link,
html body center #ft a:visited{
max-width:none!important;
min-width:none!important;
layout-flow:horizontal!important;
text-transform:none!important;
direction:inherit!important;
vertical-align:baseline!important;
word-spacing:normal!important;
font-variant:normal!impo    rtant;
text-decoration:none!important;
font-size-adjust:none!important;
font-family:Arial!important;
font-size:12px!important;
line-height:normal!important;
border:none!important;
background:none!important;
background-image:none!important;
overflow:visible!important;
width:auto!important;
clear:both!important;
float:none!important;
margin:0!important;
position:static!important;
visibility:visible!important;
letter-spacing:normal!important;
font-size:12px!important;
font-family:Arial!important;
zoom:1!important;
filter:none!important;
-moz-opacity:1!important
}

html body center #usrbar,
html body center #ft,
html body center #usrbar nobr{
display:block!important;
    height:19px!important;
line-height:19px!important;
}

html body center #usrbar strong,
html body center #usrbar a,
html body center #usrbar a:link,
html body center #usrbar a:visited,
html body center #ft a,
html body center #ft a:link,
html body center #ft a:visited{
display:inline!important;
    height:auto!important;
text-decoration:underline!important;
}

html body center #usrbar strong{
text-align:left!important;
    color:#000000!important;
text-decoration:none!important;
}

html body center{
display:block!important;
}

html body center #main,
html body center #usrbar,
html body center #ft{
position:relative!important;
    top:auto!important;
    bottom:auto!important;
    left:auto!important;
right:auto!important;
}

html body center #usrbar nobr{
text-align:right!important;
color:#000000!important;
}

html body center #usrbar{
    z-index:65535!important;
    padding:4px 10px 3px 0!important;
    background:#FFFFFF!important;
    color:#000000!important;
    text-align:right!important;
    filter:alpha(opacity=65)!important;
    -moz-opacity:0.5!important;
width:auto!important
}

html body center #usrbar a,
html body center #usrbar a:link,
html body center #usrbar a:visited{
color:#0000CC!important;
}

html body center #ft{
z-index:65534!important;
    color:#666666!important;
text-align:center!important;
}

html body center #ft a,
html body center #ft a:link,
html body center #ft a:visited{
color:#7777CC!important;
}

html body center #main{
z-index:10000!important;
    padding:0 10px 0 10px;
    min-width:756px;
max-width:1000px;
}

Read: 795

第二步 换肤

呼呼………………..

郁闷….郁闷………………….

才改这么点…………还没玩纳…………………………………………

更犀利………………更多的使用黑色…………….

其实关键的还没来临…………..需要进一步对细节进行构造

之前都没有在如 标题背景 等位置使用过图片

这次将会彻底颠覆以往作风 所以要细细思量…

Read: 820