搜索
百度 搜广告
bing.com 翻译可以 比谷歌还好
google 英文搜索厉害 必须含有 就加上双引号 闭包 "javascript" 闭包 -javascript 不含有javascript
site:zhihu.com 指定格式
fileType:xls
搜索中文知识 html MDN 中文
duckduckgo.com
yandex 谷歌不能用用这个
wikipedia
命令行 CLI
<<只是为了好玩>>
Unix (收费)
Linux (免费) + GNU (软件)
GNU (GNU is Not Unix)
curl https: // > jquery.zip
open -a 'QQ' 打开qq
asciify
which 搜索目录
curl wttr.in
Ubuntu Arch
copysite wget -p -H -e robots=off
http://www.baidu.com 拷贝网站
npm install ascii-art
cd ~/Desktop
curl https://github.com/jquery/jquery/archive/3.2.1.zip > jquery.zip
mkdir jquery
mv jquery.zip jquery
cd jquery
unzip jquery.zip
pc curl -L https://github.com/jquery/jquery/archive/3.2.1.zip > jquery2.zip
unzip jquery2.zip
ls
open -a 'QQ'
npm install -g asciify
clear
asciify "Boom" -f larry3d
asciify "Jirengu" -f larry3d
asciify "FrankFang" -f larry3d
asciify "HIRE" -f larry3d
npm install cli-weather -g
weather
which go
go get -u github.com/schachmat/wego
pc go get -u github.com/schachmat/wego
curl wttr.in
cd ..
curl https://raw.githubusercontent.com/felixonmars/ydcv/master/ydcv.py > yd.py
vi yd.py
python yd.py vertical
chmod + x ./yd.py
chmod +x ./yd.py
./yd.py 你好
./yd.py hello
alias yd="~/Desktop/yd.py"
yd hi
unalias yd
curl -L http://baidu.com
curl -L https://www.baidu.com
curl -L https://www.baidu.com > baidu.html
open baidu.html
mkdir baidu-copy
cd baidu-copy
copysite https://www.baidu.com
open .
type copysite
echo 'loglevel=http' >> ~/.npmrc
vi ~/.npmrc
git -v
深度
用命令行下载
数据结构
队列 lazyman 面试
栈
树 冒泡 选择 桶 基数 归并 插入 快速 堆
哈希
二进制
老鼠验证10瓶药水
laoshu实验毒.png摘自 ---饥人谷方方老师
程序员的基础知识
搜索
baidu
bing.com
google.com
duckduckgo.com
yandex
wikipedia
必选
排除
指定网站
指定格式 filetype:pdf xxx
https://www.zhihu.com/question/20161362
命令行 Command Line Interface
《只是为了好玩》Linux自传
Unix(收费)-> MacOS
Linux(免费)+ GNU(软件)
Windows
GNU ( GNU is Not Unix )
- 用命令行下载
- 用命令行画画(ascii art)
- 用命令行翻译
编程 = 数据结构 + 算法
数据结构
队列 (https://www.google.com/search?q=lazyman+面试)
栈
树
哈希
算法
冒泡排序
选择排序
桶排序
基数排序
归并排序
插入排序
快速排序
堆排序
二进制
老鼠检验10瓶水问题
网友评论