上一页 1 2 3 4 5 6 7 8 ··· 30 下一页

2020年3月6日

centos与windows共享文件夹

摘要: 方式一: yum install nfs-utils 本例是将windows共享文件夹挂载在linux机器的/mnt/windows/ 目录下进行访问。windows机器ip:192.168.1.101 ,用户名:administrator 密码:123456linux机器ip:192.168.1. 阅读全文

posted @ 2020-03-06 23:44 潇潇六月雨 阅读(760) 评论(0) 推荐(0)

2020年2月21日

centos php 安装编译 常见报错

摘要: 编译: ./configure --prefix=/usr/local/php --with-config-file-path=/etc --enable-fpm --with-fpm-user=nginx --with-fpm-group=nginx --enable-mysqlnd --with 阅读全文

posted @ 2020-02-21 10:24 潇潇六月雨 阅读(546) 评论(0) 推荐(0)

2020年2月9日

[PHP] layui实现多图上传,图片自由排序,自由删除

摘要: 实现效果如下图所示: 实现代码: css代码 <style> .layui-upload-img { width: 90px; height: 90px; margin: 0; } .pic-more { width:100%; left; margin: 10px 0px 0px 0px;} .p 阅读全文

posted @ 2020-02-09 19:02 潇潇六月雨 阅读(760) 评论(0) 推荐(0)

2020年1月8日

Vue-element-admin实现菜单根据用户权限动态加载

摘要: Vue-element-admin实现菜单根据用户权限动态加载 之前有一些网友对我那个IT部门信息管理系统(http://caijt.com/it)的前端感兴趣,我已经开源到github(https://github.com/Caijt/itsys-ui) 上面有两个分支,master是对应php后 阅读全文

posted @ 2020-01-08 14:54 潇潇六月雨 阅读(739) 评论(0) 推荐(0)

2020年1月3日

linux 定时执行php脚本

摘要: 第一种方法: 1、编写shell脚本: shell文件:/home/www/shell/phpshell.php #!/bin/bash while [ true ]; do /bin/sleep 1 /usr/bin/php /home/www/index.php >> /home/logs/ph 阅读全文

posted @ 2020-01-03 17:59 潇潇六月雨 阅读(183) 评论(0) 推荐(0)

thinkphp5 nginx.conf 配置

摘要: thinkphp5 nginx.conf 配置 server { listen 80; #域名 server_name youzuoapi.osd-asia.com; index index.php index.html index.htm default.php default.htm defau 阅读全文

posted @ 2020-01-03 10:53 潇潇六月雨 阅读(485) 评论(0) 推荐(0)

2019年12月31日

linux中 命令df -h查不到新添加的磁盘

摘要: 在/dev目录下,可以找到新硬盘,一般都标做sd?# cd /dev# ls sd*这样就可以看到所有的硬盘了,一般最后一个就是新的硬盘了,这里假设是 sde给硬盘进行分区fdisk /dev/sden (表示新建分区)p (主分区)1 (分区编号)(接下来的分区大小可以直接回车,默认是整块硬盘一个 阅读全文

posted @ 2019-12-31 10:40 潇潇六月雨 阅读(2202) 评论(0) 推荐(0)

2019年12月27日

关于jQuery获取不到动态添加的元素节点的问题

摘要: 关于jQuery获取不到动态添加的元素节点的问题 遇到问题: 当我获取 $("#art-list")页面元素后去在后面追加标签的时候(append),在下面用 $(selector) 获取刚刚添加的标签,发现怎么都获取不到。 问题起因: 因为页面已经将JS加载完毕,此时新增请求动态添加节点,自然获取 阅读全文

posted @ 2019-12-27 15:26 潇潇六月雨 阅读(1358) 评论(0) 推荐(1)

2019年12月25日

Thinkphp调用微信扫一扫实例,学会再也不怕客户在微信提的奇葩要求了

摘要: 哎!苦于客户一直要求,官方文档看起来又蛋疼,磨了一个下午整理出一套试用Thinkphp 调用微信扫一扫示例别小瞧这些代码哦,它们能帮你实现几乎所有的微信功能^_^ 1 先在Thinkphp -- Vendor 目录下面创建WxJDK文件夹,然后在创建文件jssdk.php. <?php # + # 阅读全文

posted @ 2019-12-25 12:01 潇潇六月雨 阅读(336) 评论(0) 推荐(0)

thinkphp5 PHPExcel 引入与报错解决

摘要: 文件目录 引入文件 use think\facade\App; require_once App::getRootPath().'/extend/PHPExcel/PHPExcel.php'; 报错: PHPExcel报错ZipArchive::locateName(): Excel版本问题。 解决 阅读全文

posted @ 2019-12-25 11:28 潇潇六月雨 阅读(1356) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 30 下一页

导航

点击右上角即可分享
微信分享提示