杨庆荣的博客

工作之余接单:公司产品展示网站建设、电商网站建设、小程序、app开发。+86 13714715608

2024-07-14 23:37:28

vue2 通过 store 传递消息

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

2016-04-19 09:55:36

bootstrap overflow-y:hidden造成下拉菜单被隐藏

.navbar{ overflow-y:hidden;} 又是一个非常小的bug,却让我调试了好几个小时,真是汗颜。 我把css全部移掉后,下拉菜单就看到了,我这才知道问题的所在。

2016-04-16 15:03:41

cdn 跨域

在cdn中要添加http头例如: access-control-allow-origin * 指定允许的跨域请求的来源 我在nginx中添加,没效果,因为在cdn中没有添加http头。 location ~* \\.(eot|otf|ttf|woff)$ { add_header Access-Control-Allow-Origin *; }

2015-08-30 23:40:50

Failure to find org.restlet:org.restlet:jar:2.2.1

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

2015-07-23 15:38:45

css高度自适应代码

.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

2015-07-04 22:01:48

暑湿感冒

藿香正气散(丸),功用:解表化湿,理气和中。主治:外感风寒,内伤湿滞证。恶寒发热,头痛,胸膈满闷,脘腹疼痛,恶心呕吐,肠鸣泄泻,舌苔白腻,以及山岚瘴疟。

2015-07-04 21:38:32

公司网站建设的一些设计思想

前段时间接了个公司网站的活。用bootstrap开发。我觉得公司网站建设用html5比较好,现在很多浏览器已经支持html5了,另外xp的用户渐渐的减少了,html5是大趋势。 bootstrap同时支持浏览器和手机版,这个比较有优势。 另外中英繁板最好有语言包和语言表,这样处理起来会比较容易。 QQ 290359552

2015-05-08 15:58:39

QQ登录的一些经验

今天把刚弄好的QQ登录发给人们登,发现他们碰到登录后绑定和注册后绑定就没有再点了。现在人懒,所以最好把一键登录按钮留着,随机创建个用户什么的。