Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

班会第 53 期 #65

Open
ufologist opened this issue Apr 1, 2017 · 0 comments
Open

班会第 53 期 #65

ufologist opened this issue Apr 1, 2017 · 0 comments
Labels

Comments

@ufologist
Copy link
Member

ufologist commented Apr 1, 2017

不知不觉中, 学前班成立已经有 1 个年头了, 我们的班集体也壮大了不少, 已经有 15 位来自各个公司的同学们入伙了. 有前端的, 也有后端的, 还有 App 端的同学们, 是对前端的兴趣让大家走到了一起, 希望学前班让大家能够走得更远.

就像奇舞团一样, 将大家聚集在一起, 快乐分享, 共同成长.

在这里,我们一起工作学习、一起沉淀、一起分享、一起为前端贡献影响。 开放是我们的特色,快乐是我们的使命。

2017-3-25


  • 技术

    • HTML5 accessibility

      This site tests which new HTML5 features are accessibly supported by major browsers.

      An accessibly supported feature means it is usable by people who rely on assistive technology, without developers having to supplement with ARIA or other additional workarounds.

    • 一个微型 Javascript 开源项目如何在 4 天到 1000 star

      timeago.js is a tiny(~1.75kb) library used to format date with "xxx time ago" statement. eg: '3 hours ago'. No dependences & localization & tiny.

      做好这些之后,就可以到一些技术论坛发发文章,博客了,具体发哪些位置呢?

    • Angular 2 修仙之路 @px0078

      生活在混合应用的世界中,迷失在 Angular 2 和 ionic 2 的道路上...

    • 美团点评团队 OpenDoc

    • h5bp/server-configs-nginx

      The intended purpose of this folder is to contain symlinks to the folder sites-available.

    • The Complete Guide to Creating Symbolic Links (aka Symlinks) on Windows

      相当于创建了某个文件或者文件夹的影分身, 随便修改哪一个都是一样的.

      例如

      mklink /H f:\link.js f:\a.js
      

      那么接下来, 随便你是修改 link.js 还是 a.js, 这"两个文件"始终都是等效的. 即你修改 link.js 其实就是修改的 a.js, 你直接修改 a.js 会反映到你的影子: link.js

      There are two type of symbolic links: Hard and soft.
      Note that Windows doesn’t actually use the terms “hard link” and “soft link”.
      Instead, it uses the terms “hard link” and “symbolic link”. In the Windows documentation, a “symbolic link” is the same thing as a “soft link”

      • Soft symbolic links work similarly to a standard shortcut. When you open a soft link to a folder, you will be redirected to the folder where the files are stored.
      • a hard link makes it appear as though the file or folder actually exists at the location of the symbolic link, and your applications won’t know any better. That makes hard symbolic links more useful in most situations.

      Use /H when you want to create a hard link pointing to a file:

      mklink /H Link Target
      mklink /H f:\linkfile.js f:\realfile.js
      

      Use /J to create a hard link pointing to a directory, also known as a directory junction:

      mklink /J Link Target
      mklink /J f:\linkdir f:\realdir
      
    • 四大 VPS 对比评测:Linode vs. DigitalOcean vs. Lightsail vs. Vultr

      价格与配置

      价格与配置/CPU 信息/CPU Benchmarks/Memory Benchmarks/硬盘 IO/MySQL 性能/Apache 性能/网络性能

      综上,推荐度为 Linode > DigitalOcean / Vultr > Amazon Lightsail,至于怎么选择看你的了

  • 产品

    • 一键生成

      免费的在线PPT,海报,名片模板快速设计制作生成APP工具

@ufologist ufologist changed the title 班会 53 期 班会第 53 期 Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant