2020年2月16日
摘要: <!DOCTYPE html> <html lang="en" > <head> <meta charset="UTF-8"> <title>CSS Modal</title> <meta name="viewport" content="width=device-width, initial-sc 阅读全文
posted @ 2020-02-16 18:12 肖建锋 阅读(564) 评论(0) 推荐(0)
摘要: 首先下载一个激活码和一个jar包,可以在公众号回复“idea2020”获取。下载完以后,解压出来,把jar包随便放到一个能找到的地方就行。 https://files.cnblogs.com/files/xiaojf/idea2020.zip 我们分两种情况来看: 1. idea还能打的开,当注册码 阅读全文
posted @ 2020-02-16 17:35 肖建锋 阅读(15027) 评论(5) 推荐(0)
摘要: <html> <head> <meta charset="utf-8"/> <title>从上往下,从左往右</title> <style> .container { display:flex; flex-flow:column wrap; height:100%; max-width: 120px 阅读全文
posted @ 2020-02-16 01:20 肖建锋 阅读(323) 评论(0) 推荐(0)
摘要: <html> <head> <meta charset="utf-8"/> <title>从上往下,从左往右</title> <style> .container { display:flex; flex-flow:column wrap; height:100%; max-width: 120px 阅读全文
posted @ 2020-02-16 01:17 肖建锋 阅读(12) 评论(0) 推荐(0)