先展示个效果图吧下面是源代码 1 2 6 7 8 9 10 "> 11 12 My JSP 'NewEquipmentEnter.jsp' starting page 13 14 15 16 17 ...
分类:
Web程序 时间:
2014-09-09 11:46:58
阅读次数:
229
题目链接:点击打开链接
题意:
有n个任务 m个限制条件
1、task i starts at least A minutes later than task j
表示 i - j >= A
2、task i starts within A minutes of the starting time of task j
表示 i - j
问:每个任务开始的时间。 求一个任意解
...
分类:
其他好文 时间:
2014-09-05 23:47:42
阅读次数:
230
Description
There are n walruses standing in a queue in an airport. They are numbered starting from the queue's tail: the
1-st walrus stands at the end of the queue and the
n-th walrus stands at...
分类:
其他好文 时间:
2014-09-05 19:56:51
阅读次数:
292
重启了一下服务器,启动后就报以下错误了:Starting MySQL...The server quit without updating PID file [失败]lib/mysql/localhost.localdomain.pid).纠结了很久没找到解决办法,后来突然想到修改了mysql的配置文件“/usr/my.cnf”之前配置默认编码,在配置文件中添加了“default-characte...
分类:
数据库 时间:
2014-09-05 14:27:01
阅读次数:
344
具体的输入信息是这样的。uboot> httpLink down: eth0Ethernet mode (duplex/speed): 1/1000 MbpsHTTP server is starting at IP: 192.168.0.250HTTP server is ready!Reques...
分类:
其他好文 时间:
2014-09-04 18:31:59
阅读次数:
266
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatena...
分类:
其他好文 时间:
2014-09-04 14:53:59
阅读次数:
129
Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord...
分类:
其他好文 时间:
2014-09-03 21:06:47
阅读次数:
241
arc welder and plasma cutter While you consider starting an industry, first you need to concentrate mini laser engraver for sale what kinds of product...
分类:
其他好文 时间:
2014-09-03 18:07:36
阅读次数:
272
几天重新安装了Tomcat6,安装完Tomcat6后在wepapps下面会有一些tomcat自带的项目(root、manager、host-manager等几个),这几天项目没什么用我就删掉了,后来在MyEclipse中配置好Tomcat,新建web项目,在启动Tomcat是会出现
严重: Error starting static Resources
java.lang.Il...
分类:
其他好文 时间:
2014-09-01 15:40:03
阅读次数:
137
题目Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the o...
分类:
其他好文 时间:
2014-08-31 22:39:31
阅读次数:
324