小任班长 发布的文章

ANF报错:
Remote object proxy returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated.}

解决办法:

在终端运行:
xcrun simctl spawn booted log config --mode "level:off" --subsystem com.apple.CoreTelephony

-- 查询数据库最大内容使用量
use master
go
select value,*  from sys.configurations  where name like '%max server memory (MB)%'
go


--下方是修改配置请谨慎使用
EXEC sp_configure 'show advanced options', 1  
RECONFIGURE WITH OVERRIDE
GO

exec sys.sp_configure 'max server memory (MB)',1024
RECONFIGURE WITH OVERRIDE
Go
select value,*  from sys.configurations   where name like '%max server memory (MB)%'

sqlserver控制台方法,在服务器属性设置:

53965-c9rjl1fqqr.png

一般需给系统预留一部分内存,修改后立即生效。

配置值:代表相关设置值 运行值:查看配置是否成功。

The Tencent Open Source Mirror Site has been launched recently. Its official name is Tencent Cloud Software Source, which is supported by Tencent Cloud.

The official said that the purpose of building this open source mirror station is to promote the value of free software, improve the cultural atmosphere of the free software community, and promote the application of free software in China.

Tencent's open source software image site provides downloads of major Linux distributions such as Ubuntu, Arch Linux, CentOS, and Debian, as well as popular open source projects and SDK downloads such as the Android SDK, Ceph, Flutter, Qt, and Zabbix.

In terms of speed, some netizens provided a screenshot of the Ubuntu ISO file for reference:

By using the Tencent cloud image source, the problem of slow access to the official source when installing software dependencies can be solved to some extent.

In addition, Tencent software source station supports public network access and intranet access of Tencent cloud server. Cloud servers without public network export can use software source station through intranet, which is convenient for users to freely build service structure.

公网域名 http://mirrors.cloud.tencent.com/

内网域名 http://mirrors.tencentyun.com/

免责声明
本博客部分内容来自于互联网,不代表作者的观点和立场,如若侵犯到您的权益,请联系[email protected]。我们会在24小时内进行删除。