• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
如何静
博客园 | 首页 | 新随笔 | 新文章 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 ··· 12 下一页

2016年8月17日

dashboard
摘要: http://www.htmleaf.com/pins/chart-doc/index.html http://www.flotcharts.org/flot/examples/ https://github.com/flot/flot/blob/master/API.md 阅读全文
posted @ 2016-08-17 09:34 如何静 阅读(192) 评论(0) 推荐(0)
 
 

2016年8月12日

tomcat 清理日志
摘要: clear_log.sh #!/bin/bash #clear tomcat logs #log size (1M bytes),if lt, clear LOG_FILE_SIZE=1024000 #define logs location logs=(/usr/local/tomcat/logs/catalina.out) for ff in "${logs[@]}"; ... 阅读全文
posted @ 2016-08-12 16:02 如何静 阅读(1546) 评论(0) 推荐(0)
 
 

2016年8月11日

jQuery datatable
摘要: 特性罗列如下: 可变长度分页;动态过滤;多列排序,带数据类型检测功能;列宽度的智能处理;从多种数据源获取数据(DOM,js Array, ajax file, server-side returning);滚动配置属性;完整国际化支持; jquery UI ThemeRoller支持;经历了个260 阅读全文
posted @ 2016-08-11 14:09 如何静 阅读(2989) 评论(0) 推荐(0)
 
 

2016年8月10日

php wampserver 80 端口无法开启的解决方法
摘要: 下载Microsoft Visual C++ 2005 Redistributable Package x86 和 x64(vc_redist.x86.exe/vc_redist.x64.exe) 安装后重启 阅读全文
posted @ 2016-08-10 14:22 如何静 阅读(268) 评论(0) 推荐(0)
 
 

2016年7月25日

mysql 行列转换
摘要: CREATE OR REPLACE VIEW assign_view ASSELECT a.event_batch_id AS event_batch_id, (SELECT concat(u.firstname,' ',u.lastname) FROM user u WHERE u.id = a. 阅读全文
posted @ 2016-07-25 17:29 如何静 阅读(224) 评论(0) 推荐(0)
 
 

2016年7月18日

jQuery-2.1.4.min.js:4 Uncaught TypeError: Illegal invocation
摘要: jQuery-2.1.4.min.js:4 Uncaught TypeError: Illegal invocation 此错误与crsf有关 阅读全文
posted @ 2016-07-18 13:29 如何静 阅读(2313) 评论(0) 推荐(0)
 
 

2016年7月15日

Hibernate一对多 特殊的数据类型的注解
摘要: 1.String 类型 @ElementCollection(targetClass = String.class,fetch = FetchType.EAGER) @CollectionTable(name = "TASK_MEDIAS") private List<String> medias 阅读全文
posted @ 2016-07-15 15:27 如何静 阅读(217) 评论(0) 推荐(0)
 
 

2016年7月14日

学习记录--遇到多个构造参数时考虑用构建器
摘要: public class NutritionFacts { private final int servingSize; private final int servings; private final int calories; private final int fat; private final int sodium; pri... 阅读全文
posted @ 2016-07-14 09:33 如何静 阅读(114) 评论(0) 推荐(0)
 
 

2016年6月17日

Date get period
摘要: /** * get period for last year * @param time * @return */ public static DatePeriodDTO getLastYear(long time) { Calendar calendar = Calendar.getInstanc 阅读全文
posted @ 2016-06-17 12:02 如何静 阅读(332) 评论(0) 推荐(0)
 
 

2016年6月7日

Spring Autowired错误???
摘要: @SpringBootApplicationpublic class TestMqApplication extends SpringBootServletInitializer { @SuppressWarnings("unused") public static void main(String 阅读全文
posted @ 2016-06-07 10:38 如何静 阅读(2798) 评论(0) 推荐(0)
 
 
上一页 1 2 3 4 5 6 7 ··· 12 下一页

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3