会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
910624858
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
···
41
下一页
2022年10月8日
accessclient 的安装
摘要: accessclient是用来为服务器端软件提供合法访问授权的。AccessClient为华为桌面云Android接入客户端。配合FusionAccessR5C10及其以后版本使用,为终端用户带来便捷、安全和稳定的移动办公体验,个人上云更简单 2. 以上安装成功,如需访问内网直接连接VPN登录即可
阅读全文
posted @ 2022-10-08 11:12 王越666
阅读(3367)
评论(0)
推荐(0)
2022年9月8日
PHP 调用阿里云的短信api
摘要: 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
阅读(23)
评论(0)
推荐(0)
2022年9月2日
记录工作中 同一个字段的多个不同值
摘要: 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
阅读(45)
评论(0)
推荐(1)
2022年8月26日
将二维数组中某个值为空的数组进行删除!
摘要: 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
阅读(67)
评论(0)
推荐(0)
PHP 二维数组去重(保留指定键值的同时去除重复的项)
摘要: $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
阅读(163)
评论(0)
推荐(0)
2022年8月19日
php+sql 从一张表中查询出来的字段值添加到另一张的表中以及批量循环添加数据
摘要: $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
阅读(198)
评论(0)
推荐(0)
2022年8月17日
mdb
摘要: https://mdbootstrap.com/cn/docs/standard/
阅读全文
posted @ 2022-08-17 18:07 王越666
阅读(77)
评论(0)
推荐(0)
2022年7月20日
behat 使用
摘要: 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
阅读(120)
评论(0)
推荐(0)
2022年7月11日
lingzhi. 邮件发送
摘要: <?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
阅读(33)
评论(0)
推荐(0)
2022年7月8日
PHP基本环境搭建及入门理解
摘要: https://www.php.cn/blog/detail/16936.html. 主页知识点不少,可供参考:
阅读全文
posted @ 2022-07-08 13:27 王越666
阅读(23)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
···
41
下一页
公告