会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盘思动
三思而后折腾!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
117
118
119
120
121
122
123
124
125
···
133
下一页
2018年2月6日
thinkphp gd 添加文字
摘要: http://www.thinkphp.cn/topic/30740.html
阅读全文
posted @ 2018-02-06 11:29 盘思动
阅读(383)
评论(0)
推荐(0)
2018年1月31日
xml 通过正则抓取字段
摘要: $str = ' 1 '; $arr = array(); $xmlTag = array( 'appid','bank_type','cash_fee','fee_type','is_subscribe','mch_id', 'nonce_str','o...
阅读全文
posted @ 2018-01-31 10:08 盘思动
阅读(1515)
评论(0)
推荐(0)
2018年1月26日
pc扫码支付
摘要: https://www.cnblogs.com/shengyu-kmust/p/5228261.html https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=6_3
阅读全文
posted @ 2018-01-26 19:44 盘思动
阅读(279)
评论(0)
推荐(0)
2018年1月25日
自定义函数,根据p个数,自适应剧中效果
摘要: <div class="every_content last_place" data-order_id="2"> <p style="line-height: 40px;">已支付</p> //line-height 是数据处理之后的代码............ <p style="line-hei
阅读全文
posted @ 2018-01-25 19:48 盘思动
阅读(186)
评论(0)
推荐(0)
2018年1月23日
redis 选择数据库
摘要: redis 127.0.0.1:6379> SELECT 1 # 使用 1 号数据库
阅读全文
posted @ 2018-01-23 18:12 盘思动
阅读(5638)
评论(0)
推荐(0)
2018年1月22日
tp if condition in_array用法
摘要: 上传表单 修改表单 ...
阅读全文
posted @ 2018-01-22 11:38 盘思动
阅读(5147)
评论(0)
推荐(0)
2018年1月18日
getQueryString----获取url中得参数
摘要: /** * 获取url中得参数 * @param name * @returns {null} */ window.getQueryString = function (name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.su...
阅读全文
posted @ 2018-01-18 15:31 盘思动
阅读(5295)
评论(0)
推荐(0)
2018年1月17日
array_value
摘要: "Bill","Age"=>"60","Country"=>"USA"); print_r(array_values($a)); ?> Array ( [0] => Bill [1] => 60 [2] => USA )
阅读全文
posted @ 2018-01-17 20:36 盘思动
阅读(178)
评论(0)
推荐(0)
小程序支付
摘要: json->setErr(10000,'缺少参数'); $this->json->Send(); } $user = M('user'); $tel_flag = $user->where(array('openid'=>$openid))->find(); if (!$tel_flag || !$tel_f...
阅读全文
posted @ 2018-01-17 19:58 盘思动
阅读(328)
评论(0)
推荐(0)
下载 href实现下载
摘要: <a href="http://{$hostname}/{$result['report_home']}" download="{$result['download_name_home']}"> 点击下载 </a>
阅读全文
posted @ 2018-01-17 11:56 盘思动
阅读(132)
评论(0)
推荐(0)
上一页
1
···
117
118
119
120
121
122
123
124
125
···
133
下一页
公告