摘要:
public class IteratorTest { public static void main(String[] args) { List list = new ArrayList(); list.add("aaa"); list.add("bbb"); list.add("ccc"); Iterat... 阅读全文
摘要:
# switch to postgres account sudo su postgres # create a new postgres login: jetty; and set the password to jetty # since most of our database dump has jetty as the user createuser -P -d -a -e jet... 阅读全文