今天学习了time date组件 <TextClock android:layout_width="wrap_content" android:layout_height="wrap_content" android:format12Hour="MM/dd/yy h:mmaa"/> <TextClo ...
分类:
其他好文 时间:
2021-06-21 20:41:25
阅读次数:
0
[SUCTF 2019]EasyWeb 知识点: 无数字字母shell 利用.htaccess上传文件 绕过open_basedir 绕过exif_imagetype()函数 也就是将检查我们上传的文件,并返回一个常量,否则返回false,那我们要让.htaccess文件绕过它,就要针对它的检测特性 ...
分类:
Web程序 时间:
2021-06-19 18:46:53
阅读次数:
0
构建一个 div , class 随便命名 css 部分 class 名字 { position: relative; // 相对定位是重点 } class名字:before,class名字:after{ position: absolute; content: " "; top: 10px; le ...
分类:
Web程序 时间:
2021-06-17 17:04:05
阅读次数:
0
//程序的主入口,不能删也不能改 @SpringBootApplication//标注是一个springBoot的应用 public class DemoApplication { //将springBoot应用启动 public static void main(String[] args) { ...
分类:
其他好文 时间:
2021-06-16 17:46:34
阅读次数:
0
一、找到模板需要填写的位置 二、可填写的参数如下: # {PROJECT_NAME} - -当前项目的名称 # {NAME} - --新文件名称 # {USER} - -当前用户的登录名 # {DATE} - -当前的系统日期 # {TIME} - -当前系统时间 # {YEAR} - -年 # { ...
分类:
其他好文 时间:
2021-06-13 10:47:52
阅读次数:
0
1 框架集与框架 ① 水平分割窗口 <frameset rows=”frame窗口1高度,frame窗口2高度,…”> <frame src=”页面文件1地址”/> <frame src=”页面文件2地址”/> … </frameset> ② 垂直分割窗口 <frameset cols=”frame ...
分类:
其他好文 时间:
2021-06-13 10:46:16
阅读次数:
0
1.table布局 <div class="box"> <p>前端开发真不错,就是智商跟不上</p> <p>前端开发真不错,就是智商跟不上</p> </div> .box { width: 300px; height: 200px; border: 1px solid #000; display: ...
分类:
Web程序 时间:
2021-06-11 18:21:11
阅读次数:
0