永夜 Blog

解决之后正常查询结果,只有2位! 0

MySQL SUM function results in solutions of up to 13 decimals!

Post Views: 32 sql statement: (SELECT SUM(O_G.GOODS_AMOUNT) as AMOUNT_SUM,SUM(o_g.goods_cost*o_g.goods_number) as cost_sum,sum(o_g.goods_number) as number_sum from ERP_ORDER_GOODS AS O_G left outer join erp_order as o on o_g.order_id = o.order_id left outer join erp_goods as g on...

选择是的时候,新建元素已经可以弹出信息输入框! 0

In jQuery for new elements created by the script cannot execute the resolution of the event handler!

Post Views: 9 HTML structure: <td><span id=”is_mar431″><input class=”is_mar” value=”0″ id=”is_mar431_0″ checked=”checked” type=”radio” name=”is_mar431″ /> <label for=”is_mar431_0″>no</label>&nbsp;<input class=”is_mar” value=”1″ id=”is_mar431_1″ type=”radio” name=”is_mar431″ /> <label for=”is_mar431_1″> is </label></span></td> JS structure (front):     // Whether it is...