2023年5月24日
摘要:
<script> function gettime() { var date = new Date(); var timestr =date.getFullYear()+"-"+(date.getMonth()+1)+"-"+date.getDate()+"  "+ date.toT
阅读全文
posted @ 2023-05-24 16:53
Lionever
阅读(23)
推荐(0)
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
阅读(44)
推荐(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
阅读(30)
推荐(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
阅读(14)
推荐(0)
2023年1月4日
摘要:
127.0.0.1 \mssql
阅读全文
posted @ 2023-01-04 21:38
Lionever
阅读(27)
推荐(0)
2022年12月4日
摘要:
1、描述头肩底形态 2、截断风险、与让利润奔跑缺一不可
阅读全文
posted @ 2022-12-04 11:29
Lionever
阅读(183)
推荐(0)
2022年11月8日
摘要:
https://pypi.tuna.tsinghua.edu.cn/simple
阅读全文
posted @ 2022-11-08 20:41
Lionever
阅读(15)
推荐(0)
2022年10月14日
posted @ 2022-10-14 12:05
Lionever
阅读(25)
推荐(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
阅读(30)
推荐(0)
2022年9月25日
摘要:
安装2015是显示安装包丢失或损坏, 一般是java****。 1、删除packages后边的路径然后点重试, 多试几次 就可以了。
阅读全文
posted @ 2022-09-25 15:47
Lionever
阅读(114)
推荐(0)