2018年3月19日

摘要: 1. 安装SVN服务器: 检查是否已安装 安装SVN服务器 查看版本 2. 代码库创建: 安装完成后要建立SVN库 执行后,自动建立repositories库,查看/opt/svn/repositories文件夹包含了conf,db,format,hooks,locks,README.txt等文件, 阅读全文
posted @ 2018-03-19 16:33 guoke1970s 阅读(110) 评论(0) 推荐(0) 编辑

2018年3月14日

摘要: http://silviomoreto.github.io/bootstrap-select/ 官方插件地址 https://github.com/silviomoreto/bootstrap-select github链接地址 https://www.jianshu.com/p/475962349 阅读全文
posted @ 2018-03-14 11:39 guoke1970s 阅读(181) 评论(0) 推荐(0) 编辑

2018年3月13日

摘要: crontab -l 中写的脚本 * * * * * php /home/wwwroot/waima/ald.waima.com/artisan schedule:run 1>> /dev/null 2>&1* * * * * php /home/wwwroot/waima/hzy.waima.co 阅读全文
posted @ 2018-03-13 16:39 guoke1970s 阅读(120) 评论(0) 推荐(0) 编辑

2018年2月25日

摘要: JQ插件里面的代码 阅读全文
posted @ 2018-02-25 10:26 guoke1970s 阅读(164) 评论(0) 推荐(0) 编辑

2018年2月5日

摘要: //JS地图计算距离var map = new BMap.Map("allmap");var point = new BMap.Point();map.centerAndZoom(point, 12);var geolocation = new BMap.Geolocation();geolocat 阅读全文
posted @ 2018-02-05 15:45 guoke1970s 阅读(2899) 评论(0) 推荐(0) 编辑

2018年1月31日

摘要: html表单结构<input type="file" class="id-input-file" name="file_url[]"><img class="middle" src="">JS部分 //jq上传图片在线预览$(function () { $(document).on('change' 阅读全文
posted @ 2018-01-31 17:20 guoke1970s 阅读(284) 评论(0) 推荐(0) 编辑

2018年1月25日

摘要: //先全部转成经纬度,然后计算距离private function userDistance($list){ $user_ip = \CommonClass::getRealIp();//获取客户端IP if ($user_ip != '127.0.0.1') { $user_ip = \Commo 阅读全文
posted @ 2018-01-25 16:42 guoke1970s 阅读(3143) 评论(0) 推荐(1) 编辑

2018年1月5日

摘要: 任务调度调试方法 命令行输入 php artisan taskPublicity 即console下面控制器里的命名 阅读全文
posted @ 2018-01-05 11:51 guoke1970s 阅读(104) 评论(0) 推荐(0) 编辑

2017年11月8日

摘要: $data = [['订单编号', '服务类目', '服务类型', '商品名称', '商品型号', '特殊要求', '客户姓名', '手机号码', '客户地址', '是否到货', '物流公司', '物流单号', '提货地址', '提货电话' , '代付运费', '下单人', '联系电话'],];$i 阅读全文
posted @ 2017-11-08 17:59 guoke1970s 阅读(95) 评论(0) 推荐(0) 编辑

2017年10月29日

摘要: JS代码/*源码上传*/$('#doc0').fileupload({ autoUpload: true, dataType: 'json', url: '/finance/fileUpload', add: function (e, data) { data.submit(); }, done: 阅读全文
posted @ 2017-10-29 13:19 guoke1970s 阅读(1895) 评论(0) 推荐(0) 编辑

导航