python简单方法判断三个数能否组成三角形 #encoding=utf-8 import math while True: str=raw_input("please input three numbers a,b,c:('stop' to exit)") print "####",str,typ ...
分类:
编程语言 时间:
2018-10-04 10:57:19
阅读次数:
1112
Given an integer n, return 1 n in lexicographical order. For example, given 13, return: [1,10,11,12,13,2,3,4,5,6,7,8,9]. Please optimize your algorith ...
分类:
其他好文 时间:
2018-10-04 09:30:40
阅读次数:
144
Machine Learning The First Column | The Second Column : :|: : Machine Learning 1 | "从机器学习入手" Machine Learning 2 | "机器学习很有趣!" Machine Learning 3 | "机器学 ...
分类:
系统相关 时间:
2018-10-02 17:41:21
阅读次数:
249
To use "-vdev", please make sure there is no DPDK-compatable-driver and use "-no-flush-rx" ...
分类:
Web程序 时间:
2018-10-02 13:59:22
阅读次数:
747
#include "pch.h"#include <iostream>using namespace std;int main(){ float score; int a; char p; while(true) { cout << "please input a score:"; cin >>sc ...
分类:
其他好文 时间:
2018-10-01 16:10:01
阅读次数:
323
#include<iostream> #include<string> using namespace std; int main(){ string name; cout<<"Please input your name:"<<endl; getline(cin,name); if(name.em ...
分类:
其他好文 时间:
2018-10-01 14:33:08
阅读次数:
126
PHP源码安装 setenforce 0 安装php时的报错checking libxml2 install dir... nochecking for xml2-config path...configure: error: xml2-config not found. Please check ...
分类:
Web程序 时间:
2018-10-01 11:09:07
阅读次数:
202
前段时间发布了一个新版本小程序(错误代码:85085,说明:submit audit reach limit, please try later hint: [OKYBha04570729]),由于我们做的是后台定时任务去轮询各个商户的小程序的代码提交以及审核发布操作,可能是定时任务的锅吧,版本库我 ...
分类:
微信 时间:
2018-09-30 11:26:27
阅读次数:
1277
大概意思是fastestmirror不能使用,fastestmirror是yum的一个加速插件处理办法就是禁用这个插件方法两种第一种vi /etc/yum/pluginconf.d/fastestmirror.conf把enabled=1改为0vi /etc/yum.conf把plugins=1改为... ...
分类:
系统相关 时间:
2018-09-29 23:56:36
阅读次数:
454
git合并出现冲突:Your local changes to the following files would be overwritten by merge:Please, commit your changes or stash them before you can merge.解决方案: ...
分类:
其他好文 时间:
2018-09-29 20:30:27
阅读次数:
125