- 博客(3)
- 收藏
- 关注
原创 基于微信小程序开发的知晓云,前端工程师也能开发小程序!
前段时间才听说了这个知晓云,对于像我这种后端小白,无疑是非常有用的。不会后端也能开发微信小程序,自己也试了一下,觉得非常有用,接下来交大家怎么入门吧! 1.注册知晓云,注册好过后,需要邮箱激活并且完成相关信息填写 2.授权小程序 完成授权以后,接入知晓云SDK,(使用SDK文件版时,需要微信公众后台配置如下域名) 完成配置后,下载微信开发者工具和SDK ...
2018-08-14 23:04:10 1121
原创 git pull origin master出现的问题
当你git pull origin master时 $ git pull origin master 如果跳出 * branch master -> FETCH_HEAD fatal: refusing to merge unrelated histories 就执行 $ git pull origin master --allow-unrelated-histor...
2018-07-31 21:48:27 12532
原创 jQuery实现点击链接页面刷新后保留鼠标点击addclass的样式
$("a").each(function(){ var href = $(this).attr('href') if(location.pathname == $(this).attr('href'))){ $(this).addClass('current-active'); } })
2018-07-25 14:48:04 914 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人