打你一下

2020年6月27日

php网云发短信

摘要: <?php namespace lib; /** * Description of Qrcode * 网云发送短信 * @author lsf */class Wangyuncms { /** * 多个发送短信 * @param type $mobile * @param type $setting 阅读全文

posted @ 2020-06-27 15:34 打你一下 阅读(222) 评论(0) 推荐(0) 编辑

php各个坐标系转换

摘要: <?php namespace lib; /** * Description of Map * * @author lsf */class Map{ const x_PI = 52.35987755982988; const PI = 3.1415926535897932384626; const 阅读全文

posted @ 2020-06-27 15:27 打你一下 阅读(1080) 评论(0) 推荐(0) 编辑

php计算经纬度是否在区域内

摘要: <?php namespace lib; /** * Description of Area * * @author lsf */class Area{ // 一个表示区域的三维数组 protected $config = null; // 包含每个区域的四边形 protected $rectang 阅读全文

posted @ 2020-06-27 15:26 打你一下 阅读(1400) 评论(1) 推荐(0) 编辑

php发送阿里云短信

摘要: <?php /** * 签名助手 2017/11/19 * * Class SignatureHelper */class SignatureHelper { /** * 生成签名并发起请求 * * @param $accessKeyId string AccessKeyId (https://ak 阅读全文

posted @ 2020-06-27 15:24 打你一下 阅读(745) 评论(0) 推荐(0) 编辑

tp5备份数据库

摘要: <?php /** * 备份数据库的扩展类 */class Baksql { private $config = []; private $handler; private $tables = array(); //需要备份的表 private $begin; //开始时间 private $err 阅读全文

posted @ 2020-06-27 15:22 打你一下 阅读(443) 评论(0) 推荐(0) 编辑

php生成海报

摘要: <?php namespace lib; /** * Description of Poster * * @author lsf */class Poster { //put your code here// header("Content-type:image/png");// imagepng( 阅读全文

posted @ 2020-06-27 15:21 打你一下 阅读(682) 评论(0) 推荐(0) 编辑

tp5的rsa加密

摘要: <?php /** * Description of Rsa * * @author lsf */ namespace lib; class Rsa { //put your code here static public $private_parm = null; static public $p 阅读全文

posted @ 2020-06-27 15:19 打你一下 阅读(928) 评论(0) 推荐(0) 编辑

2020年6月13日

net防伪码导出

摘要: S_CodeListFilterModel model = new S_CodeListFilterModel(); model.batchCode = Request.Form["batchparam"]; var cookieValueArray = CookieManager.GetKey(R 阅读全文

posted @ 2020-06-13 16:57 打你一下 阅读(254) 评论(0) 推荐(0) 编辑

2018年3月6日

sql server

摘要: select *,RANK() OVER(PARTITION BY SEX ORDER BY ProfitAmount) AS RANK FROM UserInfo(1,1,1,2)select *,DENS_RANK() OVER(PARTITION BY SEX ORDER BY ProfitA 阅读全文

posted @ 2018-03-06 14:43 打你一下 阅读(242) 评论(0) 推荐(0) 编辑

.net正则匹配

摘要: char[] weixin = txtweixinhao.Text.Trim().ToCharArray(); for (int i = 0; i < weixin.Length; i++) if (weixin[i] >= 0x4e00 && weixin[i] <= 0x9fbb) { func 阅读全文

posted @ 2018-03-06 10:27 打你一下 阅读(236) 评论(0) 推荐(0) 编辑

导航