摘要:
https://cloud.tencent.com/developer/article/1818131 [Go]解决goland terminal 环境变量不更新 在自己的电脑修改了PATH环境变量 , 但是goland terminal不更新 goland只在开机启动的时候会去读取系统的PATH环 阅读全文
摘要:
bin/mysql -u root -P 24800 -S /data1/xdb/db/mysqld.sock --password="ty666666" bin/mysql -u root -P 24801 -S /data1/xdb/db1/mysqld.sock --password="ty6 阅读全文
摘要:
![](https://img2020.cnblogs.com/blog/1304933/202012/1304933-20201218150208188-1295560971.png) ![](https://img2020.cnblogs.com/blog/1304933/202012/1304933-20201218150517087-1437599317.png) 阅读全文
摘要:
**yum clean all yum makecache ** [root@ /etc/yum.repos.d]$ yum clean all 已加载插件:fastestmirror, langpacks 正在清理软件源: base dvd epel extras updates Cleaning 阅读全文
摘要:
4.2 ajax ajax, -般中文称之为: "阿贾克斯",是英文"Async Javascript And Xml"的简写,译作:异步is和xml数据传输数据。 ajax的作用: ajax可以让js代替浏览器向后端程序发送http请求,与后端通信,在用户不知道的情况下操作数据和 信息,从而实现页 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>axios</title> </head> <body> <div id="app"></div> <script type= "text/javascript 阅读全文
摘要:
https://os.51cto.com/art/202008/625040.htm 参考自: https://www.cnblogs.com/sandshell/p/12792322.html Centos7命令行提示符设置 一、Linux登陆过程中家目录环境变量在配置文件顺序: /etc/pro 阅读全文
摘要:
y@ty-Virtual-Machine:~/work/mmpayxdclog$ sudo npm run dev [sudo] ty 的密码: > mmpayxdcnodejskoa@1.0.0 dev /home/ty/work/mmpayxdclog > cross-env RUN_ENV=d 阅读全文
摘要:
from math import pi class Circle(object): def __init__(self,radius): self.radius = radius def getRadius(self): return self.radius def setRadius(self, 阅读全文
摘要:
#_*_ encoding: utf-8 _*_ @author: ty hery 2019/7/17 import sys import inspect class testsqawd(object): def hello(self): print('the name of method is # 阅读全文