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
一、系统环境实验拓扑:实验环境:Vmware 9.01 + Windows 8 x64 企业版+8G内存虚拟机步骤:1、安装一台CentOS 6.3 x64主机,内存为1GB,网络为NAT模式,注意检查Vmware中EDIT菜单下Virtual Network Editor中VMnet82、加电,安...
分类:
其他好文 时间:
2014-07-10 13:26:08
阅读次数:
542
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)
分类:
其他好文 时间:
2014-07-07 23:16:52
阅读次数:
197
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2014-07-07 17:30:29
阅读次数:
160
题目
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)
You have the following 3 operations permitte...
分类:
其他好文 时间:
2014-06-30 00:46:38
阅读次数:
262
无法修改M2_REPO的值,修改配置中Maven-》usersettings选项,如图:2.选择浏览,选择你按照的maven/conf/settings3.点击UpdateSettings,Eclipse将读取settings中的maven下载的目录位置4.返回JavaClassPath,查看M2_REPO的值被修改
分类:
其他好文 时间:
2014-06-28 06:49:47
阅读次数:
202
题目Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adja...
分类:
其他好文 时间:
2014-06-27 17:25:52
阅读次数:
225
1.首先,设置 cell 中显示文本的容器(这里假设是 Label)的一些属性,如下:
[_Label
setNumberOfLines:0];
//这个是设置 label 内文本的行数,0 代表自适应
[_Label
setLineBreakMode:NSLineBreakByWordWrapping];
//断行模式
[_Label
setFont:[UIFon...
分类:
其他好文 时间:
2014-06-27 09:13:12
阅读次数:
201
使用通配符,只不过命名的时候*的位置跟{1}保持一致.
我写的这个action继承dispatchAction,parameter=method
假如里面有add方法和edit方法()
访问add方法的时候,使用这个地址:/addPerson.do?method=add-->这个时候input就是/add.jsp
访问edit方法的时候,使用这个:/editPerson.do?...
分类:
其他好文 时间:
2014-06-27 07:21:52
阅读次数:
202