来源:https://www.zhihu.com/answer/141334678
前言
这篇回答并不是讲述在生活中程序员如何买苹果,而是以买苹果为例说明程序员如何解决问题。程序员需要对问题进行透彻的分析,理清其涉及的所有细节,预测可能发生的所有意外与非意外的情况,列出解决方案的...
蚂蚁
3年前 (2021-10-18)
918℃
0评论
2喜欢
https://ybzj.neocities.org/tphdb/
使用作者链接,一下仅作备份,需要放到本地或者服务器环境
<!DOCTYPE html>
<html>
<head>
<meta charset="...
蚂蚁
3年前 (2021-10-15)
1643℃
0评论
0喜欢
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta na...
蚂蚁
3年前 (2021-10-15)
1252℃
0评论
1喜欢
体验很好的Linux命令速查手册
https://mp.weixin.qq.com/s/9vwieeByQr4eoe5uEGBM_g
https://blog.csdn.net/l1028386804/article/details/117917710
基本命令
uname -m...
蚂蚁
3年前 (2021-10-14)
1152℃
0评论
0喜欢
https://mp.weixin.qq.com/s/nw08gd2c28IMQ-wTsDLoCw
文字溢出边缘羽化 CSS Mask 实现
国庆,大家都急着给祖国母亲庆生。
每年每到此时,微信朋友圈就会流行起给头像戴上配上国旗,譬如这样:
emm,很不错。
那么,将一张国旗图...
蚂蚁
3年前 (2021-10-08)
830℃
0评论
0喜欢
<view class="">{{filterDeviceStatus(item.deviceRunStatus) }}</view>
computed:{
filterDeviceStatus(){
...
蚂蚁
3年前 (2021-10-08)
857℃
0评论
2喜欢
// https://github.com/brix/crypto-js
import CryptoJS from 'crypto-js';
const key = CryptoJS.enc.Utf8.parse("1234123412ABCD...
蚂蚁
3年前 (2021-09-28)
918℃
0评论
0喜欢
// 将arr对象中的name键改为text、userName键改为text、userList键改为chilren
// console.log(this.copyTransFunc(arr, [{ key: "name", value: "text...
蚂蚁
3年前 (2021-09-26)
1294℃
0评论
0喜欢
https://code.visualstudio.com/docs/editor/userdefinedsnippets
文件→首选项→用户片段
{
// Place your 全局 snippets here. Each snippet is defined unde...
蚂蚁
3年前 (2021-09-24)
949℃
0评论
0喜欢
https://xiaoyou66.com/archives/2688
https://github.com/FiloSottile/mkcert
背景
因为我本地服务器有很多服务,一开始都是使用ip加端口访问的,后面我利用了软路由的域名挟持功能直接把 xiaoyou.com 这...
蚂蚁
3年前 (2021-09-23)
845℃
0评论
0喜欢