码迷,mamicode.com
首页 >  
搜索关键字:forms    ( 2772个结果
Delphi调用c++写的dll (me)
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:编程语言   时间:2020-01-07 16:07:31    阅读次数:84
盘古分词
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2020-01-07 10:36:07    阅读次数:88
flask-admin,自定义视图参数设置。
# 许可类 can_create = True """是否可以新建""" can_edit = True """是否可以编辑""" can_delete = True """是否可以编辑""" can_view_details = False """是否显示详情,如果你设置了不显示,可以设置是否使用 ...
分类:其他好文   时间:2020-01-02 16:02:50    阅读次数:224
C#登出系统并清除Cookie
1.前端页面代码: 前端页面代码主要显示退出系统或者网站的可视化按钮代码,代码如下:(请忽略项目关键字:CPU) <ul class="nav navbar-nav navbar-right"> <li class=""> <a href="javascript:;" class="user-pro ...
分类:Windows程序   时间:2020-01-02 14:11:51    阅读次数:142
SPAN, RSPAN, ERSPAN
SPAN, RSPAN, ERSPAN Switch port Analyzer (SPAN) is an efficient, high performance traffic monitoring system. It directs or mirrors traffic from a sour ...
分类:其他好文   时间:2019-12-30 19:37:45    阅读次数:90
C# WPF计算器界面(Calculator Design With Animations)
时间如流水,只能流去不流回! 点赞再看,养成习惯,这是您给我创作的动力! 本文 Dotnet9 https://dotnet9.com 已收录,站长乐于分享dotnet相关技术,比如Winform、WPF、ASP.NET Core、Xamarin.Forms等,亦有C++桌面相关的Qt Quick和 ...
分类:Windows程序   时间:2019-12-30 00:27:46    阅读次数:116
无法将类型为“System.Windows.Forms.SplitContainer”的对象强制转换为类型“System.ComponentModel.ISupportInitialize”
解决办法: 在设计器代码中把4.0自动加上去的代码注释掉就行了。 //((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit(); //((System.ComponentModel.ISupportI ...
分类:Windows程序   时间:2019-12-29 14:59:32    阅读次数:102
PyTorch实例:基于自编码器的图形去噪
去噪自编码器模拟人类视觉机制能够自动忍受图像的噪声来识别图片。自编码器的目标是要学习一个近似的恒等函数,使得输出近似等于输入。去噪自编码器采用随机的部分带噪输入来解决恒等函数问题,自编码器能够获得输入的良好表征,该表征使得自编码器能进行去噪或恢复。 下面是代码: #加载库和配置参数 #去噪自编码器 ...
分类:其他好文   时间:2019-12-28 23:12:31    阅读次数:447
获取响应式表单FormGroup里的formControl对象示例
获取FormGroup里的FormControl对象,通过FormGroup对象的get("FormControlName 名") 示例: 在根模块导入 import { ReactiveFormsModule } from '@angular/forms'; @NgModule({ declara ...
分类:其他好文   时间:2019-12-28 15:55:17    阅读次数:327
c# - Winform DatagridView上显示下拉树
Winform的DatagridView是不支持下拉树的,所以需要扩展 废话不多说,直接贴代码 首先需要对comBox扩展,下拉内容变成TreeView using System.Drawing;using System.Windows.Forms;namespace WindowsApplicat ...
分类:Windows程序   时间:2019-12-27 17:53:40    阅读次数:127
2772条   上一页 1 ... 19 20 21 22 23 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!