今天启动一个web服务的时候tomcat在Eclipse下总是启动失败,并且在启动此web服务的同时,访问Mysql其他库的表会报错,如下图:错误原因:mysql规定的最大连接数为151,但是启动的web服务初始化连接池初始化了200个连接,所以tomcat启动服务失败,而且在启动此web服务过程中初始..
分类:
其他好文 时间:
2014-10-20 19:42:44
阅读次数:
178
http://www.cnblogs.com/zhaoqingqing/p/3401747.html截止到目前的Unity4.2版本,要在手机平台上播放影片,有两种方法:使用Unity自带的Move Texturehttp://docs.unity3d.com/Documentation/Scrip...
分类:
移动开发 时间:
2014-10-20 17:06:02
阅读次数:
291
http://yunfeng.sinaapp.com/?p=465 ? android GridView 如何禁止滚动 设置gridview 的touch事件,是ACTION_MOVE 的话返回true mDragGrid.setOnTouchListener(new OnTouchListener() { ????????????...
分类:
移动开发 时间:
2014-10-20 15:29:39
阅读次数:
266
【题目】
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down o...
分类:
其他好文 时间:
2014-10-19 21:25:37
阅读次数:
247
在做一个PHP文件上传系统的时候,使用move_uploaded_file进行文件上传,提示下面两个warning,不能成功上传文件Warning: move_uploaded_file(upload/songshu_rgb.gif) [function.move-uploaded-file]: f...
分类:
Web程序 时间:
2014-10-19 12:52:49
阅读次数:
162
Problem Description
Kids in kindergarten enjoy playing a game called Hawk-and-Chicken. But there always exists a big problem: every kid in this game want to play the role of Hawk.
So the teacher ...
分类:
其他好文 时间:
2014-10-18 22:26:11
阅读次数:
291
转载:http://blog.csdn.net/swingboard/article/details/27207497So today let’s talk about devm functions as that is what I have been upto the past couple o...
分类:
其他好文 时间:
2014-10-18 19:38:24
阅读次数:
292
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path.
Note: You can only move either down or right at...
分类:
其他好文 时间:
2014-10-17 23:26:43
阅读次数:
231
题意: 给一个n*n(n#include #include #include #include using namespace std;string f[2][250][250], ans;int tem[250];int n, k, tol;string add (string a, str...
分类:
其他好文 时间:
2014-10-17 23:12:05
阅读次数:
362
前几天做了个Memcached的思考,并测试了一些数据,是关于如何提高Memcached内存使用率的问题。在启动memcached的时候可以加-f参数和-n参数。-f指定各slab里面chunk大小的变化比例,默认1.25,-n指定slab里面chunk大小从多少开始。使用memcache_add(...
分类:
系统相关 时间:
2014-10-17 18:30:44
阅读次数:
231