background picture of the home page

江南好,风景旧曾谙

《辛丑有感》

《辛丑有感》 混沌从中荡污浊,半刻清明不成活。 得闲了看上苍情,负了人间别样秋。

thumbnail of the cover of the post

《问天秋事》

《问天秋事》 浊浪吞云气未收,浮生暂得片时休。 欲赊天意裁星斗,却负人间第一秋。

thumbnail of the cover of the post

《元日新晴》

《元日新晴》 瑞彩当空照锦城,椒花献瑞墨含情。 福泽盈门千户喜,春声上树万枝荣。 旧年笙管云间绕,绮愿风鸢天际明。 且把屠苏斟北斗,安康岁岁颂生平。 椒花献瑞:与春节等节日相关的祝词,意思是:在春节等节日时,献上《椒花颂》作为祝词,寓意着祝福新春平安美好。 屠苏:年酒,取自春风送暖入屠苏。

thumbnail of the cover of the post

MySQL

MySQL 安装 #centos7默认安装的是MariaDB-5.5.68 安装mariadb的最新版 #修改yum源的配置文件 vim /etc/yum.repos.d/mariadb.repo [mariadb] name=mariadb laster version b

thumbnail of the cover of the post

JavaWeb

https://heuqqdmbyk.feishu.cn/wiki/QPxOw66KlikKhKk1TOlcqxHXnDd 前端Web开发 前端代码通过浏览器转化(解析和渲染)成用户看到的网页 浏览器中对代码进行解析渲染的部分,称为浏览器内核 Web标准大部分有W3C(World Wide Web

thumbnail of the cover of the post

Windows基础

Windows C:\tools\文件\资料.txt 绝对路径,完整路径,物理路径,真实路径 文件的基本操作: 增:新建文件。 删:ctrl+D都是临时删除,本质就是打一个标记有新数据的时候进行了覆盖才是真删除。 改:打开文件修改内容。 查:搜素。属性.常规:一些基础信息里面 属性.常规.属性 可以

thumbnail of the cover of the post

web架构

web:World Wide Web,全球广域网,也称万维网 C/S架构:Client/Server B/S架构:Browser/Server Web1.0:静态页面,不能交互 Web2.0:支持用户上传信息,交互,购物 Web3.0:移动互联网 客户端app Android--Java iOS--

thumbnail of the cover of the post

Java基础知识

IDEA管理Java程序的结构 project(项目、工程) module(模块) package(包) class(类) Java逻辑运算符 &、| 单个也可以用但是&&、|| 的效率更高&&的左边为false就不会执行了,|| 的左边为true就不会执行了 !逻辑非 ^ 逻辑异或 前后相同返回f

thumbnail of the cover of the post

IDEA快捷键

windows psvm + Tab/Enter 生成main方法 main + Tab/Enter 生成main方法 sout + Tab/Enter 输出语句 Alt + Enter 导入包、自动修正 Alt + / 代码提示 ctrl + Z 撤销 ctrl + shift + Z 取消撤销

thumbnail of the cover of the post

C++基础知识

小知识 1.<algorithm> sort 2.<string> 3.<cmath> fabs(计算浮点数的绝对值) 4.加快cin,cout的读写速度。 ios::sync_with_stdio(0); cin.tie(0); 5.从文件中读取和写入 freopen(“文件名”,“r”,stdi

thumbnail of the cover of the post