摘要:
jQuery(function($) { $("#form").validate({ rules:{ username:{required:true }, Loginname:{ required:true, remote:{ type:"post", url:"nameverify", dataT 阅读全文
2017年11月19日
2017年11月15日
摘要:
package com.wen;import java.lang.reflect.Field;import java.lang.reflect.Method;public class Test2 { public static void main(String [] args){ try { Cla 阅读全文
2017年9月28日
摘要:
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lo 阅读全文
摘要:
Mybatis面试题 1请写出Mybatis核心配置文件MyBatis-config.xml的内容? <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3. 阅读全文
2017年9月24日
摘要:
第二次面试题 第一部分:选择题 1、java内部使用的编码格式是:C、Unicode 在JVM内部,统一使用Unicode表示。 2、 public class Threads2 implements Runnable{public void run() {System.out.println("r 阅读全文