活力百褶裙

文章
11
资源
0
加入时间
3年1月8天

poj 3037 -- Skiing spfa

poj 3037 -- Skiing spfaBessie and the rest of Farmer John's cows are taking a trip this winter to go skiing. One day Bessie finds herself at the top left corner of an R (1 <= R <= 100) by C (1 &...

问题_解决CentOS 5.5 yum源不能用的问题

问题描述解决方案国内的几个yum镜像源问题描述在yum check-update的时候,总是提示错误。按照网上的方法做处理,结果提示各种错误,大致如下:YumRepo Error: All mirror URLs are not using ftp, http[s] or fileError: Cannot retrieve repository me...

python发html邮件_python 发送html邮件

简单的python发送html邮件代码,如下:#!/usr/bin/env python#-*- coding:utf-8 -*-import smtplibfrom email.header import Headerfrom email.MIMEText import MIMETextfrom email.mime.multipart import MIMEMultipart#########...

如何让进程或线程独占CPU核

核孤立和绑定是一种有效的性能优化手段,能够有效降低关键线程或进程时延,提升运行稳定性。本文前两节描述如何尽量将其他用户或内核线程隔离在指定核心之外,第三节介绍如何将时延敏感进程绑定到指定隔离好的孤立核心上。