03 2018 档案

摘要:def aes_encrypt() cipher = OpenSSL::Cipher::AES.new(128, :CBC) cipher.encrypt cipher.key = "quck7295abvdefgh" data= 'sssssdsadkjak' cipher.iv = "abcde 阅读全文
posted @ 2018-03-20 11:38 皓贤 阅读(280) 评论(0) 推荐(0)
摘要:移动端对background-attachment: fixed支持的不好,但可以采用如下方式来处理。 body:before { content: ' '; z-index: -1; top: 0; right: 0; bottom: 0; left: 0; background: url(pat 阅读全文
posted @ 2018-03-19 12:57 皓贤 阅读(500) 评论(0) 推荐(0)
摘要:系统中的80端口已经因为使用lampp被占用,故不能再次使用nginx来做解析: deploy/staging server "yan.com", user: "root", roles: %w{app db web}, my_property: :my_value set :branch, 'ma 阅读全文
posted @ 2018-03-15 17:46 皓贤 阅读(388) 评论(0) 推荐(0)