摘要: 1.打开eclipse→Windows→Preferences→Java→Editor→Content Assist 修改Auto Activation triggers for java的值为:zjava 点击apply按钮 2.继续打开JavaScript→Editor→Content Assi 阅读全文
posted @ 2020-03-13 09:10 🍂浪迹天涯🍂 阅读(314) 评论(0) 推荐(0) 编辑
摘要: eclipse 配置 maven preferences -> maven -> Installations ->add -> Installation home -> 选择maven 存放的目录 preferences -> maven -> User Settings ->Browse -> 选 阅读全文
posted @ 2020-03-12 10:04 🍂浪迹天涯🍂 阅读(119) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd/mybatis-3-config.d 阅读全文
posted @ 2020-02-15 15:04 &#127810;浪迹天涯&#127810; 阅读(94) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-02-05 17:25 &#127810;浪迹天涯&#127810; 阅读(1) 评论(0) 推荐(0) 编辑
摘要: mysql数据库驱动包 mysql-connector-java.jar mysql数据库连接池包 commons-dbcp.jar 和 commons-pool.jar spring ioc包(注入) commons-logging.jar spring-context-4.1.6.RELEASE 阅读全文
posted @ 2020-02-05 12:40 &#127810;浪迹天涯&#127810; 阅读(83) 评论(0) 推荐(0) 编辑
摘要: // // PicturesTableViewCell.m // WaterProofer // // Created by admin on 2019/9/21. // Copyright © 2019 WaterProofer. All rights reserved. // #import " 阅读全文
posted @ 2019-09-27 18:10 &#127810;浪迹天涯&#127810; 阅读(356) 评论(0) 推荐(0) 编辑
摘要: UITextField *tf = [[UITextField alloc] initWithFrame:CGRectMake(20, 60, 280, 70)]; //文本输入框,一般用作用户输入账号,密码,个人信息等 //添加输入成的事件监听 [tf addTarget:self action: 阅读全文
posted @ 2019-09-26 12:15 &#127810;浪迹天涯&#127810; 阅读(205) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-26 10:28 &#127810;浪迹天涯&#127810; 阅读(1) 评论(0) 推荐(0) 编辑
摘要: #import <UIKit/UIKit.h> @interface UIButton (CountDown) + (void)startRunSecond:(UIButton *)btn stringFormat:(NSString *)str finishBlock:(dispatch_bloc 阅读全文
posted @ 2019-09-25 21:16 &#127810;浪迹天涯&#127810; 阅读(144) 评论(0) 推荐(0) 编辑
摘要: //设置视图位置和大小 UIView *myView = [[UIView alloc] initWithFrame:CGRectMake(15, 300, self.view.bounds.size.width-30, 46)]; //设置背景颜色 myView.backgroundColor = 阅读全文
posted @ 2019-09-24 08:55 &#127810;浪迹天涯&#127810; 阅读(156) 评论(0) 推荐(0) 编辑