码迷,mamicode.com
首页 >  
搜索关键字:ebs forms errors    ( 6124个结果
eclipse加速之禁用JS、jsp等文件的语法验证
eclipse加速之禁用JS、jsp等文件的语法验证去除eclipse的JS验证:将windows->preference->Java Script->Validator->Errors/Warnings->Enable Javascript Sematic validation前面的勾去掉;选中要修改的项目,Project》Properties或右键项目 -> properties -> Bui...
分类:Web程序   时间:2014-09-04 23:43:40    阅读次数:446
Download rtsp.c
1. [代码][C/C++]代码 /** Copyright (c) 2011, Jim Hollinger* All rights reserved.** Redistribution and use in source and binary forms, with or without* mod...
分类:其他好文   时间:2014-09-04 16:40:09    阅读次数:259
C#中的线程(三) 使用多线程
第三部分:使用多线程1. 单元模式和Windows Forms 单元模式线程是一个自动线程安全机制, 非常贴近于COM——Microsoft的遗留下的组件对象模型。尽管.NET最大地放弃摆脱了遗留下的模型,但很多时候它也会突然出现,这是因为有必要与旧的API 进行通信。单元模式线程与Windows ...
分类:编程语言   时间:2014-09-04 14:49:09    阅读次数:315
自己写的一个分页控件类(WinForm)
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Drawing;usingSystem.Data;usingSystem.Text;usingSystem.Windows.Forms...
分类:Windows程序   时间:2014-09-04 14:44:29    阅读次数:306
Go标准库
bufio 实现缓冲的I/O bytes 提供了对字节切片操作的函数 crypto 收集了常见的加密常数 errors 实现了操作错误的函数 Expvar 为公共变量提供了一个标准的接口,如服务器中的运算计数器 flag 实现了命令行标记解析 ...
分类:其他好文   时间:2014-09-03 17:02:47    阅读次数:261
Oracle EBS打补丁
http://hutianci.iteye.com/blog/1457287l例子: 打 Patch# 11843100:R12.CAC.B打PATCH之前先查询一下是否已经有了这个PATCH.SELECT * FROM ad_applied_patches where patch_name in ...
分类:数据库   时间:2014-09-03 16:17:36    阅读次数:324
Cannot install ubuntu or other linux flavours on citrix Xen server
Citrix Xen sucks!When u try to install linux stuff on its Xen servers, u will get an error complaining errors like below:'......the bootloader for thi...
分类:系统相关   时间:2014-09-03 12:58:56    阅读次数:270
c# asp.net 调用系统设置字体文本框
一,调用系统字体文本框首先在bin文件夹右击--添加引用--.net标签里选择System.Windows.Forms--确定然后在cs文件里引入,using System.Windows.Forms;在代码里写C#代码FontDialogfd=newFontDialog();fd.ShowDial...
分类:Web程序   时间:2014-09-02 14:05:45    阅读次数:527
WinForm 应用程序禁止多个进程运行
方法一: 禁止多个进程运行using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;namespace 开启新的进程{ static class Program {...
分类:Windows程序   时间:2014-09-02 13:58:04    阅读次数:347
Sublime Text 2 SFTP UnicodeDecodeError错误!
右键--》SFTP/FTP -》Sync Remote To Local {作者:半条虫(466814195)} 提示以下错误 An unexpected error occurred, please send the file ~/.config/sublime-text-2/Packages/User/SFTP.errors.log to support@wbond.net ...
分类:其他好文   时间:2014-09-02 12:26:14    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!