C# 无边框窗体移动代码 Point _frmPoint = new Point(); //移动前窗体左上角坐标 Point _mousePoint = new Point(); //按下鼠标时坐标 bool move = false; //是否移动 ...
分类:
移动开发 时间:
2014-09-13 18:43:15
阅读次数:
190
Hadoop是云计算的事实标准软件框架,是云计算理念、机制和商业化的具体实现,是整个云计算技术学习中公认的核心和最具有价值内容。 工业和信息化部电信研究院于2014年5月发布的“大数据白皮书”中指出:“2012 年美国联邦政府就在全球率先推出“大数据行动计划(Big data initiative)...
分类:
移动开发 时间:
2014-09-13 17:10:15
阅读次数:
379
Cut the Cake
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 885 Accepted Submission(s): 432
Problem Description
MMM got a big b...
分类:
其他好文 时间:
2014-09-13 09:25:04
阅读次数:
250
有一次遇到mysqljdbc抛出异常Datatruncation:Datatoolongforcolumn经过思考,发现原因可能有两种:一、字段长度不够。可以考虑选择更长的字段,例如:VARCHAR->TEXT->MEDIUMTEXT->LONGTEXT->LONGBLOB另外mysql貌似没有nvarchar类型二、数据源URL中的字符集选项跟数..
分类:
其他好文 时间:
2014-09-13 03:03:15
阅读次数:
255
Internet的规模每一百天就会增长一倍,客户希望获得7天24小时的不间断可用性及较快的系统反应时间,而不愿屡次看到某个站点“Server Too Busy”及频繁的系统故障。 负载均衡是所有大中型网站必备的部署。显然,大型网站每天上千万独立IP的访问量,一台Web服务器根本承担不了,网站后台必需...
分类:
Web程序 时间:
2014-09-13 00:39:14
阅读次数:
351
环境:centos6.5server:192.168.0.163client:192.168.0.167网上说安装nfs需要安装nfs-util和portmap,但是对于6.5不需要portmap。老版本像5.6需要portmap对于server:[root@vm1tmp]#rpm-qa|grepnfsnfs-utils-lib-1.1.5-6.el6.x86_64nfs-utils-1.2.3-39.el6.x86_64nfs4-acl-too..
分类:
其他好文 时间:
2014-09-12 19:24:34
阅读次数:
224
1.???????down事件首先会传递到onInterceptTouchEvent()方法 2.???????如果该ViewGroup的onInterceptTouchEvent()在接收到down事件处理完成之后return?false,那么后续的move,?up等事件将继续会先...
分类:
其他好文 时间:
2014-09-12 17:28:54
阅读次数:
231
Description
CC always becomes very depressed at the end of this month, he has checked his credit card yesterday, without any surprise, there are only 99.9 yuan left. he is too distressed and thinki...
分类:
其他好文 时间:
2014-09-12 17:12:53
阅读次数:
202
hanoi塔 代码#include
void move(char x,int n,char y)
{
static int k=1;
printf("Step %d : %d from %c >>->> to %c \n",k++,n,x,y);
}
void hanoi(int n,char A,char B,char C)
{
if(n==1)
{
move(A, 1, C)...
分类:
其他好文 时间:
2014-09-11 22:25:02
阅读次数:
277
centos 6.5 在virtual box 上 安装增强版工具: 出现:centos unable to find the source of your current linux kernelIs it too late to contribute to this thread? I fo.....
分类:
其他好文 时间:
2014-09-11 19:10:42
阅读次数:
160