码迷,mamicode.com
首页 >  
搜索关键字:ebs forms errors    ( 6124个结果
虚拟方法virtual的用法
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) Butto...
分类:其他好文   时间:2014-08-08 01:40:24    阅读次数:223
激活 jave platform se
1.有的网页上面会显示这个,但是点击后没反应解决方案:firefox- >工具-附加组件管理器-“插件”找到“Java(TM) Platform SE 7”,把“询问是否激活”改为“总是激活”。来源:http://nufeng.net/solve-firefox-open-ebs-forms-pro...
分类:其他好文   时间:2014-08-07 12:01:39    阅读次数:170
[WinForm]为TextBox设置水印文字
关键代码: using System; using System.Runtime.InteropServices; using System.Windows.Forms; namespace WinFormUtilHelpV2 { /// /// 基于.NET 2.0的TextBox工具类 /// ...
分类:Windows程序   时间:2014-08-07 09:44:49    阅读次数:281
【转】Xamarin Forms 介绍
特此声明,本篇博文转自:http://blog.csdn.net/kinfey/article/details/29621381 什么是 Xamarin Forms ? Xamarin Forms 是一个高效创建跨平台用户界面的库 。通过Xamarin Forms 可以一次编码生成基于主流移动平台(...
分类:其他好文   时间:2014-08-06 21:56:02    阅读次数:323
Customer Introduction to ORA-7445 Errors (文档 ID 211909.1)
In this DocumentPurposeScopeDetailsReferencesApplies to:Oracle Database - Enterprise Edition - Version 7.0.16.0 to 11.2.0.2 [Release 7.0 to 11.2] Info...
分类:其他好文   时间:2014-08-06 21:44:42    阅读次数:646
当ASP.NET Forms验证方式遭遇苹果IOS
用FormsAuthenticationTicket.Version存储用户角色ID。 一开始还为自己的机智和精巧的设计洋洋得意,而且在安卓手机上运行完全没有问题。但是在IOS上,不管我Version设置为什么值,它的值始终都是2. 很奇怪。根据msdn的解释:如果 FormsAuthentic...
分类:移动开发   时间:2014-08-06 18:49:11    阅读次数:285
项目记录 -- config2html 理解
html 代码: 1 2 3 pool: {{ d['pool']}} 4 5 state: {{ d['state']}} 6 errors: {{ d['errors'] }} 7 scan: {{ ''.join(d['sca...
分类:Web程序   时间:2014-08-06 17:33:51    阅读次数:246
[Linux] linux文件系统学习
linux系统支持很多种文件系统。1. 如何确认当前系统挂载了哪些文件系统?使用mount命令可以查看当前系统上已经挂载了哪些文件系统,lqt@lqt-ThinkPad-T420:~$ mount/dev/sda1 on / type ext4 (rw,errors=remount-ro)proc ...
分类:系统相关   时间:2014-08-06 17:24:21    阅读次数:451
Powershell使用 OpenFileDialog类 假死问题解决。
我创建了一个打开文件的函数。代码内容:functionOpenfile{ Add-Type-AssemblyNameSystem.Windows.Forms $openfile=New-ObjectSystem.Windows.Forms.OpenFileDialog $openfile.Filter=‘图片|*.jpg|AllFiles|*.*‘ $openfile.InitialDirectory="C:\ManageOperate\StaffPhoto" [vo..
分类:其他好文   时间:2014-08-05 23:00:10    阅读次数:371
C#多线程进度条
public class ZyjProgressBar : System.Windows.Forms.ProgressBar { //用于跨线程访问控件的委托 private delegate void deleByControl(int v); /...
分类:编程语言   时间:2014-08-05 00:26:38    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!