#include#includeint main(){ int students,max=0; int i,j; int a[100],b[100],c[100]; scanf("%d",&students); for(i=0;ib[i]) b[i]=b[j]+1; ...
分类:
其他好文 时间:
2014-08-12 18:44:54
阅读次数:
203
#!/bin/bash
#unzip?zip&tar?file
function??untarfile(){
for?i?in?$(?ls?.?|grep?-v?.sh)
do
val=$(echo?$i?|?grep?".zip$"?|wc?-l)
if?[[?"$val"??-eq??1?]];then
dirname=$(echo?...
分类:
其他好文 时间:
2014-08-12 17:47:04
阅读次数:
237
Lync联盟建立:一、边缘服务器搭建二、公网SSL证书三、公网DNSSRV记录_sipfederationtls._tcp.domain.cn四、防火墙开放相关端口联盟配置完成后,测试与外部公司联盟时,无法共享桌面和程序,报“网络错误”。通过微软技术支持协调抓包分析,是防火墙限制了50000~59999端口造成..
分类:
其他好文 时间:
2014-08-12 17:43:15
阅读次数:
520
#include int main(){ int a[11]; while(scanf("%d%d%d%d%d%d%d%d%d%d",&a[0],&a[1],&a[2],&a[3],&a[4],&a[5],&a[6],&a[7],&a[8],&a[9])!=EOF) { int i,num; num...
分类:
其他好文 时间:
2014-08-12 16:51:24
阅读次数:
154
今天更新sdk,遇到了更新下载失败问题: Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml ?Fetched Add-ons List successfully ?Fetching URL: https://dl-ssl.google.com/android/r...
分类:
移动开发 时间:
2014-08-12 14:02:34
阅读次数:
266
HTTP是一个应用层协议,由请求和响应构成,是一个标准的客户端服务器模型。HTTP是一个无状态的协议。 HTTP(端口80)协议通常承载于TCP协议之上,有时也承载于TLS或SSL协议层之上,这个时候,就成了我们常说的HTTPS(端口443)。 HTTP协议永远都是客户端发起请求,服务器回送...
分类:
其他好文 时间:
2014-08-12 13:15:54
阅读次数:
185
__init__ 构造函数__del__ 析构函数__add____sub____or____repr__,__str____call____getattr____setattr____delattr____getattribute____getitem____setitem____delitem_...
分类:
编程语言 时间:
2014-08-12 13:10:34
阅读次数:
247
Modern browsers (IE8, FF3, Chrome etc.) have native JSON support built in (Same API as with JSON2).So as long you're not dealing with IE6/7 you can do...
分类:
Web程序 时间:
2014-08-12 13:08:24
阅读次数:
217
try { } catch (Exception ex) { Debug.WriteLine(ex.Message); MessageBox.Show(ex.Message, "提示", MessageBoxButtons.OK, MessageBoxIcon.Asterisk); }
分类:
其他好文 时间:
2014-08-12 10:17:53
阅读次数:
256
#includeint main(){int a[10];while(scanf("%d%d%d%d%d%d%d%d%d%d",&a[0],&a[1],&a[2],&a[3],&a[4],&a[5],&a[6],&a[7],&a[8],&a[9])==10){printf("%d %d %d %d ...
分类:
其他好文 时间:
2014-08-12 10:13:33
阅读次数:
183