摘要:
import java.sql.Date;public class Money {public static void main(String[] args) {String date="1987-10-10";Date t = Date.valueOf(date);System.out.print 阅读全文
摘要:
1.获取索引值 <#list toplist as toplists>${toplists_index}</#list> 阅读全文
摘要:
异常: No goals have been specified for this build. You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-gr 阅读全文
摘要:
1.打开Preference->Java->Installed JREs->Edit 选择一个jdk 2.点击edit 3.找到default VM arguments一栏,添加 配置:-Dmaven.multiModuleProjectDirectory=$M2_HOME 阅读全文
摘要:
在菜单栏找到WINDOW,单击preferences,找到Installed JRES,选择jdk版本 阅读全文
摘要:
1、环境变量配置 找到mysql 安装路径到bin目录下,复制,添加到path中 2、启动服务/关闭服务 net start mysql55 (我的服务名是mysql55) net stoop mysql55 3、连接数据库 mysql -u root -p 输入该命令后会让输入密码,连接成功会出现 阅读全文
摘要:
数据表名: SELECT TABLE_NAME FROM information_schema.`TABLES` WHERE TABLE_SCHEMA ='v53' AND TABLE_TYPE ='BASE TABLE' 数据表信息: SELECT COLUMN_NAME ,IS_NULLABLE 阅读全文
摘要:
//未写完,待续。。。。 //应用实例 private Date beginDate; private Date endDate; public Date getBeginDate(){ return bgeinDate; } public Date setBgeinDate( Date begin 阅读全文
摘要:
1 <td class="ltd6">意向强度</td> 2 <td class="rtd6"> 3 <c:forEach begin="1" end="${stuBaseInfo.yixiang}" step="1"> 4 <a data-num="0" class="weui-rater-box 阅读全文