2025年1月5日
摘要:
2025年1月5日 買入更新持倉時,檢查當日是否買過, 如果買過就不買了。沒有買過,買入更新。
閱讀全文
posted @ 2025-01-05 17:31
Lionever
閱讀(11)
推薦(0)
2024年5月2日
摘要:
一、獲取五檔買盤 price = 0.0pmarkcode = 0sip = ''sport = 0l1 = []time_now = datetime.now().minuteif (scode[0] == '0' and scode[1] == '0') or scode[0] == '3':
閱讀全文
posted @ 2024-05-02 17:36
Lionever
閱讀(63)
推薦(0)
摘要:
一、獲取實時價格 def tdxgetprice(self,scode): # 取實時價格 price =0.0 pmarkcode =0 sip ='' sport =0 time_now =datetime.now().minute if (scode[0]=='0' and scode[1]=
閱讀全文
posted @ 2024-05-02 17:30
Lionever
閱讀(69)
推薦(0)
2024年4月20日
摘要:
System.Windows.Forms.Timer timer1 = new System.Windows.Forms.Timer(); System.Windows.Forms.Timer timer2 = new System.Windows.Forms.Timer(); SqlConnect
閱讀全文
posted @ 2024-04-20 22:30
Lionever
閱讀(16)
推薦(0)
摘要:
public void callback2(object sender, EventArgs e) { Random ran = new Random(); int rt = ran.Next(1, 101); // 含下線不含上線 label1.Text = rt.ToString(); }
閱讀全文
posted @ 2024-04-20 22:26
Lionever
閱讀(11)
推薦(0)
摘要:
protected override bool ProcessCmdKey(ref Message msg, Keys keyData) { //if (keyData == Keys.Left) //{ // this.button1.PerformClick(); // //this.btnTe
閱讀全文
posted @ 2024-04-20 22:20
Lionever
閱讀(9)
推薦(0)
摘要:
private void result_FormClosing_1(object sender, FormClosingEventArgs e) { System.Environment.Exit(0); }
閱讀全文
posted @ 2024-04-20 22:19
Lionever
閱讀(7)
推薦(0)
摘要:
using System.Windows.Forms;using System.Xml; using Msword = Microsoft.Office.Interop.Word; private void dy_Click(object sender, EventArgs e) { Form f1
閱讀全文
posted @ 2024-04-20 22:15
Lionever
閱讀(15)
推薦(0)
摘要:
[DllImport("gdi32.dll", CharSet = CharSet.Auto, SetLastError = true, ExactSpelling = true)] public static extern int BitBlt(HandleRef hDC, int x, int
閱讀全文
posted @ 2024-04-20 22:13
Lionever
閱讀(11)
推薦(0)
摘要:
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Drawing.Imaging;using Sy
閱讀全文
posted @ 2024-04-20 21:56
Lionever
閱讀(15)
推薦(0)