摘要:
19世纪,美国西部开发,无数拓荒者涌入。并终于因金矿的发现形成了淘金热。而当无数人埋头寻找黄金之时,有一个人却抬起头看到了潜藏在无数淘金者身上的金矿-这个人就是牛仔裤的发明者,Levi’s的创始人-李维施特劳斯。当下的移动互联网就如19世纪的美国西部一般。在扮演万能之神。为各行各业提供新问题与相应解 阅读全文
posted @ 2017-05-29 10:55
cxchanpin
阅读(144)
评论(0)
推荐(0)
摘要:
【背景】 近日在研究web邮件下载功能,下载的邮件能够导入foxmail邮件client。可是批量下载邮件还需将邮件打成一个压缩包。从网上搜索通过java实现文件压缩、解压缩有非常多现成的样例。 【參考代码】(须要下载apache ant.jar包) import java.io.File; imp 阅读全文
posted @ 2017-05-29 09:43
cxchanpin
阅读(384)
评论(0)
推荐(0)
摘要:
A.ZOJ 3666 Alice and Bob 组合博弈,SG函数应用 #include<vector> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; const int maxn = 100 阅读全文
posted @ 2017-05-29 09:42
cxchanpin
阅读(116)
评论(0)
推荐(0)
摘要:
主场景要包括其它类的头文件 #include "cocos2d.h" #include "MyPlane.h" #include "Bullet.h" #include "EnemyManager.h" #include "Controller.h" #include "BackgroundMove 阅读全文
posted @ 2017-05-29 08:27
cxchanpin
阅读(157)
评论(0)
推荐(0)