会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
馳騁衿琾
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2016年7月28日
MYSQL中replace into的用法
摘要: replace into是insert into的增强版, 在向表中插入数据时,我们经常会遇到这样的情况: 1、首先判断数据是否存在;2、如果不存在,则插入;3、如果存在,则更新。 SQL SERVER中可以这样写
阅读全文
posted @ 2016-07-28 16:59 馳騁衿琾
阅读(446)
评论(0)
推荐(0)
2016年7月21日
Could not create the view: An unexpected exception was thrown.问题解决
摘要: 今天打开Myeclipse10的时候,发现server窗口出现一堆问题,问题如标题,然后下方出现了一堆java.lang.NullPointerException的问题。 于是到工作空间下面的D:\Workspaces\.metadata\.plugins\org.eclipse.core.runt
阅读全文
posted @ 2016-07-21 09:13 馳騁衿琾
阅读(147)
评论(0)
推荐(0)
2016年7月19日
缓存自动清理
摘要: // JSP页面加入如下代码 // HTML加入如下代码 $.ajax({ type: "GET", url: "static/cache.js", dataType: "text", beforeSend :function(xmlHttp){ xmlHttp.setRequestHeader("If-Modified-Since","0"); xmlHtt...
阅读全文
posted @ 2016-07-19 09:29 馳騁衿琾
阅读(167)
评论(0)
推荐(0)
2016年7月18日
Spring通过SchedulerFactoryBean实现调度任务的配置(定时器)
摘要: execSyncNextWeekPlan --> ...
阅读全文
posted @ 2016-07-18 17:52 馳騁衿琾
阅读(7048)
评论(0)
推荐(0)
2016年7月15日
MySQL分组查询,前3条数据
摘要: 注:时间相同可能会有误差
阅读全文
posted @ 2016-07-15 17:10 馳騁衿琾
阅读(1669)
评论(0)
推荐(0)
ueditor编辑器的使用
摘要: // 获取编辑器内容(包括图片,视频,附件) var content=UE.getEditor('editor').getContent(); $.ajax({ url:v_url, async: true, dataType: 'json', type: 'post', data: content, success: fu...
阅读全文
posted @ 2016-07-15 14:34 馳騁衿琾
阅读(113)
评论(0)
推荐(0)
简单日历使用
摘要: /*日历调用*/ swiperDate('.input-date').init({ button: true }, function(ds){ var H=$("#calenderH").val(), M=$("#calenderM").val(), S=$("#calenderS").val(); ...
阅读全文
posted @ 2016-07-15 10:44 馳騁衿琾
阅读(134)
评论(0)
推荐(0)
2016年7月13日
Spring与Quartz实现定期任务
摘要: 转载至:http://my.oschina.net/lhplj/blog/213773 一个Quartz的CronTrigger表达式分为七项子表达式,其中每一项以空格隔开,从左到右分别是:秒,分,时,月的某天,月,星期的某天,年;其中年不是必须的,也就是说任何一个表达式最少需要六项! 例:0 0
阅读全文
posted @ 2016-07-13 18:02 馳騁衿琾
阅读(175)
评论(0)
推荐(0)
2016年7月12日
mybatis xml中不能直接用大于号、小于号要用转义字符
摘要: 2、使用 <![CDATA[ ]]>标记
阅读全文
posted @ 2016-07-12 16:36 馳騁衿琾
阅读(458)
评论(0)
推荐(0)
2016年7月7日
ueditor使用
摘要: <html> <head> <meta charset="UTF-8"> <title></title> <script type="text/javascript" charset="utf-8" src="ueditor.config.js"></script> <script type="te
阅读全文
posted @ 2016-07-07 10:15 馳騁衿琾
阅读(119)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告