SQL Server 无法生成 FRunCommunicationsManager 线程。
lxfamn 发布于 2025-01-15
Sql Server 服务不能启动 只有关闭了TCP/IP才能启动Sql Server 服务。 image.png 网上的办法 说:关闭VIA协议,但是我是Sql Server2022,没有这个协议。 我要启用TCP/IP协议,不能关。网上说,是因为Sql Server的端口被占...
阅读(4)评论(0)赞 (0)
lxfamn 发布于 2025-01-15
Sql Server 服务不能启动 只有关闭了TCP/IP才能启动Sql Server 服务。 image.png 网上的办法 说:关闭VIA协议,但是我是Sql Server2022,没有这个协议。 我要启用TCP/IP协议,不能关。网上说,是因为Sql Server的端口被占...
阅读(4)评论(0)赞 (0)
发布于 2025-01-13
TIOBE
阅读(15)评论(0)赞 (0)
lxfamn 发布于 2023-07-19
killall -3 gnome-shell systemctl restart lightdm systemctl restart gdm
阅读(1476)评论(0)赞 (0)
发布于 2024-12-13
TIOBE
阅读(50)评论(0)赞 (0)
lxfamn 发布于 2022-10-21
yum install libatomic dnf install policycoreutils openssh-server postfix --centos8 wget --content-disposition https://packages.gitlab.com/gi...
阅读(482)评论(0)赞 (0)
lxfamn 发布于 2023-07-31
--主库slave用户 create user 'slaveuser'@'%' identified BY 'password'; grant replication slave on *.* to 'slav...
阅读(1810)评论(0)赞 (0)
lxfamn 发布于 2024-10-11
update menus set url=REPLACE(url,'10.0.3.150','10.0.1.199') impe_vuemenu_V 视图中有ip地址的处理,用于替换vue菜单路径
阅读(144)评论(0)赞 (0)
发布于 2024-10-11
TIOBE
阅读(157)评论(0)赞 (0)
lxfamn 发布于 2024-10-10
客户信息表:id、客户编码、客户全称、所属集团、客户仓库位置、收单地址、收货地址、付款条件、联系人、联系人电话、联系人邮箱、状态、税率 ca_custom_info: ID, custom_code, custom_full_name, custom_group, custom_...
阅读(150)评论(0)赞 (0)
lxfamn 发布于 2021-08-09
阿里这个算是互联网公司回馈社会,速度什么的挺好,速度也快 阿里矢量库 用这个好 https://www.flaticon.com/ 次之 https://www.iconfinder.com/search?price=free 在线png转icon 在线转icon 转载请注明出处...
阅读(533)评论(0)赞 (0)
发布于 2024-09-13
TIOBE
阅读(208)评论(0)赞 (0)
lxfamn 发布于 2024-09-13
一、修改本地组策略 打开组策略编辑器: 按下 Win + R 打开运行对话框,输入 gpedit.msc 并回车,进入本地组策略编辑器。 导航到相关设置: 在组策略编辑器中,依次展开“计算机配置” > “管理模板” > “网络” > “Lanman工作站”。 修...
阅读(183)评论(0)赞 (0)
lxfamn 发布于 2024-07-04
# 是否允许同一账号并发登录 (为true时允许一起登录, 为false时新登录挤掉旧登录) is-concurrent: true cc.flyflow.biz.api.impl.loginWeb // String pwd = SecureUtil.md5(password)...
阅读(248)评论(0)赞 (0)
发布于 2024-06-13
TIOBE
阅读(230)评论(0)赞 (0)
发布于 2024-05-13
TIOBE
阅读(257)评论(0)赞 (0)
发布于 2024-04-12
TIOBE
阅读(324)评论(0)赞 (1)
lxfamn 发布于 2024-04-09
1php-fpm的配置详解 和LAMP不同的是,在LNMP架构中,php-fpm作为独立的一个服务存在,既然是独立服务,那么它必然有自己的配置文件。php-fpm的配置文件为/usr/local/php-fpm/etc/php-fpm.conf,它同样...
阅读(348)评论(0)赞 (0)
lxfamn 发布于 2024-04-09
php8已经默认自带php-fpm 安装好nginx 和php8后 cp /usr/local/php8/etc/php-fpm.d/www.conf.default /usr/local/php8/etc/php-fpm.d/www.conf 这个配置文件中设置了php-fpm...
阅读(321)评论(0)赞 (0)
发布于 2024-03-13
TIOBE
阅读(371)评论(0)赞 (0)
lxfamn 发布于 2019-06-05
发生情景: php执行配置命令configure时,报如下错误: checking for libzip... not found configure: error: Please reinstall the libzip distribution 错误含义: 没有找到libz...
阅读(1170)评论(0)赞 (0)