Android Calander Event
摘要:必须权限 Calendar Event Url private static String calanderURL = ""; private static String calanderEventURL = ""; private static String calanderRemi...
阅读全文
posted @
2015-07-21 14:21
QZB
阅读(403)
推荐(0)
Html 全屏切换效果
摘要:来源http://www.imooc.com/learn/374pageswitch.js(function ($) { var defaults = { 'container': '#container', //容器 'sections': '.section',...
阅读全文
posted @
2015-07-03 15:26
QZB
阅读(655)
推荐(0)
sql 随笔 2015-07-02
摘要:sql 自定义函数 --检查函数是否存在 if exists (select * from dbo.sysobjects where id = object_id(N'dbo.pTitleCase') and xtype in (N'FN', N'IF', N'TF')) drop fun...
阅读全文
posted @
2015-07-02 14:42
QZB
阅读(141)
推荐(0)