会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Amy-WebFrontEnd
It's not how big the house is,it's how happy the house is.
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2017年2月6日
使用nodejs安装http-server
摘要: 一、下载nodejs(https://nodejs.org/) 二、在环境变量中配置nodejs路径: path: D:\Program\nodejs\ 三、打开终端: 使用node -v测试nodejs是否安装成功 四、nodejs安装成功后使用命令安装http-server npm instal
阅读全文
posted @ 2017-02-06 11:01 Amy-WebFrontEnd
阅读(1162)
评论(0)
推荐(0)
2017年1月24日
行内元素内边距对左右下起作用,外边距只对左右起作用
摘要: .s1的外边距:左右起作用,上下未起作用 .s3的内边距:明显可以看出上边距没起作用 参考: http://www.qdfuns.com/notes/26090/795e5a3545adf6d045e65c9cf2c93f74.html
阅读全文
posted @ 2017-01-24 15:20 Amy-WebFrontEnd
阅读(1606)
评论(0)
推荐(0)
2017年1月23日
微信小程序示例
摘要: http://www.cnblogs.com/ihardcoder/p/6097941.html http://www.wxapp-union.com/ http://blog.csdn.net/lingyb011/article/details/53066740 http://blog.csdn.
阅读全文
posted @ 2017-01-23 16:35 Amy-WebFrontEnd
阅读(202)
评论(0)
推荐(0)
2017年1月17日
微信小程序中自定义swiper轮播图面板指示点的样式
摘要: 重置样式: 后面板指示点的整体位置并没有处于图片的右下方,如果有同仁遇到此问题,请在评论区给予相应的解释,谢谢! http://www.wxapp-union.com/forum.php?mod=viewthread&tid=2131 在上面链接中找到了解决方法,不使用自带的指示点,通过自定义来实现
阅读全文
posted @ 2017-01-17 17:48 Amy-WebFrontEnd
阅读(1738)
评论(0)
推荐(0)
2017年1月15日
微信小程序问题2:未配置
摘要: app.json 中未配置当前页面 pages/swipertest/swipertest 请检查后重试。console.error(`PAGE DEFINE ERRORapp.json 中未配置,当前页面 pages/swipertest/swipertest 请检查后重试。 原因:app.jso
阅读全文
posted @ 2017-01-15 19:20 Amy-WebFrontEnd
阅读(1211)
评论(0)
推荐(0)
横向滚动视图scroll-into-view不起作用
摘要: 横向视图scroll-into-view指定的id为hpink,但是效果图中显示的还是第1个view(未达到效果); 纵向视图scroll-into-view指定的id为yellowgreen,效果图中显示的则是yellowgreen(达到了效果);
阅读全文
posted @ 2017-01-15 18:50 Amy-WebFrontEnd
阅读(2259)
评论(4)
推荐(0)
2017年1月13日
Linux下perl模块安装
摘要: perl模块下载地址: http://search.cpan.org/ 假设放在/usr/local/src/下 cd /usr/local/src 上传下载的压缩包CGI-Session-3.95.tar.gz,通过命令解压压缩包 .tar.gz 和 .tgz解压:tar zxvf FileNam
阅读全文
posted @ 2017-01-13 17:02 Amy-WebFrontEnd
阅读(1652)
评论(0)
推荐(0)
2017年1月4日
angularjs form表单验证
摘要: http://www.cnblogs.com/rohelm/p/4033513.html
阅读全文
posted @ 2017-01-04 17:26 Amy-WebFrontEnd
阅读(135)
评论(0)
推荐(0)
Angularjs兼容IE
摘要: http://www.tuicool.com/articles/EJv6riY http://www.angularjs.cn/A00v http://www.cnblogs.com/ahl5esoft/p/3872597.html
阅读全文
posted @ 2017-01-04 15:08 Amy-WebFrontEnd
阅读(176)
评论(0)
推荐(0)
2017年1月3日
input file限制上传文件类型
摘要: http://www.cnblogs.com/haocool/p/3431181.html http://www.haorooms.com/post/input_file_leixing http://www.jb51.net/article/43498.htm
阅读全文
posted @ 2017-01-03 17:10 Amy-WebFrontEnd
阅读(331)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告