摘要:
阅读全文
摘要:
DataTables(http://www.datatables.net/)应该是我到目前为止见过的,功能最强大的表格解决方案(当然,不计算其它整套框架中的table控件在内)。先把它主页上写的特性翻译罗列如下:可变长度分页;动态过滤;多列排序,带数据类型检测功能;列宽度的智能处理;从多种数据源获取数据(DOM,js Array, ajax file, server-side returning);滚动配置属性;完整国际化支持; jquery UI ThemeRoller支持;经历了个2600多个单元测试,相当牢固;有为数不少的插件支持;免费的;状态保存能力;支持隐藏列;动态创建表格的能力;自 阅读全文
摘要:
http://blog.csdn.net/edward0830ly/article/details/8748986 阅读全文
摘要:
http://blog.csdn.net/keithssy/article/details/8038320 阅读全文
摘要:
http://quirktools.com/screenfly/ 阅读全文
摘要:
http://www.cnblogs.com/lhb25/archive/2012/11/15/more-html5-apis.html 阅读全文
摘要:
http://tools.webdirections.org/ 阅读全文
摘要:
最近新装了Win7,打开eclipse3.7中文字体很小,简直难以辨认。在网上搜索发现这是由于Eclipse 3.7 用的字体是 Consolas,显示中文的时候默认太小了。 解决方式有两种:一、把字体设置为Courier New操作步骤:打开Elcipse,点击菜单栏上的“Windows”——点击“Preferences”——点击“Genneral”——点击“Appearance”——点击“Colors and Font”——在右侧框展开“Basic”文件夹--双击“Text Font”——在弹出窗选择“Courier New”(注:这里可能找不到“Courier New”,点击字体选择框左 阅读全文
摘要:
public class CreateDelFileUtils implements Serializable{ /** * */ private static final long serialVersionUID = 6901439536149050733L; private CreateDelFileUtils(){} /** * 通过传入的当前用户,清空当前用户所在的个人excel文件生成文件夹. * @param employee 当前登录用户 */ public static String delAndCreateSessionUser(String userId ,... 阅读全文
摘要:
public class ChartUtil { public static ChartUtil chartUtil; private RoomViewsDataService roomViewsDataService; /** * 创建报表图 * @return * @throws IOException */ public static String createChartImage(String userId ,String userName , String livingId) throws IOException{ //生成3D折线图(柱状图只改方法名createLineC... 阅读全文