1 | .triangle{ |
画出的是一个倒立的三角形, 改为border-bottom就是一个正立的三角形。其中是底边为100px,高度为100px的等腰三角形。
1 |
|
webapp在登录的时候怎么控制登录的安全性?
目前通过https都可以解决这个问题。使用https自动加密传输的数据,从而解决传输密码明文的问题。然后在存储到数据库前通过md5或者其他加密算法进行加密。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.