码迷,mamicode.com
首页 >  
搜索关键字:partial    ( 1590个结果
用SetLayeredWindowAttributes设置winform界面透明化
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. ...
分类:Windows程序   时间:2021-06-02 13:16:08    阅读次数:0
[C#]上课笔5月27日,Linq的使用方法
Linq的操作对象都是集合。 public partial class Form1 : Form { public Form1() { InitializeComponent(); int[] scores = { 90, 71, 82, 93, 75, 82 }; IEnumerable<int> ...
分类:Windows程序   时间:2021-06-02 12:28:38    阅读次数:0
ini文件读写
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文件操作
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
2D Wave Equation (2) - Finite Difference
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定位方式的比较
我们知道,在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
应用界面表单美化 - 动态更新Wait Form的标题或描述
点击获取DevExpress完整版下载 DevExpress技术交流群3:700924826 欢迎一起进群讨论 启动屏幕管理器在单独的线程中显示Wait Form,若要在显示Wait Form时动态更改标签,请使用SplashScreenManager.SetWaitFormCaption和SetW ...
分类:其他好文   时间:2021-03-04 13:29:55    阅读次数:0
RegexHelper
using System; using System.Text.RegularExpressions; public partial class RegexEx { /// <summary> /// 验证输入字符串是否与模式字符串匹配,匹配返回true /// </summary> /// <pa ...
分类:其他好文   时间:2021-03-02 11:46:45    阅读次数:0
Games201-拉格朗日视角有限元
概念 Deformation 形变 and deformation gradients 形变梯度 elastic 弹性 Strain and stress Hyperelastic material model 超弹性模型 线性有限元 elastic 弹性的 viscoelastic 粘性的 ela ...
分类:其他好文   时间:2021-03-01 13:47:40    阅读次数:0
1590条   上一页 1 2 3 4 ... 159 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!