会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
北斗极星
博客园
首页
新随笔
联系
管理
上一页
1
···
19
20
21
22
23
24
25
26
27
···
43
下一页
2014年9月27日
多表联合查询 实例
摘要: 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 北斗极星
阅读(321)
评论(0)
推荐(0)
2014年9月25日
Extend ComboGrid Editors for DataGrid Of JQuery EasyUI
摘要: 在JQueryEasyUI中为DataGrid自定义了一个ComboGrid编辑器。具体方法:自己写一个扩展$.extend($.fn.datagrid.defaults.editors, { combogrid: { init: function (container, op...
阅读全文
posted @ 2014-09-25 17:07 北斗极星
阅读(1126)
评论(0)
推荐(0)
2014年9月23日
标记1236
摘要: 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 北斗极星
阅读(264)
评论(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 北斗极星
阅读(280)
评论(0)
推荐(0)
2014年9月20日
CI 在nginx中出现404错误的解决方式
摘要: 因为你的nginx配置的是截取.php文件后缀的访问转发到PHP-CGI,而index.php和index.php/是不一样的。。 你在nginx里面写一句: if (!-e $request_filename) { rewrite ^.*$ /index.php last; }//...
阅读全文
posted @ 2014-09-20 23:59 北斗极星
阅读(2279)
评论(0)
推荐(0)
给easyui datagrid 添加mouseover和mouseout事件
摘要: http://www.loststop.com/archive/soft-and-internet/3819.htmlhttp://www.loststop.com/easyui/demo/datagrid6.html
阅读全文
posted @ 2014-09-20 11:46 北斗极星
阅读(549)
评论(0)
推荐(0)
2014年9月19日
easyui plugin —— etreegrid:CRUD Treegrid
摘要: 昨天写了一个ko+easyui的同样的实现,感觉写的太乱,用起来十分麻烦,于是今天照着edatagrid,写了一个etreegrid,这样再用ko绑定就方便多了。 使用很简单,$(tableId).etreegrid({idField:''parentIdField:'',treeField:'...
阅读全文
posted @ 2014-09-19 21:17 北斗极星
阅读(661)
评论(0)
推荐(0)
easyui 中的treegrid添加checkbox
摘要: Name Size Modified Date [{ "id":"type_1", "...
阅读全文
posted @ 2014-09-19 20:59 北斗极星
阅读(4633)
评论(0)
推荐(0)
2014年9月16日
Jquery 输入金额格式限制 插件
摘要: (function($) { $.fn.extend({ money_mode: function(options) { var defaults = { decimal_length: 2,//小数点位数 ...
阅读全文
posted @ 2014-09-16 23:06 北斗极星
阅读(1417)
评论(0)
推荐(0)
jquery formatCurrency货币格式化处理
摘要: // 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 北斗极星
阅读(4057)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
43
下一页
公告