Qt的下载和安装 时间:2021-01 平台:win10 Qt是一个跨平台的C++图形用户界面应用程序框架。 Qt的下载: 下载地址:http://download.qt.io/archive/qt/ 版本选择:如 qt-opensource-windows-x86-5.9.8.exe Qt的安装: ...
分类:
其他好文 时间:
2021-01-15 12:11:28
阅读次数:
0
https://codechina.csdn.net/mirrors/jessyancoding/androidautosize?utm_source=csdn_github_accelerator 以上是Androidautosize的源码,有兴趣的就去下下来搂一眼 我这边还没看完,就把最基础的看 ...
分类:
移动开发 时间:
2021-01-15 12:02:28
阅读次数:
0
1、检查防火墙是否开放22端口 2、检查ssh是否安装 rpm -qa |grep ssh sudo apt-get install rpm sudo apt-get install ssh sudo service ssh restart 连接成功 安装ssh 参考: https://blog.c ...
分类:
系统相关 时间:
2021-01-14 11:27:11
阅读次数:
0
在vue项目调试的时候,代码里面标注debugger。 注:有文档说需要在config/index.js中设置devtool: '#source-map'才有效,经测试不设置也是可以调试成功的。 会自动跳到具体页面 方法二: 直接找到对应的文件。在chrome用 ’ctrl(command) + p ...
分类:
其他好文 时间:
2021-01-14 11:14:59
阅读次数:
0
sudo apt-get update sudo apt-get install python3-dev # 装talib前要先装numpy python3.6 -m pip install numpy -i https://pypi.doubanio.com/simple wget http:// ...
分类:
系统相关 时间:
2021-01-14 10:54:36
阅读次数:
0
知识点 Table API 和 SQL 的程序结构,与流式处理的程序结构类似;也可以近似地认为有这么 几步:首先创建执行环境,然后定义 source、transform 和 sink。 1、依赖:Table API 和 SQL 需要引入的依赖 <!-- old planner flink table ...
分类:
其他好文 时间:
2021-01-14 10:44:32
阅读次数:
0
有时候MySQL主从同步不一致比较严重的时候,需要手动同步。 然而网上看大很多需要锁表的同步的方法基本如下 1.先对主库锁表 FLUSH TABLES WITH READ LOCK; 2.备份数据 mysqldump -uroot -p -hlocalhost > mysql.bak.sql 3.解 ...
分类:
数据库 时间:
2021-01-14 10:39:14
阅读次数:
0
<!-- To generate a graph of the project dependencies, run: mvn -P graph graph:project --> <profile> <id>graph</id> <build> <plugins> <plugin> <groupId ...
分类:
其他好文 时间:
2021-01-13 11:31:26
阅读次数:
0
一、安装Xcode 二、安装Android Studio 三、下载Flutter SDK 地址:https://flutter.dev/docs/development/tools/sdk/releases#macos 四、解压缩到合适的目录 五、配置环境变量,设置代理 vim ~/.bash_pr ...
分类:
系统相关 时间:
2021-01-13 10:55:46
阅读次数:
0
一、手动安装 1、安装wine $ sudo add-apt-repository ppa:wine/wine-builds $ sudo apt-get update $ sudo apt-get install winehq-devel 或下载稳定版本 $ sudo apt-get instal ...
分类:
系统相关 时间:
2021-01-12 11:23:52
阅读次数:
0