码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
c# pcm
using System; using System.IO; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; namespace WindowsFormsApplication2... ...
分类:Windows程序   时间:2019-08-22 19:24:10    阅读次数:109
Delphi简单生成图片验证码
unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V ...
分类:Windows程序   时间:2019-08-22 18:53:38    阅读次数:226
C#Windows Forms (Demo.SYS)--xdd
write bu xdd 2019-08-22 00:21:20 ...
分类:Windows程序   时间:2019-08-22 01:19:07    阅读次数:166
Xamarin 移动端探索之旅(开篇)《一》
Xamarin.Forms 为 .NET 开发人员提供一个完整的跨平台 UI 工具包。 在 Visual Studio 中使用 C# 生成完全本机的 Android、iOS 和通用 Windows 平台应用。
分类:移动开发   时间:2019-08-21 09:59:11    阅读次数:144
django form设置样式
以text input框为例模板文件需要有bootstrapefrom django import forms class DepForm(forms.Form): name = forms.CharField(label="部门名称",widget=forms.TextInput(attrs={'... ...
分类:其他好文   时间:2019-08-20 12:19:54    阅读次数:98
108-使用表格,不依赖于后台而输入内容
1、前面我们记得,要在admin后台增加数据,需要使用models模块。现在不依赖于后台就能增加数据,则需要forms模块。 通过pycharm,在test_app下面增加一个forms.py。 通过注释可以看的很清楚,继续补充几点: (1)表格的定义也是用类的形式 (2)简单地将表格的各行内容和类 ...
分类:其他好文   时间:2019-08-19 23:00:01    阅读次数:88
106-一个简单的模板
1、之前做出来的网页,只是简单地返回了我们手写的静态内容:这是第一个页面。页面虽然简单,但是五脏俱全,已经涉及到了django的更多方面。 在django中,大量的页面都是动态的,它们基于models,forms或其他,由views加工,然后由templates里的网页模板显示出来。 2、在test ...
分类:其他好文   时间:2019-08-18 17:58:58    阅读次数:98
简简单单,jquery中,使用checkbox控制div的显示与隐藏
今天开发代码时,发现好久不用jquery就生疏了。 所以作这个记录, 使用checkbox控制div的显示与隐藏。 一,html代码处: 二,JS代码处: 三,如果是在django的formview中,使用如下方式,可以获取这个额外的form选项(因为这个checkbox并没有反映在forms.Fo ...
分类:Web程序   时间:2019-08-14 14:39:51    阅读次数:493
delphi 文件分割与合并
流的使用分割与合并文件的函数 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = ...
分类:Windows程序   时间:2019-08-13 13:43:53    阅读次数:188
Cleartext HTTP traffic to xxx not permitted解决办法
在学习 Xamarin.Forms Web 服务教程(https://docs.microsoft.com/zh-cn/xamarin/get-started/tutorials/web-service/index?tabs=vswin) 的时候,使用http 访问API ,遇到了 "Clearte ...
分类:Web程序   时间:2019-08-09 13:45:04    阅读次数:129
2772条   上一页 1 ... 30 31 32 33 34 ... 278 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!