10 2015 档案

摘要:access_token是公众号的全局唯一票据,公众号调用各接口时都需使用access_token。开发者需要进行妥善保存。access_token的存储至少要保留512个字符空间。access_token的有效期目前为2个小时(7200s),需定时刷新,重复获取将导致上次获取的access_tok... 阅读全文
posted @ 2015-10-30 16:31 lizsCnBlog 阅读(892) 评论(0) 推荐(0)
摘要:分享的制作一般都用 标签,href 如下: 一般的分享链接只需要两个参数就行,一个是页面的标题(title),另一个是页面的链接(url),至于腾讯微博和新浪微博都需要一个appkey.腾讯微博: "http://v.t.qq.com/share/share.php?title={title}&... 阅读全文
posted @ 2015-10-13 17:39 lizsCnBlog 阅读(300) 评论(0) 推荐(0)
摘要:Less is a CSS pre-processor, meaning that it extends the CSS language, adding features that allow variables, mixins, functions and many other techni... 阅读全文
posted @ 2015-10-05 21:15 lizsCnBlog 阅读(253) 评论(0) 推荐(0)