- 博客(7)
- 问答 (2)
- 收藏
- 关注
原创 搭建SVN
这里写自定义目录标题欢迎使用Markdown编辑器新的改变功能快捷键合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入欢迎使用Ma...
2019-12-25 18:27:09
122
1
原创 一维数据数组生成数据树
/*** 一维数据数组生成数据树* @param array $list 数据列表* @param string $id 父ID Key* @param string $pid ID Key* @param string son定义子数据Key∗@returnarray∗/publicstaticfunctionarr2tree(son 定义子数据Key * @return a...
2019-03-09 15:42:59
398
原创 计算中文字符串长度
// 计算中文字符串长度function utf8_strlen($string = null) {// 将字符串分解为单元preg_match_all("/./us", $string, match);//返回单元个数returncount(match); // 返回单元个数 return count(match);//返回单元个数returncount(match[0])...
2018-12-03 14:51:04
1077
原创 ionic3圆形tab
tabs.html <ion-tabs #myTabs selectedIndex="1"> <ion-tab [root]="tab1Root" tabsHideOnSubPages="true" tabTitle="首页推荐" tabIcon="home"></ion-tab> <ion-t
2018-12-01 12:04:06
364
转载 图片上传
class upload{protected $filename;//文件名protected $fileMine;//文件上传类型protected $filepath;//文件上传路径protected $filemax;//文件上传大小protected $fileExt;//文件上传格式protected $fileerror;//文件出错设置protected $file...
2018-11-29 15:34:42
178
原创 微信APP支付回调验签
$input = file_get_contents(‘php://input’);if (!empty($input)){$obj = isimplexml_load_string($input, 'SimpleXMLElement', LIBXML_NOCDATA);$data = json_decode(json_encode($obj), true);if (empty($dat...
2018-11-27 15:49:44
1487
原创 微信APP支付服务端代码
public function payOp(){ $app_id="wx83************"; // appid $mch_id='149********'; // 商户号 $app_key='dM******************'; // 密钥 // orderInfo ...
2018-11-27 15:27:27
520
空空如也
cordova-plugin-wechat分享后返回到应用,应用会重启
2019-01-12
java SFTP 关闭通道和回话的问题
2015-12-11
TA创建的收藏夹 TA关注的收藏夹
TA关注的人