- 博客(7)
- 收藏
- 关注
转载 C#中添加ADOX
项目管理器-引用-右键单击添加引用-在COM选项卡中搜索ADO,选择Microsoft ADO Ext. 2.8 for DDL and Security添加。OK。转载于:https://www.cnblogs.com/rb-huang/p/hrb_190802.html...
2019-08-02 15:04:00
1493
转载 委托-匿名函数-lambda表达式的理解,用法,演进关系
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Wind...
2019-04-22 14:55:00
136
转载 正弦波
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Drawin...
2019-04-18 10:32:00
2224
转载 移动图形
Matrix myMatrix = new Matrix(1,0,0,-1,0,0); g.Transform = myMatrix; g.TranslateTransform(X, Y);//画图前发这个,移动到X,Y位置转载于:https://www.cnblogs.com/rb-huang/p/hrb_190418_...
2019-04-18 09:50:00
191
转载 标准十字座标系
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Coordin...
2019-04-17 17:33:00
416
转载 标准panel内坐标系(没有负方向)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Coordin...
2019-04-17 13:55:00
355
转载 C#:画图坐标平移,重绘,及不消失的方法。
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace Ractang...
2019-04-17 09:39:00
1313
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人