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