2023年5月17日
摘要: 1、打开指定目录 cd /name 进入平级目录 cd name 进入子目录 2、返回上级目录 cd 3、 查看文件列表 LS 4、执行脚本 sh name.sh 5。编写脚本 第一行 #!/bin/bash VIM name 编辑脚本 最好用VIM编写 ,Windows 编码与 linux不同 退 阅读全文
posted @ 2023-05-17 23:43 Lionever 阅读(39) 评论(0) 推荐(0) 编辑
  2023年5月8日
摘要: 1、html <script> var date = new Date(); xmltext = new XMLHttpRequest; xmltext.open("GET","2.xml",false); xmltext.send(); a = xmltext.responseXML; //doc 阅读全文
posted @ 2023-05-08 23:01 Lionever 阅读(17) 评论(0) 推荐(0) 编辑
  2023年4月27日
摘要: 1、 删除策略 的方法, 将S_POLICY 表中的Y_U 用UPDATE tbl set l=‘’ 2、 修改model 数据查询语句 增加where Y_U 3 、增加 作废查询按钮 滞后 4、修改 触发器 机制 修改STOP 机制 阅读全文
posted @ 2023-04-27 22:51 Lionever 阅读(7) 评论(0) 推荐(0) 编辑
  2023年1月4日
摘要: 127.0.0.1 \mssql 阅读全文
posted @ 2023-01-04 21:38 Lionever 阅读(22) 评论(0) 推荐(0) 编辑
  2022年12月4日
摘要: 1、描述头肩底形态 2、截断风险、与让利润奔跑缺一不可 阅读全文
posted @ 2022-12-04 11:29 Lionever 阅读(167) 评论(0) 推荐(0) 编辑
  2022年11月8日
摘要: https://pypi.tuna.tsinghua.edu.cn/simple 阅读全文
posted @ 2022-11-08 20:41 Lionever 阅读(11) 评论(0) 推荐(0) 编辑
  2022年10月14日
摘要: 阅读全文
posted @ 2022-10-14 12:05 Lionever 阅读(20) 评论(0) 推荐(0) 编辑
  2022年9月26日
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u 阅读全文
posted @ 2022-09-26 14:28 Lionever 阅读(28) 评论(0) 推荐(0) 编辑
  2022年9月25日
摘要: 安装2015是显示安装包丢失或损坏, 一般是java****。 1、删除packages后边的路径然后点重试, 多试几次 就可以了。 阅读全文
posted @ 2022-09-25 15:47 Lionever 阅读(105) 评论(0) 推荐(0) 编辑
  2022年6月23日
摘要: 1、 self.statusbar.setObjectName("statusbar") MainWindow.setStatusBar(self.statusbar)self.actional1 = QAction(MainWindow) # 声明actionself.actional1.setT 阅读全文
posted @ 2022-06-23 16:31 Lionever 阅读(855) 评论(0) 推荐(0) 编辑