Tomcat报错: The JRE could not be found. Edit the server and change the JRE location.EClipse -> windows -> prefreances -> server -> installed runtimes ->...
分类:
其他好文 时间:
2014-07-16 23:25:15
阅读次数:
263
情况:部署程序在IIS 7.5 windows server 2008 R2 64 bit OS,引用“Oracle.DataAccess.dll”运行程序会出现:"Could not load file or assembly 'Oracle.DataAccess' or one of its d...
分类:
数据库 时间:
2014-07-16 23:21:27
阅读次数:
638
今天在做项目时,看到了一个从没见过的MySQL函数——FIND_IN_SET(),顿时就产生了浓郁的兴趣,然后就搜了搜,翻了翻。语法:FIND_IN_SET(str,strlist)定义:1. 假如字符串str在由N子链组成的字符串列表strlist中,则返回值的范围在1到N之间。2. 一个字符串列...
分类:
其他好文 时间:
2014-07-16 23:11:37
阅读次数:
185
There are simply no limits on how many bags of jute and denim are available. You can find them in all sorts of patterns and colors that bring joy to u...
分类:
其他好文 时间:
2014-07-16 23:09:32
阅读次数:
190
1,设置A机时间服务器: a,修改 /etc/ntp.conf,如下: # Undisciplined Local Clock. This is a fake driver intended for backup# and when no outside source of synchroniz.....
分类:
系统相关 时间:
2014-07-10 12:15:56
阅读次数:
253
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 ...
分类:
其他好文 时间:
2014-07-10 11:24:15
阅读次数:
229
Reminder reminder = ScheduledActionService.Find("MY REMINDER") as Reminder;if ( reminder != null ) { ScheduledActionService.Remove("MY REMINDER");}...
分类:
其他好文 时间:
2014-07-10 10:37:36
阅读次数:
213
varallImg=$('.content').find('img');allImg.each(function(){varself=this;varnewImg=newImage();newImg.src=this.src;newImg.onload=function(){ if(newImg.w...
分类:
Web程序 时间:
2014-07-10 09:57:28
阅读次数:
280
试题:给定一个带环的链表,找出环起点。比如:A -> B -> C -> D -> E -> C (C为环形起点)写一个程序找出环起点C。ListNode结构如下,请实现 ListNode* find_circle_beginning(ListNode* head);函数,返回环的起点。struct...
分类:
其他好文 时间:
2014-07-10 00:14:17
阅读次数:
232
http://acm.hdu.edu.cn/showproblem.php?pid=1596#include #include #include #include using namespace std;int n;int ss,ee;double map[1002][1002];void F(){...
分类:
其他好文 时间:
2014-07-09 23:41:53
阅读次数:
352