码迷,mamicode.com
首页 >  
搜索关键字:up    ( 7825个结果
python第4天
案例一、人力资源部需要增加员工名字进入员工列表中,输入过程中可随时选择按Q退出 li = ['luna', 'panda', 'alex', 'mady'] while 1: username = input('请输入要增加的员工名字,暂时退出请按Q') if username.strip().up ...
分类:编程语言   时间:2019-11-16 21:53:57    阅读次数:97
JavaScript sort() 对json进行排序(数组)
function up(x,y){//升序 return x[val.prop] - y[val.prop] } function down(x,y){//降序 return y[val.prop] - x[val.prop] } arr.sort(up) arr.sort(down) arr.so ...
分类:编程语言   时间:2019-11-15 22:03:56    阅读次数:80
How To Install Docker On Ubuntu 18.04
Docker is an increasingly popular software package that creates a container for application development. Developing in Docker speeds up applications, ...
分类:系统相关   时间:2019-11-15 16:57:52    阅读次数:136
cf455A boredom
Alex doesn't like boredom. That's why whenever he gets bored, he comes up with games. One long winter evening he came up with a game and decided to pl ...
分类:其他好文   时间:2019-11-13 22:31:01    阅读次数:129
图论习题
图论 1. "封锁阳光大学" : 二分图 2. "信息传递" : 并查集求最小环,不路径压缩即可 3. "最优贸易" : 分层图 4. "Intervals" : 查分约束 5. "Cheering up the Cow" : 最小生成树 位运算相关: 1. 2. ...
分类:其他好文   时间:2019-11-13 21:50:50    阅读次数:80
Nginx服务虚拟主机的配置----------基于域名、端口、IP(实战!)
DNS服务配置1.安装bind服务[root@localhostsbin]#yuminstallbind-y...........//省略安装过程[root@localhostsbin]#2.查看网卡信息(IP地址)[root@localhostnamed]#ifconfigens33:flags=4163<UP,BROADCAST,RUNNING,MULTICAST>mtu1500i
分类:其他好文   时间:2019-11-13 19:14:54    阅读次数:67
How to login Redhat /CentOS linux via Putty SSH without password
https://help.dreamhost.com/hc/en-us/articles/215464758-How-do-I-set-up-passwordless-login-in-PuTTY- ...
分类:系统相关   时间:2019-11-11 13:09:20    阅读次数:96
深究 linux 的 fork 函数调用示例
这里讲解几个在 Linux 操作系统上使用 fork 系统调用。(不定期更新) 一、atexit 函数 void cleanup(void) { printf("Cleaning up\n"); } void fork6() { atexit(cleanup); printf("L0"); fork ...
分类:系统相关   时间:2019-11-10 10:23:16    阅读次数:85
html-前端内容初识
HTML解释: HTML是英文Hyper Text Mark-up Language(超文本标记语言)的缩写,他是一种制作万维网页面标准语言(标记)。相当于定义统一的规则(W3C),大家都来遵守他,这样就可以让浏览器根据标记语言的规则去解释它。 浏览器负责将标签翻译成用户“看得懂”的格式,呈现给用户 ...
分类:Web程序   时间:2019-11-09 23:57:09    阅读次数:165
nginx安装
Install the prerequisites: sudo yum install yum-utils To set up the yum repository, create the file named /etc/yum.repos.d/nginx.repo with the followi ...
分类:其他好文   时间:2019-11-09 23:26:15    阅读次数:82
7825条   上一页 1 ... 53 54 55 56 57 ... 783 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!