原文:http://mp.weixin.qq.com/s?__biz=MjM5OTM0MzIwMQ==&mid=401383686&idx=1&sn=1613dfa8fa762a0efee4bc4af496fddf&scene=0#wechat_redirectiOS RunLoop都干了什么Run...
分类:
移动开发 时间:
2015-12-10 12:52:42
阅读次数:
224
#include #include #include #include #include using namespace std;int n_boards=0;//图像数目 canshu const int board_dt=20;//等20帧每棋盘视图 xin //int sn_board=...
分类:
其他好文 时间:
2015-12-09 23:17:46
阅读次数:
2616
只要用一个for循环即可达到目的
#include<stdio.h>
intmain()
{
inti,j,a,Sn=0;
scanf("%d",&a);
j=a;
for(i=1;i<=5;i++)
{
Sn=Sn+a;
a=j+10*a;
}
printf("Sn=%d\n",Sn);
return0;
}
可以进一步优化为求前n项之和
#include<stdio.h>
intmain()..
分类:
其他好文 时间:
2015-12-09 07:17:13
阅读次数:
115
snmpv1v2由于不安全,被PCI认证禁止,只能启用SNMPV3,现在把snmp的V3配置记录下来snmpv1v2c关闭,要snmpd.conf把下面两行注释掉。groupnotConfigGroupv1notConfigUsergroupnotConfigGroupv2cnotConfigUser安装软件yuminstallnet-snmpnet-snmp-develnet-snmp-utils加只读用户sn..
分类:
其他好文 时间:
2015-11-27 20:09:51
阅读次数:
135
ref:http://mp.weixin.qq.com/s?__biz=MjM5NzU0MzU0Nw==&mid=400694133&idx=1&sn=9375ff6a0d3552e09e0405c8a8d88289&scene=0#wechat_redirect#!/usr/bin/env pyt...
分类:
其他好文 时间:
2015-11-25 23:37:48
阅读次数:
193
偶然看到的一片关于傅里叶变换的文章,很形象,特转载。转载地址:http://mp.weixin.qq.com/s?__biz=MjM5MTIwMjY1Mg==&mid=400470679&idx=1&sn=1f6898efc967fa8332a72d9e1f5ed669&scene=22&srcid...
分类:
其他好文 时间:
2015-11-22 21:33:29
阅读次数:
233
Problem DescriptionLadies and gentlemen, please sit up straight.Don't tilt your head. I'm serious.For n given strings S1,S2,?,Sn, labelled from 1 to n...
分类:
其他好文 时间:
2015-11-21 00:27:44
阅读次数:
298
原文:http://mp.weixin.qq.com/s?__biz=MjM5MDQ2NjYzNQ==&mid=402384913&idx=1&sn=b6fdb2b031c4d8cabe081f766ce5558f&scene=2&srcid=1120uVApTGzY8sJkAHTeqBc7&fro...
分类:
数据库 时间:
2015-11-20 10:34:21
阅读次数:
235
/*order_time在数据库中显示的是vchar类型,这里把它转换成了data类型*/select t1.order_source_type_id ,sum(average)/count(order_sn),count(order_sn) from ( select t1.order_sn,t1...
分类:
其他好文 时间:
2015-11-19 19:04:02
阅读次数:
123
有时候,我们需要做多条件查询,多个条件为“或”的关系,分类查询等,一般会用到多段select语句,然后用union或者union all进行连接,进而查出需要的结果。例如,select a.id as id,a.name as name,a.age as agefrom scama.table_name2 awhere 1=1union allselect b.sn as id,b.name as...
分类:
其他好文 时间:
2015-11-18 12:46:04
阅读次数:
121