码迷,mamicode.com
首页 >  
搜索关键字:love you    ( 27955个结果
CentOS7自定义镜像
1. 安装需要的软件 ~]# yum install -y vim net-tools sysstat createrepo mkisofs rsync syslinux 2. 创建目录及文件拷贝 创建本地yum源 ~]# mount /dev/sr0 /mnt #挂载镜像或者U盘,如果是U盘就是/ ...
分类:其他好文   时间:2021-04-06 14:20:16    阅读次数:0
[LeetCode] 781. Rabbits in Forest
In a forest, each rabbit has some color. Some subset of rabbits (possibly all of them) tell you how many other rabbits have the same color as them. Th ...
分类:其他好文   时间:2021-04-06 14:17:51    阅读次数:0
Lecture 2. Discovering what people can't tell you: Contextual Inquiry and Analysis Methodology
Contextual Inquiry and Analysis Methodology—— 背景研究 & 分析方法 1、Some usability Methods Contextual inquiry Contextual Analysis (Design) Paper prototype 【原型 ...
分类:其他好文   时间:2021-04-05 12:46:46    阅读次数:0
Office Politics
Here is my advice to you for how to succeed at office politics without becoming a backstabber. 这是我给你的建议-如何在职场上取得成功?-不是变成一个在别人背后暗箭伤人的人! Don't keep your ...
分类:其他好文   时间:2021-04-05 12:23:05    阅读次数:0
使用 you-get 下载视频
1.安装you-getpip install you-getyou-get --version查看的版本。2.下载视频you-get -i url 可以查看网页视频的信息三种方式you-get url 下载默认格式的视频you-get --format=对应格式 下载对应格式的视频you-get - ...
分类:其他好文   时间:2021-04-01 12:54:45    阅读次数:0
Deploy React and Express to Heroku
https://daveceddia.com/deploy-react-express-app-heroku/ You’ve got a React app, and an API server written in Express or something else. Now – how do y ...
分类:其他好文   时间:2021-03-31 12:15:10    阅读次数:0
Log4j 配置多个 Logger
引言 Log4j 是 Java 的主流日志框架,通过灵活的配置可以提供各种类型的日志服务。 在使用 Log4j 进行实际项目开发的过程中,有时不想使用 rootLogger 记录器,把所有的日志都输出到同一个 log 日志文件中,那么我们可以在 log4j.properties 配置文件中多配置几个 ...
分类:其他好文   时间:2021-03-31 11:43:23    阅读次数:0
[Node.js] Resolve path problem in all envs (require.resolve)
When dealing with `fs` library, the common problem you will meet is the path to file. Different envs may have different way to handle the path. The be ...
分类:Web程序   时间:2021-03-30 13:42:21    阅读次数:0
git的使用
工作区:代码编辑部分 暂存区:git add 本地仓库 git commit git 配置 git config --global user.name "" git config --global user.email "" git config --global --list ctril +l清屏 ...
分类:其他好文   时间:2021-03-26 15:12:55    阅读次数:0
[LeetCode] 670. Maximum Swap
Given a non-negative integer, you could swap two digits at most once to get the maximum valued number. Return the maximum valued number you could get. ...
分类:其他好文   时间:2021-03-18 14:32:17    阅读次数:0
27955条   上一页 1 ... 12 13 14 15 16 ... 2796 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!