08 2019 档案

摘要:public function zip_download() { $array = array( 'http://local.qki.com/site_upload/erweima/20190826/1566809174292_100063_865373044010119.png', 'http://local.q... 阅读全文
posted @ 2019-08-27 18:18 盘思动 阅读(432) 评论(0) 推荐(0) 编辑
摘要:layer.confirm('请选择是否通过提现?(tips:同意直接打款,驳回不可恢复)', { btn : ['通过-打款','不通过','通过-已打款'], btn1:function(){ ... 阅读全文
posted @ 2019-08-21 15:21 盘思动 阅读(19495) 评论(0) 推荐(1) 编辑
摘要:<pre> array(8) { [0] => string(1) 2 [1] => string(2) 19 [2] => string(2) 18 [3] => string(2) 17 [4] => string(2) 16 [5] => string(2) 14 [6] => string( 阅读全文
posted @ 2019-08-21 11:54 盘思动 阅读(624) 评论(0) 推荐(0) 编辑
摘要:无标题文档 这个是text-muted属性的强调色! 这个是text-primary属性的强调色! 这个是text-success属性的强调色! 这个是text-info属性的强调色! 这个是text-warning属性的强调色! 这个是te... 阅读全文
posted @ 2019-08-20 16:01 盘思动 阅读(6552) 评论(0) 推荐(1) 编辑
摘要:$("#form_title").ajaxSubmit({ //页面生成的html 中含有表单提交表单方式 dataType: "json", success : function(obj){ lock_flag = false; if(obj.errno == 0){ lock_flag = fa 阅读全文
posted @ 2019-08-17 13:34 盘思动 阅读(420) 评论(1) 推荐(0) 编辑
摘要:num=10.4567;//round()echoround(num,2); //10.46 //第二种:利用sprintf格式化字符串 formatnum=sprintf("num); echo $format_num; //10.46 /... 阅读全文
posted @ 2019-08-17 00:30 盘思动 阅读(3907) 评论(0) 推荐(0) 编辑
摘要:switch ($date_type){ case 'yesterday': resdata=[starttime=>strtotime(date(Ymd,time()))243600,endtime=>strtotime(date(Ymd,time()))];break;casetoday:res_data = [ 's 阅读全文
posted @ 2019-08-17 00:29 盘思动 阅读(172) 评论(0) 推荐(0) 编辑
摘要:<?php //对数组中的每个元素做函数处理 arr=array(1,2,3,4,5,6);functioncheng(hah){ return hah*2; } var_dump(array_map('cheng',arr)); 阅读全文
posted @ 2019-08-11 13:01 盘思动 阅读(134) 评论(0) 推荐(0) 编辑
摘要:strtolower(pathinfo(abs.php,PATHINFO_EXTENSION)); 小写 通过pathinfo返回扩展名 pathinfo() 函数以数组的形式返回文件路径的信息。 pathinfo(path,options) path:规定要检查的路径。 options:可选。规定 阅读全文
posted @ 2019-08-11 10:32 盘思动 阅读(569) 评论(0) 推荐(0) 编辑
摘要:git clone 整个仓库后使用,以下命令就可以取得该 tag 对应的代码了 git checkout tag_name 但是,这时候 git 可能会提示你当前处于一个“detached HEAD" 状态。(detached 分离的) 因为 tag 相当于是一个快照,是不能更改它的代码的。 直接使 阅读全文
posted @ 2019-08-10 14:19 盘思动 阅读(71686) 评论(0) 推荐(1) 编辑
摘要:sitemap 的索引提示是默认开启的,如需要关闭 sitemap 的索引提示,可在小程序项目配置文件 project.config.json 的 setting 中配置字段 checkSiteMap 为 false开发工具更新后,代码有些地方需要做相应的调整"checkSiteMap": false, 阅读全文
posted @ 2019-08-09 17:02 盘思动 阅读(19109) 评论(1) 推荐(0) 编辑
摘要:thirdScriptError sdk uncaught third Error Unexpected token export SyntaxError: Unexpected token export开发工具 ---- 详情 ES6 转 ES5 , 需要选中,所有引入插件的都需要打钩!!!! 阅读全文
posted @ 2019-08-08 18:24 盘思动 阅读(4616) 评论(0) 推荐(0) 编辑
摘要:{"errcode":,"errmsg":"data format error hint: [gLcIIa01102372]"} 第二种方法: 阅读全文
posted @ 2019-08-07 15:44 盘思动 阅读(1124) 评论(0) 推荐(0) 编辑
摘要:https://www.w3cschool.cn/dwz_jui/hqfo1tja.html 阅读全文
posted @ 2019-08-06 09:07 盘思动 阅读(138) 评论(0) 推荐(0) 编辑
摘要:打开PhpStorm,点击File,然后点击Setting 然后 点击Apply,就可以看到主题变化的效果,其次就是来设置字体,先要选取一个样式,然后点击Save As ,然后命名,我选择的是最后一个,命名为WarmNeon_1 保存后,字体大小才可设置!!! 然后就是选择你保存过的样式,这是就可以 阅读全文
posted @ 2019-08-04 18:29 盘思动 阅读(2582) 评论(0) 推荐(0) 编辑
摘要:1. 打开系统设置 2. 打开 Keyboard 键盘设置 3. 添加成功的状态 4. 单击右侧 Disabled,然后快速按下 Ctrl+Alt+A 如下图 5. Ctrl+Alt+A 测试OK。 参考:https://justcoding.iteye.com/blog/2261263 阅读全文
posted @ 2019-08-03 21:58 盘思动 阅读(695) 评论(0) 推荐(0) 编辑
摘要:下载地址: https://github.com/geeeeeeeeek/electronic-wechat/releases 注意需要完整无误的下载下来!!! 前几次下载,git clone下载会有错误就安装不了 下载解压后,就直接,双击electronic-wechat 就可以登录了,再锁定到启 阅读全文
posted @ 2019-08-03 21:49 盘思动 阅读(1331) 评论(0) 推荐(0) 编辑
摘要:当项目过大时,git clone时会出现error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 Gateway Time-out的问题 解决方法很简单,在git clone时加上--depth=1即可解决 克隆的项目只包含最近的一次commit的一个分支,体积很小,即可解决文章开头提到的项目过... 阅读全文
posted @ 2019-08-03 11:05 盘思动 阅读(6178) 评论(0) 推荐(0) 编辑
摘要:1.首先去官网下载最新的网易云 网易云音乐曾经推出官方Linux版本,提供的下载安装包有:deepin15(32位):http://s1.music.126.net/download/pc/net ... 0_i386.debdeepin15(64位):http://s1.music.126.net 阅读全文
posted @ 2019-08-03 00:20 盘思动 阅读(9648) 评论(1) 推荐(0) 编辑
摘要:1. 添加indicator-sysmonitor的下载源,右键打开终端,复制后在终端按shift+ctrl+V粘贴下面的命令 2. 更新apt-get 3. 安装indicator-sysmonitor 4.启动 这个时候通知栏就会出现cpu占用率和内存占用率,然后现在我们来设置显示网速与开机自启 阅读全文
posted @ 2019-08-02 22:41 盘思动 阅读(1119) 评论(0) 推荐(0) 编辑
摘要:zb@zb-computer:~/桌面/avatar$ ll 总用量 440 drwxrwxr-x 2 zb zb 4096 5月 7 18:00 ./ drwxr-xr-x 5 zb zb 4096 8月 2 14:55 ../ -rw-rw-r-- 1 zb zb 82817 5月 7 13:58 avatar_2.png -rw-rw-r-- 1 zb zb 73540 ... 阅读全文
posted @ 2019-08-02 14:59 盘思动 阅读(927) 评论(0) 推荐(0) 编辑
摘要:// 0.0.....1 至 0.99.......9 之间 if (!preg_match('/^(0\.)d{1,}/,_POST['unit_price'])){ echo 'no'; } else { echo 'yes'; } 阅读全文
posted @ 2019-08-02 09:16 盘思动 阅读(470) 评论(0) 推荐(0) 编辑

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