Several common ways to remove floating

1、Parent div defines pseudo classes: after and zoom <style type="text/css"> .div1{background:#000080;border:1px solid red;} .div2{background:#800080;border:1px solid red;height:100px;margin-top:10px} .left{float:left;width:20%;height:200px;background:#DDD} .right{float:right;width:30%;height:80px;background:#DDD} /*Clear floating code * /.clearfloat:after{display:block; clear:both; content: ""; visibility:hidden; height:0}.clearfloAt{zoom:1}< /style>< div class= "div1 clearfloat" >< div class= "left" > Left< /div>< div class= "right" > Right< /div&...

The solution to the error of installing Oracle Database 12C [INS-30131] on Windows 7 64bit

Label: com SRC http file, it La method, SP as Windows 7 64bitInstall Oracle Database 12C on it. The following error occurred:       Resolvent: Step 1: Control Panel & gt; All Control Panel Items & gt; Management Tools & gt; Service & gt; SERVER Startup Step 2: Control Panel & gt; All Control Panel Items & gt; Management Tools & gt; Computer Management & gt; System Tools & gt; Shared Folder & gt; Sharing   Right-click Share & gt; New Share & gt; Click “Next Step” & gt;   Click Browse ...

Installation of HSmartWindowControl (Visual Studio 2013 & Halcon 18)

1、Environmental introduction Visual Studio 2013Community Edition Halcon18.05 2、Using Nuget to install Halcon plug-in in VS project Search bar input keyword halcon, there are two plug-ins, Halcon language interface and Halcon engine, all installed. Note that the premise of using these two controls is that you have Halcon 18.05 installed on your computer and activated (you can use a trial license). 3、Install HSmartWindowControl controls in the toolbox Detailed installation instructions are available in Halcon’s help documentation: C:/Program Files/MVTec/HALCON-18.05-Progress/doc/h...

Finishing the 2018 session of the NetEase written examination interview topics, hoping to help the younger generation of school girls to help.

Finishing the 2018 session of the NetEase written examination interview topics, hoping to help the younger generation of school girls.essence Li Yi Tian Published in 2018-07-19 14:58:51 Reply6 | Zan 12| browse8396 Finishing the 2018 session of the NetEase written examination interview topics, hoping to help the younger generation of school girls.essence   2019NetEase’s push has already started. Last year, a lot of help has been done to the customers. Thank you very much! Finishing last year’s written examination interview topic, hoping to help this year’s school b...

Summary of common problems of Qiu Zhao algorithm position (constantly updated)

Summary of common problems of Qiu Zhao algorithm position (constantly updated) Set top201807, 13, 21:23:36Reading: 68Tags: Qiu Zhao practice Algorithm Engineer interview questions written test faceMore Personal classification: basic knowledge, autumn interview questions Copyright notice: This article is an original article for bloggers. It can not be reproduced without permission from bloggers.                            Summary of common problems of Qiu Zhao algorithm position 【Preparing for the autumn war, the most complete 2019 autumn preparations First, algorit...

Bootstraptable paging query

1.Front-end configuration 2.Background output formatted data 1.Front-end configuration @{ Layout = null; } <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width" /> <title>SearchGoods</title> <link href="~/Scripts/bootstrap/css/bootstrap.min.css" rel="stylesheet" /> <link href="~/Scripts/bootstrap/bootstrap-table/css/bootstrap-table.min.css" rel="stylesheet" /> <script src="~/Scripts/jquery-1.10.2.min.js"></script> <script src="~/Scripts/bootstrap/js/bootstrap.min.js"><...