项目作者: xgqfrms

项目描述 :
FEIQA: Front End Interviews Question & Answers
高级语言: JavaScript
项目地址: git://github.com/xgqfrms/FEIQA.git
创建时间: 2018-04-22T13:56:17Z
项目社区:https://github.com/xgqfrms/FEIQA

开源协议:MIT License

下载


FEIQA

FEIQA: Front End Interviews Question & Answers

https://feiqa.xgqfrms.xyz/index.html

  1. $ browser-sync start --server --files --port 8888 "./000-xyz/CSS-tricks/**/*.html"
  2. $ browser-sync start -s -f -p 8888 "./000-xyz/CSS-tricks/**/*.html"
  3. # http://localhost:3000/css-border.html
  4. $ cd 000-xyz/CSS-tricks && browser-sync start -s -f -p 8888 "./*.html"

https://www.sitepoint.com/improve-workflow-browsersync-2-0/

https://scotch.io/tutorials/how-to-use-browsersync-for-faster-development

VS code & snippets

  1. {
  2. // Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and
  3. // description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
  4. // $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
  5. // same ids are connected.
  6. // Example:
  7. // "Print to console": {
  8. // "prefix": "log",
  9. // "body": [
  10. // "console.log('$1');",
  11. // "$2"
  12. // ],
  13. // "description": "Log output to console"
  14. // }
  15. }

HTML5 Template

h5t

  1. {
  2. "HTML5 Template": {
  3. "prefix": "h5t",
  4. "body": [
  5. "<!DOCTYPE html>",
  6. "<html lang=\"zh-Hans\">",
  7. "<head>",
  8. " <meta charset=\"UTF-8\">",
  9. " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">",
  10. " <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">",
  11. " <title>$1</title>",
  12. "</head>",
  13. "<body>",
  14. " <header>",
  15. " <h1>$2</h1>",
  16. " </header>",
  17. " <main>",
  18. " <section>",
  19. " <a href=\"https://feiqa.xgqfrms.xyz/index.html\">$3</a>",
  20. " </section>",
  21. " <article></article>",
  22. " <main>",
  23. " <footer>",
  24. " <p>copyriht© xgqfrms 2019</p>",
  25. " </footer>",
  26. "</body>",
  27. "</html>"
  28. ],
  29. "description": "HTML5 Template & code snippets!"
  30. }
  31. }

html.json

C:\Users\**\Code\User\snippets\html.json

  1. {
  2. "HTML5 Template": {
  3. "prefix": "h5t",
  4. "body": [
  5. "<!DOCTYPE html>",
  6. "<html lang=\"zh-Hans\">",
  7. "<head>",
  8. " <meta charset=\"UTF-8\">",
  9. " <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">",
  10. " <meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">",
  11. " <title>$1</title>",
  12. "</head>",
  13. "<body>",
  14. " <section>",
  15. " <h1>$2</h1>",
  16. " <a href=\"https://feiqa.xgqfrms.xyz/index.html\">$3</a>",
  17. " </section>",
  18. "</body>",
  19. "</html>"
  20. ],
  21. "description": "HTML5 Template & code snippets!"
  22. }
  23. }

https://get.app/

https://domain-registry.appspot.com/check?domain=xgqfrms.app

hosts

https://laod.cn/wp-content/uploads/2017/12/huaji.png

https://iiio.io/download/20180503/

https://laod.cn/hosts/2018-google-hosts.html

  1. $ cd C:\Windows\System32\drivers\etc
  2. $ ipconfig /flushdns
  1. # Last updated: 2018-05-11
  2. # before updated: 2017-11-09
  3. # Localhost (DO NOT REMOVE)
  4. 127.0.0.1 localhost
  5. 255.255.255.255 broadcasthost
  6. ::1 localhost
  7. fe80::1%lo0 localhost
  8. # Copyright (c) 1993-2009 Microsoft Corp.
  9. #
  10. # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
  11. #
  12. # This file contains the mappings of IP addresses to host names. Each
  13. # entry should be kept on an individual line. The IP address should
  14. # be placed in the first column followed by the corresponding host name.
  15. # The IP address and the host name should be separated by at least one
  16. # space.
  17. #
  18. # Additionally, comments (such as these) may be inserted on individual
  19. # lines or following the machine name denoted by a '#' symbol.
  20. #
  21. # For example:
  22. #
  23. # 102.54.94.97 rhino.acme.com # source server
  24. # 38.25.63.10 x.acme.com # x client host
  25. # localhost name resolution is handled within DNS itself.
  26. # 127.0.0.1 localhost
  27. # ::1 localhost
  28. # *****************************************************************************************************
  29. # *****************************************************************************************************
  30. 127.0.0.1 www.xgqfrms.com
  31. 127.0.0.1 www.xgqfrms.abc
  32. # github
  33. 151.101.100.133 www.xgqfrms.xyz
  34. 151.101.100.133 xgqfrms.xyz
  35. 127.0.0.1 www.xray.com
  36. 127.0.0.1 www.xray.xyz
  37. 127.0.0.1 video.xray.com
  38. 127.0.0.1 music.xray.com
  39. #192.168.2.104-192.168.2.253 ??IP?è·??ìwlané
  40. # gitub.com
  41. 192.30.255.113 gitub.com
  42. # *****************************************************************************************************
  43. # *****************************************************************************************************
  44. # Localhost (DO NOT REMOVE)
  45. 127.0.0.1 localhost
  46. ::1 localhost ip6-localhost ip6-loopback
  47. # https://laod.cn/hosts/2017-google-hosts.html
  48. # This work is licensed under a CC BY-NC-SA 4.0 International License.
  49. # https://creativecommons.org/licenses/by-nc-sa/4.0/
  50. # Modified Hosts Start