摘要:
请求钉钉 var obj=""; var token = AccessToken(); if (string.IsNullOrWhiteSpace(token)) { return false; } var client = new RestClient($"https://api.dingtalk 阅读全文
摘要:
select (select MouldName from mould_Mould where MouldCode=a.MouldCode) MouldName, (select Specs from mould_Mould where MouldCode=a.MouldCode) MouldSpe 阅读全文
摘要:
using System;using System.Net;using System.Net.Sockets;using System.Text; namespace Test1{ using System; using System.Net; using System.Net.Sockets; u 阅读全文
摘要:
public static void Main(string[] args) { for (float y = 1.5f; y > -1.5f; y -= 0.1f) { for (float x = -1.5f; x < 1.5f; x += 0.05f) { float a = x * x + 阅读全文