Clion“忘记”符号的定义

时间:2017-04-11 06:04:01

标签: c++ clion

在我的$query = "SELECT * FROM rooms WHERE categoryId = :catId AND id NOT IN (:roomIds)"; $totalRoom->bindValue(":catId", $id, PDO::PARAM_INT); $totalRoom->bindValue(":roomIds", $inQuery, PDO::PARAM_STR); 班级中,我使用getToolBarList()getEasyButtonBarList()方法中的成员变量<input type="text" name="password" class="form-control5 floating-input" ng-model="vm.password" required autocomplete="off" onclick="(this.type='password')" value="secure"/> <span class="highlight"></span> <span class="bar"></span> <label for="password" class="field-name">Password</label> label { /*color:#999;*/ font-size:16px; font-weight:normal; position:absolute; pointer-events:none; left:5px; top:10px; transition:0.2s ease all; } .highlight { position:absolute; height:60%; /*width:100px; */ top:25%; left:0; pointer-events:none; opacity:0.5; } .floating-label { position:relative; margin-bottom:20px; } .floating-input , .floating-select { font-size:14px; padding:4px 4px; display:block; width:100%; height:30px; background-color: transparent; border:none; border-bottom:1px solid #ccc; } .floating-input:focus , .floating-select:focus { outline:none; } .floating-input:focus ~ label, .floating-input:not([value=""]):valid ~ label { top:-18px; font-size:14px; color:#333; font-weight: 600; } 。 CLion在一种方法中知道它的定义,但在另一种方法中却不知道。为什么呢?

enter image description here

这是使用2017.1。

0 个答案:

没有答案