
java_web
歌声缓缓
IT民工
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
java单元测试
import org.junit.After;import org.junit.Before;import org.junit.Test;public class TestJunit {public static void main(String[] args) {System.out.println(“hello world”);}@Testpublic void testJun...原创 2019-02-24 23:44:27 · 184 阅读 · 0 评论 -
eclipse导入web项目提示 cannot be resolved to a type
1 在项目名字上,点击右键,选择 Properties2 选择libraries选择jre system library[jre] 点edit3 选择 alternate jre原创 2019-03-01 00:26:49 · 1217 阅读 · 0 评论 -
mysql快速导入数据库文件
修改配置文件:(关闭mysql服务)innodb_flush_log_at_trx_commit=0max_allowed_packet = 2048M重启Mysql数据库CMD窗口:set names utf8;SET FOREIGN_KEY_CHECKS=0;set sql_log_bin=OFFsource:sql文件路径导入完之后SET FOREIGN_KEY_CHEC...原创 2019-05-17 00:09:47 · 1340 阅读 · 0 评论