INSERTINTOmxysyfselect[djbh],[dj_sn],[spid],[rq],[dwbh],[fdbs],[dj_sort],‘否‘as[jieqing],‘‘as[hw],0as[yisfje],[shl],[dj],[je],[shlv],[hshj],[hsje],[she],0as[ml],[lshj],[lshje],[recnum],[xgdjbh],‘否‘as[yishj]frommxysyf_hiswheredwbhin(selectdwbhfrommchkwhered..
分类:
其他好文 时间:
2015-06-24 16:41:29
阅读次数:
97
http://mp.weixin.qq.com/s?__biz=MzA4OTM2OTgzNg==&mid=206362843&idx=1&sn=2ab8fccf1bf3e73662a3b17d4248065a&scene=51、一年级上学期必读书目和选读书目(逐年修订)《猜猜我有多爱你》(必读) 山...
分类:
其他好文 时间:
2015-06-24 10:48:43
阅读次数:
127
原文地址:http://mp.weixin.qq.com/s?__biz=MjM5MzMyNzg0MA==&mid=206540404&idx=2&sn=7a7b7813a05e1fb931ee3c883eeeaa5f&scene=5#rd在实际工作中,我们经常听到“架构”和“架构师”这样的名词,并...
分类:
其他好文 时间:
2015-06-16 12:41:55
阅读次数:
164
转自:http://blog.chinaunix.net/uid-22166872-id-3716751.htmlOSI七层模型与 TCP/IP五层模型 TCP/UDP的区别OSI七层模型OSI 中的层 功能 TCP/IP协议族应 用层文件传输,电子邮件,文件服务,虚拟终 端TFTP,HTTP,SN...
分类:
其他好文 时间:
2015-06-16 09:10:41
阅读次数:
130
原文:http://mp.weixin.qq.com/s?__biz=MjM5MzA0OTkwMA==&mid=208656450&idx=1&sn=a0acacc55ce9176b30c2a284f5e85aed&scene=1&key=c468684b929d2be2e59c9d6e5f4e88...
分类:
其他好文 时间:
2015-06-08 09:36:37
阅读次数:
114
Problem Description
How many nondecreasing subsequences can you find in the sequence S = {s1, s2, s3, …., sn} ? For example, we assume that S = {1, 2, 3}, and you can find seven nondecreasing subseque...
分类:
编程语言 时间:
2015-06-02 22:08:26
阅读次数:
141
http://mp.weixin.qq.com/s?__biz=MzA5NDMxMTAyMg==&mid=207499354&idx=1&sn=8f4de3bdc529eb7f8938a4eb3279c0f9&scene=1&key=c468684b929d2be20586ffe4224f93b63...
分类:
其他好文 时间:
2015-06-02 21:31:24
阅读次数:
104
Problem Description
How many nondecreasing subsequences can you find in the sequence S = {s1, s2, s3, ...., sn} ? For example, we assume that S = {1, 2, 3}, and you can find seven nondecreasing sub...
分类:
其他好文 时间:
2015-06-02 20:11:09
阅读次数:
169
#include using namespace std;int main(){long long s,n,i,j,p;s=0;cin>>n;for(i=1;i<=n;i++){ p=1;for(j=1;j<=i;j++) p*=j;s+=p;}cout<<s<<endl;return 0;}
分类:
其他好文 时间:
2015-06-01 00:43:41
阅读次数:
2493
1 #include 2 using namespace std; 3 int main() 4 {int a=2,n,i=1,sn=0,tn=0; 5 cin>>n; 6 while (i<=n) 7 {tn=tn+a; 8 sn=sn+tn; 9 tn=tn*10;10...
分类:
其他好文 时间:
2015-05-31 21:35:28
阅读次数:
162