http://blog.csdn.net/kevingao/archive/2010/09/11/5877092.aspx在EBS里新建一个OU的步骤1. 建立OU组织,关联SOB,LE2. 系统管理员下运行并发: Replicate seed date3. 建立PO的职责, 设置 MO:Defau...
分类:
其他好文 时间:
2014-08-13 12:34:16
阅读次数:
227
http://blog.csdn.net/postfxj/article/details/8135769触发器执行顺序:1.当打开FORM时:(1)PRE-FORM(2)PRE-BLOCK(BLOCK级)(3)WHEN-NEW-FORM-INSTANCE(4)WHEN-NEW-BLOCK-INSTA...
分类:
数据库 时间:
2014-08-13 12:19:36
阅读次数:
276
怎么开启PHP 的错误提示?/etc/php5/apache2/php.ini在php.ini 修改error_reporting = E_ALL & ~E_NOTICEdisplay_errors = On重启apache服务器在运行有错误的php页面时,还是没有提示. - -1、可能你php.....
分类:
Web程序 时间:
2014-08-13 10:05:25
阅读次数:
241
Forms and their child elements should not use input names or ids that conflict with properties of a form, such as submit, length, or method. Name conf...
分类:
其他好文 时间:
2014-08-12 16:39:34
阅读次数:
230
目录ie11解决方案ie11在ie11下,访问服务器上的网站地址,莫名其妙的多出一串东西,这一串字符串是由于客户端禁用cookie造成sessionid无法写入cookie,所以就拼在url上面了:http://192.168.80.90:8003/(F(f7MHPrEbtCN867LFxf9VSL...
分类:
其他好文 时间:
2014-08-12 16:21:04
阅读次数:
307
Xamarin.Forms 在启动的时候相当慢,必须添加一个启动界面,步骤如下:
1.将启动画面的图片命名为:splash_screen.png,并拷贝到 Resources 文件夹下的相应 Drawable 文件夹中;
2.在其中的 Drawable 文件夹下创建 splashscreen.xml ,内容为:
<bitmap xmlns:android="http://sch...
分类:
移动开发 时间:
2014-08-11 17:47:32
阅读次数:
231
通过js模拟post提交1:请求需要的参数过长,超过get允许的最大长度2:想要隐藏地址栏的参数//新创建一个form表单document.write('');var myForm=document.forms['myForm'];myForm.action='runEmpAttendance';m...
分类:
编程语言 时间:
2014-08-11 14:25:22
阅读次数:
326
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.Diagnostics;using System.Net...
I am having problems with a bit of code that accesses a restful web service. Running this code, it errors out at var httpResponse = (HttpWebResponse)h...
分类:
Web程序 时间:
2014-08-08 20:56:16
阅读次数:
1149
winform当前的屏幕除任务栏外的工作域大小this.Width=System.Windows.Forms.Screen.PrimaryScreen.WorkingArea.Width;this.Height=System.Windows.Forms.Screen.PrimaryScreen.Wo...