摘要:
调色网站: http://html-color-codes.info/ (这个我们经常用到) Font Awsome Icons: http://fontawesome.io/icons/ (这个我们也经常用到) 免费图库: http://www.freeimages.com/ (免费图片经常需要使 阅读全文
摘要:
Umeng Talkingdata 百度统计 腾讯统计 诸葛IO 神策 舜飞 阅读全文
摘要:
dos 命令 chkdsk %temp% 查询临时文件 全选删除 阅读全文
摘要:
SQL 注入分类方式: 提交方式:GET POST COOKIE 参数注入:数字型/字符型/搜索型 数据库类型:ACCESS/Mysql/MSSQL/Oracle 手工注入方法:联合查询、报错注入、盲注(基于布尔型、基于时间延迟) 0x01 Mysql Mysql划分:权限 root 普通用户 版本 阅读全文
摘要:
个人拥有的设备是: 树莓派4b 默认的用户名: pi 默认的密码是: raspberry 阅读全文
摘要:
1 删除临时文件 @echo off echo 正在清除系统垃圾文件,请稍等...... del /f /s /q %systemdrive%\*.tmp del /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.log del /f 阅读全文
摘要:
https://www.cnblogs.com/taiyonghai/p/6728707.html 阅读全文
摘要:
关于在controller中json数据与对象,map,list的相互转换 步骤: 1.导入jackson相关jar包 jackson annotations.jar jackson core.jar jackson databind.jar com.fasterxml.jackson.core j 阅读全文
摘要:
Light UI Kit in CSS and HTML 非常好的一套界面设计素材资源,提供了 PSD 源文件和HTML/CSS代码下载。 Beautiful UI Kits For Web and Graphic Designers Pure and Modern UI Kit 非常有质感的一套现 阅读全文
摘要:
1、pexels https://www.pexels.com/ 2、gratisography(国外服务器,速度较慢,素材较少) https://gratisography.com/ 3、isorepublic https://isorepublic.com/ 4、visualhunt https 阅读全文
摘要:
zip、rar、msi等文件使用Chrome提交的ContentType都为null,IE可以正确获取 阅读全文
摘要:
/** * @create: 2020-02-23 21:50 */ import com.spire.doc.*; import com.spire.doc.documents.WatermarkLayout; import java.awt.*; public class Main { publ 阅读全文
摘要:
1、mixkit https://mixkit.co/(速度太慢) 2、pexels https://www.pexels.com/ 3、plxabay https://pixabay.com/ 4、videezy https://www.videezy.com/ 阅读全文
摘要:
git status git add (XXX.html...) git commit m 提交描述 工作区:working diretory 暂存区:stage/index 提交区:master 1、配置git git config global user.name '20141812' git 阅读全文
摘要:
1、扩展之后 应用 再点 识别, 看看你的主显示是1还是2 如果是1 那你只能往右拖才能到另台显示器上, 当然你也可以进屏幕分辨率菜单 自由拖动排列 窗口1和窗口2,,怎么排列的就怎么跨屏! 2、如果打开的屏幕分辨率已经在移不到的屏幕上,可用Tab键切换选中的内容,随便切换一下“多显示器”,点击识别 阅读全文
摘要:
jquery的datetimepicker时间控件除了样式有点不太美观,功能性还是相当强大的。 在正常情况下input的type应该设置为"text",可点击又可输入(mask,enterLikeTab 要在type="text"时使用);我个人选择时间时不太赞同支持输入,如果输入会有时间格式错误的 阅读全文