eq - Equal to value
ne - Not Equal to value
ew - Ends with value
sw - Starts with value
ct - Contains value (substring)
re - Regular expression value matches
operator is one of the following for numeric values:
eq - Equal to value
ne - Not Equal to value
gt - Greater than value
ge - Greater than or equal value
lt - Less than value
le - Less than or equal value
Sigar sigar = new Sigar();
ProcessFinder find = new ProcessFinder(sigar);
long pid = find.findSingleProcess("Exe.Name.ct=explorer");
ProcMem memory = new ProcMem();
memory.gather(sigar, pid);
System.out.println(Long.toString(memory.getSize()));
.form-group.required .control-label:before{ color: red; content: "*"; position: absolute; margin-left: -15px; } 라벨 왼쪽에 * 넣기 bootstrap.css에 추가 폼에 required 추가 class="form-group required"
댓글
댓글 쓰기