摘要:
Pure CSS buttons that actually look good – is it a myth? These days, I don’t believe they are. Sometimes I’m too lazy to get onto photoshop and play a... 阅读全文
摘要:
I like to be confident with post titles, but the reality in this case is a*possible*solution for very long dropdowns. The problem with long dropdowns ... 阅读全文
摘要:
CREATE OR REPLACE FUNCTION array_append_distinct(anyarray, anyelement) RETURNS anyarray AS $$ SELECT ARRAY(SELECT unnest($1) union SELECT $2) $$ L... 阅读全文