-
javascript weekly news
-
![5aebdbd1066bf](https://i.loli.net/2018/05/04/5aebdbd1066bf.png)
大家好,我今天分享的主题是:「一种自动化生成骨架屏的方案」。
在分享之前,先自我介绍下,我叫罗冉,GitHub 账号是 @jocs。第一份工作是在欧莱雅做化妆品研发,2015年转行,目前是饿了么的一名前端工程师,主要工作是研究前端加载性能及运行时性能优化。…
Jocs updated
5 months ago
-
### Environment
MacOS, node 20, Chrome, yum.
### Version
latest from github, just cloned
### Reproduction
* Clone repo
* cd into canvas dir
* yarn install
* yarn dev
### Description
The abo…
garyo updated
2 months ago
-
![](https://github.com/whxaxes/boom/raw/master/image.png)
## 前言
虽然 electron 已经出来好长时间了,但是最近才玩了一下,写篇博文记录一下,以便日后回顾。
electron 的入门可以说是相当简单,官方提供了一个 [quick start](https://electron.atom.io/docs/tutorial/qu…
-
收集:10-02
票選:10-02 ~ 10-04
week-28
Rplus updated
8 years ago
-
## 获取url中的?号后的参数
```js
export const getQueryString = (name) => {
let regData = location.href.match(`(${name}=)(\\d+)`);
let queryId = regData && regData[2] || '';
return queryId;
}
```
…
-
# Description
Atom is throwing some error on the given snippet as i tried to beautfy.
# Input Before Beautification
This is what the code looked like before:
```
#include "stdio.h" int main…
-
https://mp.weixin.qq.com/s?__biz=MzIyMDkwODczNw==&mid=2247499855&idx=1&sn=ce65d883f1021afada1c9946a410b9a5
-
上半年,我写过一篇[《2015前端组件化框架之路》](https://github.com/xufei/blog/issues/19),现在大半年过去了,这段时间一直在思考,未来的东西是怎样的。
目前我主导着苏宁的云计算相关的所有前端项目,这些项目以控制台为主,几乎都广泛使用了Angular 1.x,一方面因为个人技能之前有积累,一方面因为产品的开发人员基本都是Java方向转岗,对Angular…
xufei updated
5 years ago
-
Type: Bug
Step 1: go to the Source Control tab
Step 2: click on a file to see the diff on the file
Expected Result: what is expected is that you see a Working Tree where the left panel will co…