上一页 1 2 3 4 5 6 7 ··· 40 下一页
摘要: //合同邮件原生发送<?php require_once __DIR__ . '/../../../api/v1/vendor/autoload.php'; require_once __DIR__ . '/../../../api/src/autoload.php'; use Shared\DB; 阅读全文
posted @ 2022-10-12 10:27 王越666 阅读(52) 评论(0) 推荐(0) 编辑
摘要: accessclient是用来为服务器端软件提供合法访问授权的。AccessClient为华为桌面云Android接入客户端。配合FusionAccessR5C10及其以后版本使用,为终端用户带来便捷、安全和稳定的移动办公体验,个人上云更简单 2. 以上安装成功,如需访问内网直接连接VPN登录即可 阅读全文
posted @ 2022-10-08 11:12 王越666 阅读(1967) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wkj001/article/details/106818971/?ops_request_misc=&request_id=&biz_id=102&utm_term=php%20%E8%B0%83%E7%94%A8%E9%98%BF%E9%87%8C%E 阅读全文
posted @ 2022-09-08 14:28 王越666 阅读(12) 评论(0) 推荐(0) 编辑
摘要: SELECT change_datetime, case WHEN change_field = "asset_code" then change_field end as 'change_field1', case WHEN change_field = "asset_name" then cha 阅读全文
posted @ 2022-09-02 16:58 王越666 阅读(35) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/weixin_33743661/article/details/94682612 for($i=0,$len=count($lists); $i<$len; $i++){ if($lists[$i]['picurl']==""){ unset($lists 阅读全文
posted @ 2022-08-26 14:20 王越666 阅读(48) 评论(0) 推荐(0) 编辑
摘要: $arr = array( '0' => array( 'name' => 'james', 'age' => 30, ), '1' => array( 'name' => 'susu', 'age' => 26, ), '2' => array( 'name' => 'james', 'age' 阅读全文
posted @ 2022-08-26 10:02 王越666 阅读(155) 评论(0) 推荐(0) 编辑
摘要: $message=$result['message']; // $ware_house_name = array_column($message,'WarehouseCode'); // $ware_house_name=array_unique($ware_house_name); // $new 阅读全文
posted @ 2022-08-19 16:40 王越666 阅读(173) 评论(0) 推荐(0) 编辑
摘要: https://mdbootstrap.com/cn/docs/standard/ 阅读全文
posted @ 2022-08-17 18:07 王越666 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 1:api/v1/test/behat.yml -新建一个文件名称 2:api/v1/test/feature 新建一个文件 文件名称.feature 3:api/v1/test/bootstrap/ 新建一个文件以文件名称.PHP结尾 4:终端测试,切换到test目录:执行下头的命令 ../ven 阅读全文
posted @ 2022-07-20 13:24 王越666 阅读(97) 评论(0) 推荐(0) 编辑
摘要: <?php /** * Bing * ticket 2060 * Send email notification to employees when wo_speciality_code = 'OTHER'. */ require_once __DIR__ . '/../../../function 阅读全文
posted @ 2022-07-11 14:46 王越666 阅读(16) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 40 下一页