what should I use .post vs .ajax? 问题: I've always had this dilemma困境 whether to use .post or .ajax for a few situations, but I got kept using .post? M ...
分类:
Web程序 时间:
2019-09-19 16:18:47
阅读次数:
118
报错: 原因:Gateway 已包含web模块。 解决:去掉 pom.xml 中的 spring boot starter web 部分。 ...
分类:
编程语言 时间:
2019-09-19 12:17:40
阅读次数:
4658
1. 水平居中(margin: auto;)子父元素宽度固定,子元素上设置 margin: auto; 子元素不能设置浮动,否则居中失效。 2. 水平居中,子父元素宽度固定,父元素设置 text-align: center; 子元素设置 display: inline-block; 子元素不能设置浮 ...
分类:
Web程序 时间:
2019-09-18 12:50:03
阅读次数:
126
在c#中,HttpUtility.UrlEncode("www+mzwu+com")编码结果为www%2bmzwu%2bcom,在和Java开发的平台做对接的时候,对方用用url编码后再对其进行MD5加密,url编码之后的字符串为大(www%2Bmzwu%2Bcom)写这样加密出来的字符串就.net ...
分类:
编程语言 时间:
2019-09-17 13:15:46
阅读次数:
155
推荐阅读:http://www.ruanyifeng.com/blog/2019/03/grid-layout-tutorial.html 1. 启动网格布局 启动后,子元素的float、display: inline-block、display: table-cell、vertical-align ...
分类:
其他好文 时间:
2019-09-17 09:19:30
阅读次数:
89
HTML表格由<table>标签定义,下面是一个2行3列的表格: <table> <tr> <td>11</td> <td>12</td> <td>13</td> </tr> <tr> <td>21</td> <td>22</td> <td>23</td> </tr> </table> tr--ta ...
分类:
Web程序 时间:
2019-09-16 19:13:10
阅读次数:
91
[嘀咕]当人脉被滥用,你正在建立负向人脉
真正的朋友不是那些在Facebook上祝你生日快乐的(当然可能包含真正的朋友啦),因为他只是看到左边的提醒才知道你今天生日,他平常可能都没有在关注你的,你说这个人会是你真正的朋友吗?大概不见得吧。若你有心要经营人脉,那就要花心思去经营,但一定要切记,先想想自... ...
分类:
其他好文 时间:
2019-09-16 13:25:47
阅读次数:
94
Question Given an m x n matrix of non-negative integers representing the height of each unit cell in a continent, the "Pacific ocean" touches the left ...
分类:
其他好文 时间:
2019-09-16 10:10:50
阅读次数:
79
写在前面的话 液晶(LCD)显示具有功耗低、体积小、重量轻、超薄等许多其他显示器无法比拟的优点,近几年被广泛应用于FPGA控制的智能仪器、仪表和低功耗的电子产品中。LCD可分为段位式LCD、字符式LCD和点阵式LCD。其中段位式LCD和字符式LCD只能用于字符和数字的简单显示,不能满足图像曲线和汉字 ...
分类:
其他好文 时间:
2019-09-14 11:38:14
阅读次数:
147
Rules: 1,Any live cell with fewer than two live neighbors dies, as if caused by under-population. 2,Any live cell with two or three live neighbors liv ...
分类:
其他好文 时间:
2019-09-13 15:52:01
阅读次数:
88