1.Get user SELECT * FROM dm_user WHERE r_is_group = 0 2.Get Group SELECT * FROM dm_group WHERE group_class = 'group' 3.Get File SELECT * FROM dm_document(ALL) WHEREFOLDER('{0}') SELECT * FROM dm_document(ALL) WHEREFOLDER(ID('{0}')) 4.Get Versio
boolean attribute(布尔值属性) boolean attribute HTML - Why boolean attributes do not have boolean value? Boolean HTML Attributes HTML Boolean Attributes A number of attributes are boolean attributes. The presence of a boolean attribute on an ele
public class test { public static void main(String[] args) { List<Bill> list = new test().setObject(); Set<String> set = new HashSet(); for (Bill bills : list) { set.add(bills.getTradeTime().substring(0, 8)); } List list1 = new ArrayList(); in