
前端
fitchliu
小小的身躯 大大的力量
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
js图片滚动
图片滚动 #demo { margin-left:auto;margin-right:auto;background: #FFF; overflow:hidden; //内容溢出的时候,溢出的内容隐藏起来border: 1px dashed #CCC; width: 700px;} #demo img { border: 3px sol转载 2016-09-08 09:39:36 · 257 阅读 · 0 评论 -
利用createobjectUrl图片预览以及上传
步骤1:创建一个表单<form class="form-horizontal" id="uploadForm" enctype="multipart/form-data"><div class="form-group"> <label for="Email" class="col-sm-2 control原创 2017-08-19 13:36:12 · 1378 阅读 · 0 评论 -
Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension,
这个问题,我网上搜索了一下,有人说是在chrome快捷图标的属性那里添加一段代码; 大部分都是这样说的。。可是为什么有就不成功。。虽然不报这个错误,但是报404。 里面的search和nid是什么鬼 。。我的请求里没有这个啊。后来在stackoverflow有人说要有服务器。 可是我就是想简单的弄一个静态页面。但是最终没有办法,只好弄一个服务器。。不想弄一个复杂的服务器。听了推荐,谷歌插件里有w原创 2017-09-26 17:07:01 · 431 阅读 · 0 评论 -
IE browser and WeChat video tag
because of the font原创 2018-07-08 10:57:37 · 377 阅读 · 0 评论 -
angular6 ------ build multiple environments
At the first place, before version 6, ng build --env=dev its ok. but in angular6, –env is not supported . –env got changed into –configuration or -c ( and now is more powerful). Before pack the pr...原创 2018-07-29 21:13:10 · 928 阅读 · 0 评论