码迷,mamicode.com
首页 >  
搜索关键字:ebs forms errors    ( 6124个结果
My前端bootstrap(二)
基于手脚架(Scaffolding)之上,Bootstrap的基础CSS(Base CSS)提供了一系列的基础Html页面要素。本文将主要深入讲解排版(Typography),表格(Table),表单(Forms),按钮(Buttons)这四个方面的内容。1.排版 (Typography),它囊括....
分类:其他好文   时间:2014-08-25 13:11:04    阅读次数:313
[转] Fix: Screen Clipping Shortcut In OneNote Not Working After Upgrading To Windows 8.1
RECOMMENDED: Click here to fix Windows errors and optimize system performanceNo doubt, OneNote is yet another useful component of Microsoft‘ productiv...
分类:Windows程序   时间:2014-08-24 23:41:43    阅读次数:689
转 Delphi中XLSReadWrite控件的使用(2)---基本应用
unit Main;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, XLSReadWriteII4, XLSFonts4, Ce.....
分类:其他好文   时间:2014-08-24 22:14:53    阅读次数:334
TXLSReadWriteII读和写Excel
unit OpExcell; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XLSReadWriteII2, QFileCt...
分类:其他好文   时间:2014-08-24 19:18:12    阅读次数:197
c#在WinForm中重写ProgressBar控件(带%的显示)
#region 定义textProgressBar控件的类 namespace csPublish { [ToolboxItem(true)] class textProgressBar : System.Windows.Forms.ProgressBar { [System.Runtime.In....
分类:Windows程序   时间:2014-08-22 14:22:08    阅读次数:232
Windows Error Codes
http://www.briandunning.com/error-codes/?source=WindowsWindows Error CodesList All Error Codes| Search Errors:FileMaker Error CodesLasso Error CodesMy...
分类:Windows程序   时间:2014-08-22 02:46:36    阅读次数:903
rails 自定义校验及validates_each多校验
一、自定义校验使用 validate 方法传入一个同名方法的 Symbol 即可。validate :my_validationprivatedef my_validation if name =~ /foo/ errors[:name] << "can not be foo" ...
分类:其他好文   时间:2014-08-21 13:16:14    阅读次数:266
asp.net forms 表单验证 实现跨域共享cookie(即SSO,单点登录(在二级域名下))
1.前提: 需要做一个单点登录,使用asp.net自带的表单验证(FormsAuthentication) 配置文件怎么写,如下(基本的): enableCrossAppRedirects:是否跨应用程序使用 name:指定验证通过后写到浏览器的cookie名称,同时验证是否通过...
分类:Web程序   时间:2014-08-21 13:15:04    阅读次数:341
【转】http://www.cnblogs.com/yuzukwok/p/3884377.html
来自:http://www.cnblogs.com/yuzukwok/p/3884377.htmlAn Introduction to Xamarin.Forms来源:http://developer.xamarin.com/guides/cross-platform/xamarin-forms/i...
分类:Web程序   时间:2014-08-21 13:13:54    阅读次数:386
WPF中的WebBrowser
MainWindow.xaml.cs //新窗口事件 { Uri uri = new Uri(textBox_uri.Text); System.Windows.Forms.Integration.WindowsFormsHost host = ...
分类:Web程序   时间:2014-08-20 19:29:42    阅读次数:314
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!