12 2020 档案
摘要:封装 IndexedDB 初始化数据库 dbInit () { return new Promise((resolve, reject) => { const connection = window.indexedDB.open('dbname', 2) connection.onsuccess =
阅读全文
摘要:Red = 255 × ( 1 - Cyan / 100 ) × ( 1 - Black / 100 ) Green = 255 × ( 1 - Magenta / 100 ) × ( 1 - Black / 100 ) Blue = 255 × ( 1 - Yellow / 100 ) × ( 1
阅读全文
摘要:yum install gcc-c++ yum install -y pcre pcre-devel yum install -y zlib zlib-devel yum install -y openssl openssl-devel wget -c http://nginx.org/downlo
阅读全文