小编BaT*_*maN的帖子

CentOS:将目录复制到另一个目录

我正在使用CentOS服务器.我有一个命名的文件夹test位于/home/server/folder/test.我需要将目录复制test/home/server/.我该怎么做?

linux copy centos cp

43
推荐指数
3
解决办法
17万
查看次数

Drupal 7错误:无法创建文件

我将drupal 7从服务器(实时站点)移动到我的localhost(xampp).我更改settings.php(files/defualt/settings.php)数据库连接并从mysql数据库中删除缓存.现在在加载索引,我看到我的网站没有CSS设计(只有文本),看到这个错误:

**Error message**:
The file could not be created.
The file could not be created.
The file could not be created.
The file could not be created.
The file could not be created.
Run Code Online (Sandbox Code Playgroud)

我认为drupal不会创建css/js压缩文件.如何解决此错误?谢谢你的帮助.

php drupal-7

6
推荐指数
2
解决办法
7491
查看次数

位置后的DIV:绝对

我把divclass="inner-box2"divclass="inner-box"

HTML:

 <div class="box">

   <div class="inner-box"></div>

   <div class="inner-box2"></div>

 </div>
Run Code Online (Sandbox Code Playgroud)

CSS:

 .box {
     position: relative;
     width: 400px;
     height: 400px;
     border: solid 10px red;
  }

  .inner-box {
    border: solid 10px blue;
    position: absolute;
    height:150px;
    width:380px;

  }
   .inner-box2 {
    border: solid 10px green;
  }
Run Code Online (Sandbox Code Playgroud)

现在,我需要显示div(inner-box2)afterdiv(inner-box)但在我的代码中div(inner-box2)显示在div(inner-box). 如何解决这个问题?看在线演示

css css-position

4
推荐指数
1
解决办法
2万
查看次数

标签 统计

centos ×1

copy ×1

cp ×1

css ×1

css-position ×1

drupal-7 ×1

linux ×1

php ×1