contos7安装mysql-5.7.28源代码 首先查看支持的版本:https://www.mysql.com/support/supportedplatforms/database.html (mysql-5.7.28.tar.gz)(mysql-boost-5.7.28.tar.gz)第一种没 ...
分类:
数据库 时间:
2020-04-21 14:54:59
阅读次数:
113
svn: error: The subversion command line tools are no longer provided by Xcode```.## 问题分析由于Mac绝大部分软件都是从xCode中安装的,所以我google了一下,发现有人说更新Xcode就好,我试了一下该命令就可... ...
分类:
其他好文 时间:
2020-04-20 13:25:19
阅读次数:
304
先安装 Xcode 安装 Xcode Command Tools打开终端,输入 xcode-select --install 即可自动弹出安装界面。同意 Xcode license agreements 直接在终端输入 sudo xcodebuild -license 按下回车,会自动打开协议内容,... ...
分类:
系统相关 时间:
2020-04-19 18:00:05
阅读次数:
77
1、打开终端 2、安装Command Line tools xcode-select --install 3、安装brew命令 1 ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/inst ...
分类:
系统相关 时间:
2020-04-19 12:32:39
阅读次数:
71
关联issue https://github.com/alibaba/flutter_boost/issues/613 1、Flutter侧可以用Navigator进行跳转,这样它们实际上是放在一个容器里的,你想关闭所有页面的时候直接用FlutterBoost.close 会移除所有Flutter页 ...
分类:
其他好文 时间:
2020-04-18 19:02:31
阅读次数:
451
在c++中进行动态内存申请的过程中,容易忘记delete, 即使自己没有忘记,但是因为有异常的抛出,所以也不能保证内存进行完全的释放。 auto_ptr智能指针 它只是众多的智能指针中的一种,是破坏性的指针。 使用std::auto_ptr智能指针 使用boost智能指针 使用atl框架中的智能指针 ...
分类:
其他好文 时间:
2020-04-18 14:08:15
阅读次数:
60
我们用unity项目生成xcode工程后,我们自己可以做一些xcode的配置工作,比如资源拷贝、引用系统库、修改bulid setting信息等。 然后需要注意的是这个C#文件需要放到Editor目录下面,不然那会报错 using System.Collections; using System.C ...
分类:
移动开发 时间:
2020-04-17 15:20:53
阅读次数:
134
为什么要阅读Redis源码? 主要原因就是『简洁』。如果你用源码编译过Redis,你会发现十分轻快,一步到位。其他语言的开发者可能不会了解这种痛,作为C/C++程序员,如果你源码编译安装过Nginx/Grpc/Thrift/Boost等开源产品,你会发现有很多依赖,而依赖本身又有依赖,十分痛苦。通常 ...
分类:
其他好文 时间:
2020-04-16 15:36:31
阅读次数:
67
在manifest中注册BoostFlutterActivity报错:Installation did not succeed.The application could not be installed: INSTALL_FAILED_USER_RESTRICTEDInstallation via ...
分类:
其他好文 时间:
2020-04-16 13:21:38
阅读次数:
153
1. 安装运行时包 $ sudo apt-get install dbus -y2. 安装readline库 $ apt-get cache search libreadline (找出当前发行版的libreadline包名) $ sudo apt-get install libreadline7 ...
分类:
系统相关 时间:
2020-04-12 20:32:21
阅读次数:
74