05 2015 档案

css 动画类库Animate.css
摘要:地址为:http://daneden.github.io/animate.css/源码地址为:https://github.com/daneden/animate.css简单的使用方法:Animate.cssJust-add-water CSS animationanimate.cssis a bu... 阅读全文

posted @ 2015-05-31 11:58 荣锋亮 阅读(1421) 评论(0) 推荐(0) 编辑

WCF Client is Open Source
摘要:WCF Client is Open SourceWednesday, May 20, 2015AnnouncementNew ProjectWCFWe’re excited to announce a new open source project on GitHub from the WCF t... 阅读全文

posted @ 2015-05-21 21:00 荣锋亮 阅读(331) 评论(0) 推荐(0) 编辑

js 动态 activex 组件
摘要:function writeObject(){ var obj = document.getElementById("mydelphi"); if(!obj){ var divobj = document.createElement("div"); ... 阅读全文

posted @ 2015-05-14 21:58 荣锋亮 阅读(578) 评论(0) 推荐(0) 编辑

nodejs 任务调度使用
摘要:使用的模块node-schedule的使用例子:1:确定时间var schedule = require("node-schedule");console.log("执行任务开始"); var date = new Date(2015,4,9,23,44,0); var j = sche... 阅读全文

posted @ 2015-05-09 23:50 荣锋亮 阅读(1683) 评论(0) 推荐(0) 编辑

javascript 停止事件冒泡以及阻止默认事件冒泡
摘要:停止事件冒泡function stopBubble(e) { // 如果提供了事件对象,则这是一个非IE浏览器 if ( e && e.stopPropagation ) { // 因此它支持W3C的stopPropagation()方法 e.stopPro... 阅读全文

posted @ 2015-05-07 14:56 荣锋亮 阅读(333) 评论(0) 推荐(0) 编辑

使用SQL字符串反转函数REVERSE巧妙实现lastindexof功能
摘要:要实现一个简单的业务: 使用SQL脚本获取字符串'large/020700/61970b0101.jpg' 中的'61970b0101.jpg'部分。先想到的是C#中的lastindexof,但是SQL中没有这个函数,只有charindex函数,只好使用现有资源想办法曲线解决了。解决思路:1、使用R... 阅读全文

posted @ 2015-05-04 23:46 荣锋亮 阅读(2821) 评论(0) 推荐(0) 编辑

导航