上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: 1:ls -la-l: use a long list format 2:ps processes snapshot ps -aux -a:all process -u: userlist ps -aux | grep bash 3:kill kill -l list signal names 阅读全文
posted @ 2020-06-28 00:36 码农-编程小子 阅读(116) 评论(0) 推荐(0) 编辑
摘要: /root: 管理员权限目录 /bin目录: Binary的缩写,存放经常使用的命令 /sbin目录:Super User,存放管理员使用的应用程序 /usr: user software resource, 存放应用程序和文件,类似Windows Program Files目录 /usr/bin 阅读全文
posted @ 2020-06-27 22:56 码农-编程小子 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Javascript中有6个值为false,分别是: 0, '', null, undefined, NaN 和 false, 其他(包括{}, [], Infinity)为true. 数据类型bool值转化 undefined undefined 转化为 false Object null 转化为 阅读全文
posted @ 2020-06-13 17:36 码农-编程小子 阅读(161) 评论(0) 推荐(0) 编辑
摘要: HttpErrorResponse 一个用于表示错误或失败的响应对象,或者来自执行请求时发生的错误给出的失败的 HTTP 状态码,或者来自在解析响应对象期间发生的其它错误。 阅读全文
posted @ 2020-06-13 13:42 码农-编程小子 阅读(1778) 评论(0) 推荐(0) 编辑
摘要: box-shadow: h-shadow v-shadow blur spread color inset;以上六个值的含义: h-shadow 水平阴影的位置,允许负值; v-shadow 垂直阴影的位置,允许负值; blur 阴影模糊程度; spread 阴影扩展尺寸; color 阴影颜色; 阅读全文
posted @ 2020-06-11 13:28 码农-编程小子 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 如何设置http请求任意大小的超时时长呢? 一开始以为是Angular http有设定超时的机制, 最多只能120秒,所以一直在前端方向找解决方案。 baidu一下,没有想要的答案。 于是google,发现确实有人在问同样的问题, 上面的解决方案是用 Proxy config来处理 https:// 阅读全文
posted @ 2020-06-10 23:56 码农-编程小子 阅读(2393) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/45938931/default-and-specific-request-timeout https://stackoverflow.com/questions/57404925/how-to-increase-http-re 阅读全文
posted @ 2020-06-10 10:57 码农-编程小子 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 存放在线演示 https://dabblet.com/ csssecrets demo: http://play.csssecrets.io/ css盒模型 background-clip: border-box|padding-box|content-box; 阅读全文
posted @ 2020-06-08 12:52 码农-编程小子 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 原因:ubuntu上没有默认使用zh_HK.UTF-8字符集,默认使用en_HK.UTF-8,导致不支持中文字符 解决办法:1:安装语言包(如果有,可以不用安装) sudo apt-get install language-pack-zh-hant zh-hans表示中华汉字简体,s代表simpli 阅读全文
posted @ 2020-06-04 23:12 码农-编程小子 阅读(1326) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-05-31 15:08 码农-编程小子 阅读(208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 下一页