ThinkPHP V5.0 接入微信支付+回调
ThinkPHPV5.0接入微信支付微信支付接口组装访问数组$data'body''商城购买商品';//订单标题$data'outtradeno'generaterandstr(8,0);//平台订单号(非小程序订单,自己平台生成的)$data'notifyurl'$thisrequestdomain().'';//微信支付
Stella981 Stella981
3年前
Curl之Post Json
curlPostJson$curliXPOSTH"'Contenttype':'application/xwwwformurlencoded','charset':'utf8','Accept':'text/plain'"d'json_data{"a":"aaa","b":"bbb","data
Wesley13 Wesley13
3年前
C#的Json操作类,支持数组,DataTable,DataReader等转Json
usingSystem;usingSystem.Data;usingSystem.Text;usingSystem.Collections.Generic;usingSystem.Reflection;usingSystem.Data.Common;usingSystem.Co
Wesley13 Wesley13
3年前
MySQL Load data
LOADDATALOW_PRIORITY|CONCURRENTLOCALINFILE'file_name.txt'REPLACE|IGNOREINTOTABLEtbl_nameFIELDSTERMINATE
Stella981 Stella981
3年前
Spring Data JPA
KeywordSampleJPQLsnippetAndfindByLastnameAndFirstname…wherex.lastname?1andx.firstname?2OrfindByLastnameOrFirstname…wherex.lastname?1orx.fir
可莉 可莉
3年前
11.前台文件数据流下载获取源文件名
1.文件流下载文件axios实现:exportfunctiondownload(url,data){axios.post(baseurlurl,data,{responseType:'blob'}).then(function(response){
Wesley13 Wesley13
3年前
mysql10.3修改默认存储路径
版本为10.3的用该种方式修改:创建/data/mysql目录mkdirp/data/mysql给这个目录至少要附加读写权限chmod777/data/mysqlr把mariadb服务停掉systemctlstopmariadb把/v
Stella981 Stella981
3年前
Nginx路由重写
server{listen80;server_name_;access_log/data/wwwlogs/access_nginx.logcombined;root/data/wwwroot/default;indexindex.htmlinde
Stella981 Stella981
3年前
Play 2.0 用户指南 - 表单提交和验证 --针对Scala开发者
处理表单提交   定义一个表单   play.api.data包中包含了一些助手方法,用于处理HTTP表单数据提交和验证。操纵表单提交最容易的方式是定义一个play.api.data.Form结构:importplay.api.data._importplay.api.data.F
Easter79 Easter79
3年前
SpringBoot+redis 实现shiro集群,共享session。亲测可用
1.序列化工具类:importorg.springframework.data.redis.serializer.RedisSerializer;importorg.springframework.data.redis.serializer.SerializationException;importorg.sp