#include
using namespace std;
class CSolid
{
public:
virtual double area() const=0;
virtual double volume() const=0;
};
class CCube:public CSolid
{
public:
CCube(double s):...
分类:
其他好文 时间:
2014-06-04 23:22:58
阅读次数:
270
成功安装Oracle 11g后,共有7个服务,一、这七个服务的含义分别为:1. Oracle
ORCL VSS Writer Service:Oracle卷映射拷贝写入服务,VSS(Volume Shadow Copy
Service)能够让存储基础设备(比如磁盘,阵列等)创建高保真的时间点映像,即...
分类:
数据库 时间:
2014-05-30 07:07:36
阅读次数:
295
1 moz-box-shadow: 0 0 10px #888;2
-webkit-box-shadow: 0 0 10px#888;3 box-shadow: 0 0 10px #888;
分类:
Web程序 时间:
2014-05-30 07:02:25
阅读次数:
181
盒模型阴影box-shadow。下面是一个使用多参数的例子:用CSS3创建一个阴影的mixin,需要传递水平和垂的偏移量,模糊的范围,还有颜色,4个参数:
分类:
Web程序 时间:
2014-05-29 02:27:00
阅读次数:
442
.fixed {position: fixed;top: -5px;left: 0;width:
100%;box-shadow: 0 0 3px #f2f2f2;-webkit-box-shadow: 0 0 3px
#f2f2f2;-moz-box-shadow: 0 0 3px #f2f2f2...
分类:
其他好文 时间:
2014-05-28 22:41:25
阅读次数:
311
使用ref.bib管理参考文献格式@article{name1,author = {作者,
多个作者用 and 连接},title = {标题},journal = {期刊名},volume = {卷20},number = {页码},year =
{年份},abstract = {摘要, 这个主要...
分类:
其他好文 时间:
2014-05-28 02:19:57
阅读次数:
376
按option后会有提示:Do not use the label object to set
the text color or the shadow color. Instead, use the setTitleColor:forState: and
setTitleShadowColor:f...
分类:
其他好文 时间:
2014-05-26 18:47:48
阅读次数:
212
Linux密码更改 男孩儿的灰色 QQ:936779899 2014.2.9 1. 进入单用户模式
2. 编辑passwd文件,删除X 3. 然后保存推出并编辑shadow文件 4. 删除标色部分,其他保持不变 5. 最后保存退出 6. 无密码登陆 ...
分类:
系统相关 时间:
2014-05-26 00:04:46
阅读次数:
415
语法: = inset? && {2,4} && ?
注释:问号表示可选参数;{2,4}表示最少2个参数最多4个;当length = 2时,代表position x 和position y的值;当length =
3时,代表position x, position y, blur;当length ....
分类:
Web程序 时间:
2014-05-25 14:07:41
阅读次数:
355