在使用bootstrap和easyui的时候,发现很多有冲突的地方,包括datagrid控件和combo等,以下进行的问题修正,保证easyui正常显示/*bootstrap兼容问题和easyui的bug*/.panel-header, .panel-body {border-width: 0px;...
分类:
其他好文 时间:
2014-06-29 00:56:54
阅读次数:
321
官方网址:http://search.cpan.org/~stbey/Date-Calc-6.3/lib/Date/Calc.pod#___top use Date::Calc qw( Days_in_Year Days_in_Month Weeks_in_Year ...
分类:
其他好文 时间:
2014-06-28 21:46:03
阅读次数:
506
①使用binary_search前要先保证有序②binary_search函数仅返回true或false③
分类:
其他好文 时间:
2014-06-21 12:49:50
阅读次数:
202
在Get请求中,如果请求参数中带有中文,如 http://localhost:8080/DinnerParty/shop/search?query=多伦多, 在服务端拿到的是乱码。这是因为客户端提交过去的是UTF-8编码的数据,而服务端解析URi时可能使用的是iso8859-1编码。修改tomcat...
分类:
编程语言 时间:
2014-06-21 10:51:56
阅读次数:
317
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
其他好文 时间:
2014-06-21 06:58:22
阅读次数:
186
非常菜的iOS菜鸟一枚~~~~~最近做项目里需要一个搜索框,UI设计的是使用自定义的外观,所以需要修改很多内置的东西,写代码和调试的过程搜了很多资料,也在stack上问了很多问题,发现关于UISearchBar的资料少得可怜,尤其是iOS7里search bar的资料更是几近没有,所以我整理了一下我...
分类:
其他好文 时间:
2014-06-18 20:46:54
阅读次数:
222
/* 啥也不说了,直接套模板。。。 */ 1 #include 2 #include 3 #include 4 #include 5 #include 6 #define N 500000 7 using namespace std; 8 9 class A...
分类:
其他好文 时间:
2014-06-18 12:53:46
阅读次数:
152
1.在Action中定义,context用于传递搜索条件和分组条件,在搜索视图中默认显示: 示例代码: Leaves Summary hr.holidays form tree,form {'search_default_group_type': 1, ...
分类:
其他好文 时间:
2014-06-18 10:22:52
阅读次数:
333
在Extjs 中, 单一的 Column Chart 的展示效果如上。
定义的步骤如下:
1. 创建一个 Ext.chart.Chart
2. 配置坐标轴 axes
配置一个Category 类型的横坐标, 用来显示月份
配置一个 Numeric 类型的纵坐标, 用来显示这个月份的数据
3. 配置显示的图 series
配置 column 类型的柱状图。...
分类:
Web程序 时间:
2014-06-18 07:33:49
阅读次数:
439
快两年了,Iveely Search Engine已经走过了5个版本的岁月,虽出生“贫寒”,没有任何开源基金会的支持,没有优秀的“干爹、干妈”,它凭着它的爱好者的支持,0.6.0终于破壳而出,7年前,我开始研究搜索引擎,开始构思我的想法,今天的0.6.0是目前最接近我最初想法的一个版本。简单的...
分类:
其他好文 时间:
2014-06-17 21:13:44
阅读次数:
270