- 博客(9)
- 收藏
- 关注
转载 seafile ubuntu 安装相关
1,各种原因,需要安装 seafile,好,开始安装。2,参考https://github.com/haiwen/seafile-server-installer-cn 1,Ubuntu 16.04/18.04 (64bit): 2,wget https://raw.githubusercontent.com/haiwen/seafile-server-install...
2019-04-24 17:01:00
833
转载 PHPExcel 读取 xls
<?php$xlsPath = './test.xls'; //指定要读取的exls路径 //$type = 'Excel2007'; //设置要解析的Excel类型 Excel5(2003或以下版本)或Excel2007$type = 'Excel5';//引入excel类include 'Classes/PHPExcel.php'; include '...
2019-03-14 13:39:00
243
转载 Nginx 安装后 相关错误解决
1,安装 https://blog.youkuaiyun.com/wxyjuly/article/details/79443432 nobody 改为了 www /configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --with-http_gzip_st...
2019-02-20 18:57:00
160
转载 惊艳的语句
作者:鱼玄机链接:https://www.zhihu.com/question/36539555/answer/430938850来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。我曾踏足山巅,也曾跌落低谷,二者都使我受益良多。春有百花秋有月,夏有凉风冬有雪,若无闲事挂心头,便是人间好时节。 饥来食,困则眠,热取凉,寒向火。平常心即是自自然然...
2018-12-17 14:05:00
213
转载 PHP jsonp ajax 跨域 实例
HTML代码<html><head> <title>跨域测试</title> <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script> <script> $(doc...
2018-12-04 14:20:00
114
转载 好的UI管理后台
1,https://www.v2ex.com/t/513539 -https://github.com/a54552239/projectManage转载于:https://www.cnblogs.com/Clymene/p/10063205.html
2018-12-04 11:41:00
128
转载 YII - 打印 SQL
$query = Order::find()->select(['order_sys_id'])->where(['order_car_id'=>'AA','order_status'=>'10'])->orderBy(['create_time'=>SORT_DESC]);$commandQuery = clone $query;echo $co...
2018-12-04 11:36:00
204
转载 php json 中文不转义 & 转义为中文
JSON_UNESCAPED_UNICODEprivate function decodeUnicode($str){return preg_replace_callback('/\\\\u([0-9a-f]{4})/i',create_function('$matches','return mb_convert_encoding(pack("H*", $m...
2018-12-04 11:26:00
200
转载 php java aes
class CryptAES{ protected $cipher = MCRYPT_RIJNDAEL_128; protected $mode = MCRYPT_MODE_ECB; protected $pad_method = NULL; protected $secret_key = ''; protected $iv = ''; public...
2017-10-11 18:17:00
103
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人