在xampp安装目录下找到xampp,这个文件默认路径是: /Applications/XAMPP/xamppfiles/xampp用文本编辑器打开, 搜索:1$XAMPP_ROOT/bin/mysql.server start > /dev/null &在那一行前面添加:1unset DYLD_LIBRARY_PATH保存退出, 重新打开xampp, 开启MySQL。
Continue reading
Chrome Developer Tools是前端开发不可缺少的利器,这里介绍几个有趣的Command Line API,使得开发调试过程中,不经意的透露出那点点的优雅。
微信转自:企业微信号团队播客
主要内容:
随意的文件跳转
随意的方法跳转
灵活的断点设置,我要你停你才停
快速打开关闭Console
Elements页卡中几个有用的快捷键
指定的XHR断点
快速模拟移动设备
之前有分享到我
Continue reading
#1 . Either/or
Google normally searches for pages that contain all the words you type in the search box, but if you want pages that have one term or another (or both), use the OR operator – or use the
Continue reading
Chrome Developer Tools是前端开发不可缺少的利器,这里介绍几个有趣的Command Line API,使得开发调试过程中,不经意的透露出那点点的优雅。
微信转自:企业微信号团队播客
主要内容:
记录ex的 $_
记录现任的 $0
简洁的 $(selector) 和 $$(selector)
拷贝Object的 copy(Object)
更优雅的打断点 debug(functi
Continue reading
Back in May, Nettuts+ ran a great article titled “7 Simple and Useful Command-Line Tips”; this was a great article for getting started with using the command line. But there’s a lot more you can learn
Continue reading