- 博客(5)
- 收藏
- 关注

原创 两栏等高布局||两栏自适应高度
常用两栏等高布局三种方法这里梳理一下三种常用的两栏等高布局方法,如有谬误,欢迎指正-、margin-bottom和padding-bottomhtmlhellohellohellohelloworldcss.f{float:left}div{overflow:hidden;//这句特别重要}p{width:200px}#p1{ma
2017-02-24 14:43:31
4961
1
转载 php安装扩展的四种方法
转自:http://doc3.workerman.net/appendices/install-extension.html如何确定PHP安装了哪些扩展运行php -m会列出命令行 PHP CLI 已经安装的扩展,结果类似如下:~# php -m[PHP Modules]libeventposixpcntl...如何确定PHP的php.ini文件的位置当我们...
2019-03-11 22:31:55
1238
原创 小程序获取用户openId等敏感信息的两种途径
一、 (1) wx.login(),获取code(2)开发者服务器调用API(根据code)二、 (1)wx.login()(2)wx.getUserInfo //withCredentials = true(3)开发者服务器根据code后去session_key,用session_key对 (1)中获得的加密数据进行解密即可PS、关键知识点是理解wx.getUserInf
2017-11-22 16:05:32
3002
1
原创 仿知乎问答颜色渐变遮罩CSS代码
颜色渐变代码(从透明到某色调)background-image: -webkit-linear-gradient(top,rgba(0,0,0,0),#0084ff); */ background-image: linear-gradient(180deg,hsla(255,0%,100%,0),#fff);
2017-10-27 13:40:27
1600
原创 关于微信浏览器 设置遮罩层后 onverflow:hidden属性不起作用,仍然导致下层内容可滚动的解决办法
阻止移动端手指滑动事件冒泡到父层$('.M').on('touchmove',function (e){ e.preventDefault(); });
2017-08-02 17:02:55
1553
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人