#include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std;typedef long ...
分类:
其他好文 时间:
2014-07-18 19:22:03
阅读次数:
157
直接搜索,简单题;#include#include#include#include#include#define maxn 505#define ll long longusing namespace std;int map[maxn][maxn];int dir[4][2]={{0,1},{1,0...
分类:
其他好文 时间:
2014-07-18 17:05:58
阅读次数:
208
在VS2010中使用MFC,使用UNICODE调用TRACE,输出_CrtDbgReport: String too long or IO Error可尝试使用OutputDebugString函数
分类:
数据库 时间:
2014-07-18 09:21:53
阅读次数:
413
Filter 属性介绍:设置或检索对象所应用的滤镜或滤镜集合。此属性仅作用于有布局的对象,如块对象。内联要素要使用该属性,必须先设定对象的 height 或 width 属性,或者设定 position 属性为 absolute,或者设定 display 属性为 block。请参阅对象的 hasLa...
分类:
Web程序 时间:
2014-07-18 08:30:30
阅读次数:
321
1、建立进行读写文件的java类//写文件public static void WriteFile(String filename,long counter) throws IOException {PrintWriter out=new PrintWriter(new FileWriter(fil...
分类:
Web程序 时间:
2014-07-18 00:38:17
阅读次数:
238
1 long g = 1024 * 1024 * 1024; 2 long m = 1024 * 1024; 3 long k = 1024; 4 if (size = 1) 5 ...
分类:
其他好文 时间:
2014-07-17 22:39:31
阅读次数:
272
1 2014-06-11 15:19:17.167 ***[930:707] *** Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN....
分类:
移动开发 时间:
2014-07-17 22:12:30
阅读次数:
340
相信初接触到CALayer的人都会遇到以下几个问题:为什么修改anchorPoint会移动layer的位置?CALayer的position点是哪一点呢?anchorPoint与position有什么关系?我也迷惑过,找过网上的教程,大部分都是复制粘贴的,有些是翻译的文章但很有问题,看得似懂非懂,还...
分类:
其他好文 时间:
2014-07-17 17:38:44
阅读次数:
292
约定: 1) 下面的测试题中,认为所有必须的头文件都已经正确的包含了 2)数据类型 char 一个字节 1 byte int 两个字节 2 byte (16位系统,认为整型是2个字节) long int 四个字节 4 byte float 四个字节4 byet double 八个字节 8 by...
分类:
其他好文 时间:
2014-07-17 17:36:13
阅读次数:
310
html:
我趣旅行网-美剧迷
Pisode
css:
html,body{
height:100%;
margin:0;
padding:0;
}
.wrapper{
position:relative;
margin: 0 auto;
max-width: 500px;
min-...
分类:
移动开发 时间:
2014-07-17 17:20:56
阅读次数:
262