上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 43 下一页
摘要: SELECT am.`account_id` , am.`related_id` , am.`dept_id` , am.`staff_id` , am.`inout_date` , am.`summary` , am.`ought_money` , am.`derate_money` , am.`... 阅读全文
posted @ 2014-09-27 13:48 北斗极星 阅读(319) 评论(0) 推荐(0) 编辑
摘要: 在JQueryEasyUI中为DataGrid自定义了一个ComboGrid编辑器。具体方法:自己写一个扩展$.extend($.fn.datagrid.defaults.editors, { combogrid: { init: function (container, op... 阅读全文
posted @ 2014-09-25 17:07 北斗极星 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: 1111 ,'item_id' => 1, 'pro_id' => 1, 'pro_name' => 1111 ,'buy_num' => 5),Array ( 'order_id' => 1111 ,'item_id' => 2 ,'pro_id' => 2 ,'pro_name' => 222... 阅读全文
posted @ 2014-09-23 17:37 北斗极星 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1111 ,'item_id' => 1, 'pro_id' => 1, 'pro_name' => 1111 ,'buy_num' => 5),Array ( 'order_id' => 1111 ,'item_id' => 2 ,'pro_id' => 2 ,'pro_name' => 222... 阅读全文
posted @ 2014-09-23 01:11 北斗极星 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 因为你的nginx配置的是截取.php文件后缀的访问转发到PHP-CGI,而index.php和index.php/是不一样的。。 你在nginx里面写一句: if (!-e $request_filename) { rewrite ^.*$ /index.php last; }//... 阅读全文
posted @ 2014-09-20 23:59 北斗极星 阅读(2236) 评论(0) 推荐(0) 编辑
摘要: http://www.loststop.com/archive/soft-and-internet/3819.htmlhttp://www.loststop.com/easyui/demo/datagrid6.html 阅读全文
posted @ 2014-09-20 11:46 北斗极星 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 昨天写了一个ko+easyui的同样的实现,感觉写的太乱,用起来十分麻烦,于是今天照着edatagrid,写了一个etreegrid,这样再用ko绑定就方便多了。 使用很简单,$(tableId).etreegrid({idField:''parentIdField:'',treeField:'... 阅读全文
posted @ 2014-09-19 21:17 北斗极星 阅读(655) 评论(0) 推荐(0) 编辑
摘要: Name Size Modified Date [{ "id":"type_1", "... 阅读全文
posted @ 2014-09-19 20:59 北斗极星 阅读(4616) 评论(0) 推荐(0) 编辑
摘要: (function($) { $.fn.extend({ money_mode: function(options) { var defaults = { decimal_length: 2,//小数点位数 ... 阅读全文
posted @ 2014-09-16 23:06 北斗极星 阅读(1407) 评论(0) 推荐(0) 编辑
摘要: // This file is part of the jQuery formatCurrency Plugin.//// The jQuery formatCurrency Plugin is free software: you can redistribute it// and/... 阅读全文
posted @ 2014-09-16 22:58 北斗极星 阅读(4050) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 43 下一页