摘要:
2025年1月5日 买入更新持仓时,检查当日是否买过, 如果买过就不买了。没有买过,买入更新。 阅读全文
摘要:
一、获取五档买盘 price = 0.0pmarkcode = 0sip = ''sport = 0l1 = []time_now = datetime.now().minuteif (scode[0] == '0' and scode[1] == '0') or scode[0] == '3': 阅读全文
摘要:
一、获取实时价格 def tdxgetprice(self,scode): # 取实时价格 price =0.0 pmarkcode =0 sip ='' sport =0 time_now =datetime.now().minute if (scode[0]=='0' and scode[1]= 阅读全文
摘要:
System.Windows.Forms.Timer timer1 = new System.Windows.Forms.Timer(); System.Windows.Forms.Timer timer2 = new System.Windows.Forms.Timer(); SqlConnect 阅读全文
摘要:
public void callback2(object sender, EventArgs e) { Random ran = new Random(); int rt = ran.Next(1, 101); // 含下线不含上线 label1.Text = rt.ToString(); } 阅读全文
摘要:
protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { //if (keyData == Keys.Left) //{ // this.button1.PerformClick(); // //this.btnTe 阅读全文
摘要:
private void result_FormClosing_1(object sender, FormClosingEventArgs e) { System.Environment.Exit(0); } 阅读全文
摘要:
using System.Windows.Forms;using System.Xml; using Msword = Microsoft.Office.Interop.Word; private void dy_Click(object sender, EventArgs e) { Form f1 阅读全文
摘要:
[DllImport("gdi32.dll", CharSet = CharSet.Auto, SetLastError = true, ExactSpelling = true)] public static extern int BitBlt(HandleRef hDC, int x, int 阅读全文
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Drawing.Imaging;using Sy 阅读全文