×

Falcon

  • MAC瘦身,XCODE手動清理

    下面是一些清理的方法:開啟Finder使用快捷鍵command shift g輸入路徑即可進入該資料夾 1. 移除DerivedData,建議定期清理,會重新生成 此資料夾內是模擬器執行每個APP生成的快取檔案,刪除之後只是再重新執行APP時會重新編譯耗時較長,並再次生成快取檔案。~/Library/Developer/Xcode/DerivedData...

    2020-09-09 06:09 Falcon 阅读
  • vue.js 使用vuefire整合 firebase

    This is a step by step Vue.JS and Firebase tutorial, In this tutorial we are going to explain how to integrate Cloud Firestore database in Vue application using the VueFire package...

    2020-08-29 15:05 Falcon 阅读
  • 关闭 WordPress 自动更新及 WP 降级方法

    前言 最近 WordPress 发布了 5.0 正式版,一般 WordPress 都会在后台自动更新网站程序到最新版版本。 出于主题、插件兼容性或使用习惯等原因,可能并不是所有用户都想更新立刻到最新版,那么就需要禁止关闭 WordPress 自动更新,或者将 WordPress 降级恢复到旧版本。 关闭 WordPress 自动更新 #...

    2020-08-28 08:38 Falcon 阅读
  • 在vue中使用 Sass/SCSS 预处理器

    默认情况下vue遇到模板中的 scss会报错,比如下面这个模板的标签: <style lang="scss" scoped> h2{ color:red; } .title { &-sample{ color:blue; } } </style> 原因是...

    2020-08-27 04:55 Falcon 阅读
  • Emmet 语法速查表

    Emmet 是高效、快速编写 HTML 和 CSS 代码的一种插件,如果还不了解,请戳Emmet — the essential toolkit for web-developers,再根据你使用的编辑器(sublime 或 vim 等)下载对应的 Emmet 插件,让你的代码快步如飞吧。下面我记录下常用的 Emmet 语法和快捷键。代码区里的均...

    2020-08-25 09:43 Falcon 阅读
  • 9个漂亮的导航菜单设计(youtube)

    Some Responsive Navigation bar using html css js jquerry are showcased in the video! These are some examples made using HTML, CSS, JAVASCRIPT animations and effects. Checkout tho...

    2020-08-25 08:32 Falcon 阅读
  • 一份个人学习Go语言和计算机系统知识的笔记,总结得非常好

    This repo contains my notes on work with Go and computer systems Table of Contents Language Specification Syntax Variables: Zero value concept | Initialization | C...

    2020-08-24 11:56 Falcon 阅读
  • Easy Digital Downloads 免费主题Vendd

    Vendd is a full-featured marketplace theme for Easy Digital Downloads, supporting extensions, and other handy WordPress plugins. Built and designed by the EDD team, Vendd...

    2020-08-24 08:32 Falcon 阅读
  • 2020 年最受欢迎的 7 个JavaScript 库

    1. Anime.js 2. Howler.js 3. Chart.js 4. Reveal.js 5. Three.js 6. Pixi.js 7. Video.js

    2020-08-23 16:36 Falcon 阅读