掘友等级
获得徽章 0
某朋友,在广州搬砖,名下暂无车房(未来几年内不打算当房奴),非独生子,无遗传病传染病及重疾史,不戴眼镜,不秃不打呼噜,不沾烟酒赌博(炒股这类除外)等,985 本科(双学位),小厂码农(非科班,自学的),双休,去年到手收入 > 30(不含理财),预计今年保持微涨,个人净资产 7 位数,父母在珠三角非广深区域有房无贷带点租金,爷爷奶奶外公外婆在老家,均无重疾,但太矮了,想找一个 90 后,不爱吃辣(硬标,饮食相似为好),无高度近视和明显纹身,150~160 (更高的她不介意就行),统招大专或以上学历,净收入非负,个人及家里无负债(房贷等除外),合眼缘的妹纸,有没有希望呢?应该去哪里找呢?
Deno 发布了 1.0 版本。如今,在 Node 环境下写的 javascript 代码越来越像在写编译行语言,而不是脚本语言。使用 Deno,可以在无需安装和配置任何依赖、构建环境的情况下,运行 javascript 代码。
deno.land
vscode如何优雅的拥抱stylelint
vue-admin-beautiful开源项目中用到了stylelint,通过写开源项目第一次了解到原来css的属性是有顺序的。stylelint自动化修复配置1.首先你需要在vscode商店下载stylelint-plus这个工具2.然后在设置setting.json进行如下配置{"[vue]": {"editor.defaultFormatter":"esbenp.prettier-vscode"},"editor.quickSuggestions": {"strings":true},"workbench.colorTheme":"One Monokai","editor.tabSize":2,"editor.detectIndentation":false,"emmet.triggerExpansionOnTab":true,"editor.formatOnSave":true,"javascript.format.enable":true,"stylelint.enable":true,"css.validate":false,"less.validate":false,"scss.validate":false,"stylelint.autoFixOnSave":true,"git.enableSmartCommit":true,"git.autofetch":true,"git.confirmSync":false,"[json]": {"editor.defaultFormatter":"esbenp.prettier-vscode"},"liveServer.settings.donotShowInfoMsg":true,"explorer.confirmDelete":false,"javascript.updateImportsOnFileMove.enabled":"always","typescript.updateImportsOnFileMove.enabled":"always","files.exclude": {"**/.idea":true},"editor.codeActionsOnSave": {"source.fixAll.eslint":true},"[javascript]": {"editor.defaultFormatter":"esbenp.prettier-vscode"},"[scss]": {"editor.defaultFormatter":"esbenp.prettier-vscode"},"[jsonc]": {"editor.defaultFormatter":"esbenp.prettier-vscode"},}复制代码3.项目根目录新建.stylelintrc.jsmodule.exports = {extends: ["stylelint-config-standard","stylelint-config-recess-order"],rules: {"at-rule-no-unknown": [true, {ignoreAtRules: ["mixin","extend","content","include","for","function","return", ], }, ],"selector-pseudo-element-no-unknown": [true, {ignorePseudoElements: ["v-deep"], }, ],"selector-pseudo-class-no-unknown": [true, {ignorePseudoClasses: ["export"], }, ],indentation:2,"no-descending-specificity":null,"declaration-colon-newline-after":null, },ignoreFiles: ["**/*.js"],};
具体查看文章
juejin.im
用动画和实战打开 React Hooks 第二弹来啦:通过自定义 Hook 轻松实现逻辑复用, 并深入了解 useCallback 及记忆化缓存!
juejin.im
七幅动画,演绎 React 最常用的两个 Hooks(useState 和 useEffect)的工作原理,顺便实现一个 COVID-19(新冠肺炎)可视化应用,持续更新中~
juejin.im
今日份の
壁纸。加油鸭。
蚂蚁金服数据可视化引擎 G2 4.0 正式发布!快来看看吧~
下一页