小编Cli*_*rar的帖子

Bootstrap网格不堆叠

我已经写了HTML下面的内容,我正在使用 bootstrap 3.3.7,我一直在网络上进行丛林攻击和调整,CSS已经jQuery3 天了,但我没有找到解决方案。

我无法让网格在移动视图中堆叠。当我对布局进行编码时它起作用了,然后发生了一些我不知道的事情并且我无法修复它。请帮忙。

    <div id="idport"> <!--Portfolio-->
        <h2 class="mheading">Portfolio</h2>

        <div class="row" style="margin:0">
            <div class="col-xs-2 thumbnail">
                <a href="#" Title="Some website">
                    <img src="Spacer.png" alt="Some website">
                </a>
                <p>This is a title</p>  
            </div>              
            <div class="col-xs-2 thumbnail">
                <a href="#" Title="Some website">
                    <img src="Spacer.png" alt="Some website">
                </a>
                <p>This is a title</p>                      
            </div>
            <div class="col-xs-2 thumbnail">
                <a href="#" Title="Some website">
                    <img src="Spacer.png" alt="Some website">
                </a>
                <p>This is a title</p>                      
            </div>
            <div class="col-xs-2 thumbnail">
                <a href="#" Title="Some website">
                    <img src="Spacer.png" alt="Some …
Run Code Online (Sandbox Code Playgroud)

html twitter-bootstrap

3
推荐指数
1
解决办法
2293
查看次数

运行旧项目时出错 - Lazarus

我在拉撒路中使用对象帕斯卡。当我打开一个旧项目并尝试运行它时;此代码窗口会在源编辑器中弹出:

program TimeKeeper;

{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Interfaces, // this includes the LCL widgetset
  Forms, datetimectrls, TimeKeeperU1;

{$R *.res}

begin
  RequireDerivedFormResource := True;
  Application.Initialize;
        Application.CreateForm(TfrmTimeKeeper, frmTimeKeeper);

  Application.Run;
end.   
Run Code Online (Sandbox Code Playgroud)

源窗口错误中弹出的此代码窗口与以下错误配对:

TimeKeeper.lpr(20,1) 错误:无法创建目标文件:TimeKeeper.exe(错误代码:5) TimeKeeper.lpr(20,1) 错误:无法创建可执行文件 TimeKeeper.exe

有谁知道解决方法是什么?

delphi lazarus

0
推荐指数
1
解决办法
1691
查看次数

标签 统计

delphi ×1

html ×1

lazarus ×1

twitter-bootstrap ×1