我们系统使用的 EasyWeChat 还是 4.x,需要用到 5.x 的一些新功能,决定升级(最新版本是 6.x 但是需要 php 8.0,我们目前是 7.4)。 更新包 修改 composer.json "overtrue/wechat": "~5.0",...
我们系统使用的 EasyWeChat 还是 4.x,需要用到 5.x 的一些新功能,决定升级(最新版本是 6.x 但是需要 php 8.0,我们目前是 7.4)。 更新包 修改 composer.json "overtrue/wechat": "~5.0",...
国内 git 没一个好用,连代码搜索都没有! 只能搜仓库名,有啥意思? 如果涉及安全,我自己的私有仓库总归可以搜索代码内容吧?
最近用到最近的老 MacBook Pro,发现系统很老,升级了以后没办法共享屏幕,没办法视频会议,没办法直接截屏。发现系统权限添加不了应用程序: 1. 关闭 SIP 进入安全模式(重新启动,长按 co...
$users = DB::table('users')->where('name', 'John')->get(); $users = DB::table('users')->where('name', '=', 'John')->orWhere('name', '=', 'Jane')->get(); $users = DB::table('user...
加 s 的有: https://developers.weixin.qq.com/ https://developers.google.com/ https://developers.google.cn/ https://developers.hp.com/ 不加 s 的有: https://developer.dell.com/ ...
官方文档,我是 mac 电脑(curl + openssl),生成了证书文件: apiclient_cert.p12 apiclient_cert.pem apiclient_key.pem 当我程序写好,本地测试正常,部署到服务器后: cURL error 58: u...
/** * 蒙特卡洛算法,用于计算圆周率 * @returns */ function calcPi(totalPoints = 100000) { if (!totalPoints || totalPoints < 100000) { totalPoints = 100000; } // 定义一......
使用 create-react-app 脚手架创建项目后,Ant-Design 图标库默认不支持 import svg file,解决办法 /* config-overrides.js */ const { resolve } = require('path'); const { override, a...
执行 SQL: SELECT customer_name, COUNT(id) AS count_child FROM scrm_customer r LEFT JOIN scrm_contacts c ON r.contacts_id = c.contacts_id GROUP BY ......
// index.ts import path from 'path'; import { loadConfig, register, ConfigLoaderSuccessResult } from 'tsconfig-paths'; const result = loadConfig( path.join(__dirname, './tsconfi...
HTML显示 <!-- html template --> <pre id="jsonResult" class="json-result"></pre> /* less/scss */ .json-result { border: 0; padding: 5px; background-color: #fff; font-size: 12px; ...
没有更多内容
加载失败,请刷新页面
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复