HWND hIpEdit;void __fastcall TForm2::FormCreate(TObject *Sender){ hIpEdit = CreateWindow(WC_IPADDRESS, NULL, WS_CHILD | WS_VISIBLE, 10, 10, 135, 47...
分类:
其他好文 时间:
2014-09-01 12:16:53
阅读次数:
168
Spring AOP 配置需要注意的问题,CGLIB 在生成aop代理类的时候,报错: Could not generate CGLIB subclass of class [class XXXX]: Common causes of this problem include using a final class or a non-visible c...
分类:
其他好文 时间:
2014-08-29 18:37:48
阅读次数:
476
在前台页面上放了几个textbox,用ReadOnly=true设置不可编辑,用visible="False"设置不可见用jquery给textbox赋值后在后台页面获取不到textbox中填写的值解决方法如下:用style="display:none"设置隐藏以下几种方法可解决只读问题:1、不设置...
分类:
Web程序 时间:
2014-08-26 15:22:36
阅读次数:
239
Now a days a very common problem is:“The coordinate of two points in Cartesian coordinate system is (200, 300) and(4000, 5000). If these two points are connected we get a line segment. How manylattice...
分类:
其他好文 时间:
2014-08-24 23:54:33
阅读次数:
406
SPOJ Problem Set (classical)7001. Visible Lattice PointsProblem code: VLATTICEConsider a N*N*N lattice. One corner is at (0,0,0) and the opposite one ...
分类:
其他好文 时间:
2014-08-24 20:42:43
阅读次数:
146
判断3条线段是否联通,如果任意2条线段联通,则3条线段联通;开一个hash[i][j]保存第i条线段和第j条线段的关系,每次插入新的线段前都需要先判断此直线是否与前面的其他线段联通,再将这条线段插入;PS:要注意的一点是需要先对所有的线段关于x坐标进行排序,然后再按照熟顺序插入线段;
#include
#include
#include
#include
#include
#inclu...
分类:
其他好文 时间:
2014-08-23 12:43:30
阅读次数:
247
#include #include #include #include #include #include #include #include #include #include #include #include #includeusing namespace std;#define lson l...
分类:
其他好文 时间:
2014-08-22 00:04:45
阅读次数:
146
Description
Triangles are polygons with three sides and strictly positive area. Lattice triangles are the triangles all whose vertexes have integer coordinates. In this problem you have to find the...
分类:
其他好文 时间:
2014-08-21 22:56:15
阅读次数:
443
一、基本步骤: 1、用mkisofs命令将所需备份的数据构建成镜像文件。 2、用cdrecord命令将镜像文件刻录至光盘或者DVD中。二、mkisofs:新建镜像文件 mkisofs [-0 镜像文件] [-rv] [-m file] 待备份文件... [-V vol] graft -poin...
分类:
系统相关 时间:
2014-08-20 23:52:23
阅读次数:
270
题目链接:https://icpcarchive.ecs.baylor.edu/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=4613
数学统计...
分类:
其他好文 时间:
2014-08-20 12:35:02
阅读次数:
155