摘要: 1,各种原因,需要安装 seafile,好,开始安装。 2,参考 https://github.com/haiwen/seafile-server-installer-cn 1,Ubuntu 16.04/18.04 (64bit): 2,wget https://raw.githubusercont 阅读全文
posted @ 2019-04-24 17:01 Clymene 阅读(271) 评论(0) 推荐(0) 编辑
摘要: <?php $xlsPath = './test.xls'; //指定要读取的exls路径 //$type = 'Excel2007'; //设置要解析的Excel类型 Excel5(2003或以下版本)或Excel2007$type = 'Excel5';//引入excel类include 'Cl 阅读全文
posted @ 2019-03-14 13:39 Clymene 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: 1,安装 https://blog.csdn.net/wxyjuly/article/details/79443432 nobody 改为了 www 2,nginx: [emerg] getpwnam(“www”) failed 错误处理方法 1,nginx user 哪里改为 www 2,/usr 阅读全文
posted @ 2019-02-20 18:57 Clymene 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 作者:鱼玄机链接:https://www.zhihu.com/question/36539555/answer/430938850来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 我曾踏足山巅,也曾跌落低谷,二者都使我受益良多。 春有百花秋有月,夏有凉风冬有雪,若无闲事 阅读全文
posted @ 2018-12-17 14:05 Clymene 阅读(294) 评论(0) 推荐(1) 编辑
摘要: HTML代码 PHP 代码 或者,服务器端,相关方法内,加入 阅读全文
posted @ 2018-12-04 14:20 Clymene 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 1,https://www.v2ex.com/t/513539 - https://github.com/a54552239/projectManage 阅读全文
posted @ 2018-12-04 11:41 Clymene 阅读(85) 评论(0) 推荐(0) 编辑
摘要: $query = Order::find()->select(['order_sys_id'])->where(['order_car_id'=>'AA','order_status'=>'10'])->orderBy(['create_time'=>SORT_DESC]);$commandQuer 阅读全文
posted @ 2018-12-04 11:36 Clymene 阅读(116) 评论(0) 推荐(0) 编辑
摘要: JSON_UNESCAPED_UNICODE 阅读全文
posted @ 2018-12-04 11:26 Clymene 阅读(676) 评论(0) 推荐(0) 编辑
摘要: class CryptAES{ protected $cipher = MCRYPT_RIJNDAEL_128; protected $mode = MCRYPT_MODE_ECB; protected $pad_method = NULL; protected $secret_key = ''; 阅读全文
posted @ 2017-10-11 18:17 Clymene 阅读(141) 评论(0) 推荐(0) 编辑