using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
Linq的操作对象都是集合。 public partial class Form1 : Form { public Form1() { InitializeComponent(); int[] scores = { 90, 71, 82, 93, 75, 82 }; IEnumerable<int> ...
ini文件读写 添加帮组类 using System; using System.Text; using System.IO; using System.Runtime.InteropServices; namespace IniHelperDemo { public class IniConfig ...
分类:
其他好文 时间:
2021-04-12 12:32:03
阅读次数:
0
XML文件操作 实体类 using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace XMLDemo { class Student { public string St ...
分类:
其他好文 时间:
2021-04-12 12:30:15
阅读次数:
0
爬取的数据一般需要提交给数据库,这里就介绍了三个主流数据库的连接(mysql,redis,mongodb),如果你的数据库服务器都放在liunx系统上首先要修改一下配置文件将bind 127.0.0.1修改为bind 0.0.0.0这样才能访问数据库。并且需要查看linux防火墙设置。如果开启要将其 ...
分类:
数据库 时间:
2021-04-10 13:21:40
阅读次数:
0
2维波动方程初边值问题:2维波动方程如下, \begin{equation} \frac{\partial^2u}{\partial t^2} = D\left(\frac{\partial^2u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2}\ ...
分类:
其他好文 时间:
2021-04-05 12:49:02
阅读次数:
0
我们知道,在selenium中,定位方式可以分为8种:1,id定位2,class定位3,name定位4,link_text定位5,partial_link_text定位6,tag定位7,xpath定位8,css定位 那么在这8种定位方式种,我们该如何取舍呢?原则如下:原则一:如果元素有id属性,则首 ...
分类:
其他好文 时间:
2021-03-05 12:57:53
阅读次数:
0
点击获取DevExpress完整版下载 DevExpress技术交流群3:700924826 欢迎一起进群讨论 启动屏幕管理器在单独的线程中显示Wait Form,若要在显示Wait Form时动态更改标签,请使用SplashScreenManager.SetWaitFormCaption和SetW ...
分类:
其他好文 时间:
2021-03-04 13:29:55
阅读次数:
0
using System; using System.Text.RegularExpressions; public partial class RegexEx { /// <summary> /// 验证输入字符串是否与模式字符串匹配,匹配返回true /// </summary> /// <pa ...
分类:
其他好文 时间:
2021-03-02 11:46:45
阅读次数:
0
概念 Deformation 形变 and deformation gradients 形变梯度 elastic 弹性 Strain and stress Hyperelastic material model 超弹性模型 线性有限元 elastic 弹性的 viscoelastic 粘性的 ela ...
分类:
其他好文 时间:
2021-03-01 13:47:40
阅读次数:
0