Pop

PopWindow的使用

方法1:public PopupWindow pop=null;public View pop_view;--------------------pop_view = getLayoutInflater().inflate(R.layout.list_pop, null,false);pop= newPopupWindow(pop_view,LayoutP...

sql:关于Oracle的update from语句

      还是带有SQL Server的习惯,在Oracle中经常使用update from结构,事实上Oracle中是不存在from语句的。 Code 1      update hek_om_pop_lines_all 2      set quantity_2 = quantity_1 3      from hek_om_pop_lines_...