杨庆荣的博客
工作之余接单:公司产品展示网站建设、电商网站建设、小程序、app开发。+86 13714715608
store/index.js import Vue from 'vue' import Vuex from 'vuex' Vue.use(Vuex) export default new Vuex.Store({ state: { category:{}, }, mutations: { setCategory(state,ctg){ state.category = ctg; } }, acti
.navbar{ overflow-y:hidden;} 又是一个非常小的bug,却让我调试了好几个小时,真是汗颜。 我把css全部移掉后,下拉菜单就看到了,我这才知道问题的所在。
在cdn中要添加http头例如: access-control-allow-origin * 指定允许的跨域请求的来源 我在nginx中添加,没效果,因为在cdn中没有添加http头。 location ~* \\.(eot|otf|ttf|woff)$ { add_header Access-Control-Allow-Origin *; }
error [ERROR] Failed to execute goal on project *: Could not resolve dependencies for project *:war:1.0: Failure to find org.restlet:org.restlet:jar:2.2.1 in http://maven.oschina.net/content/groups/pu
.wChatRow{ border:1px solid green; display:block; width:100%; overflow:hidden; } .wChatL{ width:20%; float:left; display:block; margin-bottom:-10000px; padding-bottom:10000px; } .wChatR{ width:78%; fl
藿香正气散(丸),功用:解表化湿,理气和中。主治:外感风寒,内伤湿滞证。恶寒发热,头痛,胸膈满闷,脘腹疼痛,恶心呕吐,肠鸣泄泻,舌苔白腻,以及山岚瘴疟。
前段时间接了个公司网站的活。用bootstrap开发。我觉得公司网站建设用html5比较好,现在很多浏览器已经支持html5了,另外xp的用户渐渐的减少了,html5是大趋势。 bootstrap同时支持浏览器和手机版,这个比较有优势。 另外中英繁板最好有语言包和语言表,这样处理起来会比较容易。 QQ 290359552
今天把刚弄好的QQ登录发给人们登,发现他们碰到登录后绑定和注册后绑定就没有再点了。现在人懒,所以最好把一键登录按钮留着,随机创建个用户什么的。