1 新增 user = User(mobile='15612345678', name='itcast') db.session.add(user) db.session.commit() profile = Profile(id=user.id) db.session.add(profile) d ...
分类:
数据库 时间:
2021-06-20 18:48:46
阅读次数:
0
1 集群安装部署 1、下载安装包(http://kafka.apache.org) https://archive.apache.org/dist/kafka/1.1.0/kafka_2.11-1.1.0.tgz kafka_2.11-1.1.0.tgz 2、规划安装目录 /bigdata/inst ...
分类:
其他好文 时间:
2021-06-20 18:39:18
阅读次数:
0
1、CentOS7环境变量分系统环境变量和用户环境变量 系统环境变量:/etc/bashrc、/etc/profile、/etc/profile.d 推荐:/etc/profile.d 用户环境变量:~/.bash_profile、~/.bashrc 推荐:~/.bash_profile 2、查看环 ...
分类:
其他好文 时间:
2021-06-20 18:02:13
阅读次数:
0
#!/bin/bash#echo "vm.swappiness = 0">> /etc/sysctl.confswapoff -a && swapon -asysctl -psystemctl stop firewalld.servicesystemctl disable firewalld.ser ...
分类:
数据库 时间:
2021-06-08 23:43:55
阅读次数:
0
dc server 2019 远程桌面服务器 server 2019 输入 gpresult /v 查看GPO 应用情况, 在安装FSLogix 的服务器上,键入注册表值,和 GPO 值。 FSLogix 注册表项:HKLM\SOFTWARE\FSLogix\Profiles\ 下的 DWORD G ...
分类:
其他好文 时间:
2021-06-06 19:43:49
阅读次数:
0
在计算机性能调试领域里,profiling 是指对应用程序的画像,画像就是应用程序使用 CPU 和内存的情况。 Go性能优化 CPU profile:报告程序的 CPU 使用情况,按照一定频率去采集应用程序在 CPU 和寄存器上面的数据 Memory Profile(Heap Profile):报告 ...
分类:
其他好文 时间:
2021-06-06 18:58:59
阅读次数:
0
网上很多设置~/.bashrc或者/etc/profile的帖子,但是当我们使用ENTRYPOINT会失效,使用CMD格式的话有导致丢失启动参数。 这里"Using an entrypoint script"来实现该功能。 实现alias ll='ls -al' 编写ll命令文件: ll #!/bi ...
分类:
其他好文 时间:
2021-06-02 11:58:17
阅读次数:
0
https://mp.weixin.qq.com/s/HGfRRO1Acz-sVe_vLau2FA 初学Go语言时常见的小坑:goroutine、panic和recover 原创 博文视点 博文视点Broadview 2020-07-23 ...
分类:
其他好文 时间:
2021-05-24 15:49:09
阅读次数:
0
vi ~/.bash_profile #GRADLE GRADLE_HOME=/Users/qinxy/software/gradle-4.9 PATH=$PATH:$GRADLE_HOME/bin export GRADLE_HOME GRADLE_USER_HOME PATH 更新效 sourc ...
分类:
系统相关 时间:
2021-05-24 10:27:44
阅读次数:
0
##在Unity中导入Vuforia ###方法一: 去官网下载 右键 Packages 文件夹 show in Explorer 导入下载资源包的package Package Manager中查看Vuforia查看版本 ###方法二:直接在Package Manager中搜索Vuforia下载对 ...
分类:
其他好文 时间:
2021-05-24 10:10:14
阅读次数:
0