自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

个人学习记录所用

个人学习记录所用,多数为转载,如有侵犯,请告知本人,立即删除,谢谢。

  • 博客(454)
  • 资源 (99)
  • 收藏
  • 关注

转载 Using jQuery in PeopleSoft: Validating, Formatting and Totaling

Using jQuery in PeopleSoft: Validating, Formatting and TotalingIn my last entry, I introduced using JavaScript and, specifically, the jQuery library to enhance your PeopleSoft pages. Now we'

2012-06-07 15:53:07 648

转载 Using JavaScript in PeopleSoft: Proxy PeopleSoft Functions

Using JavaScript in PeopleSoft: Proxy PeopleSoft FunctionsIn my last post, I showed you how to do dynamic field level validations in JavaScript with the help of jQuery. In this post we'll

2012-06-07 15:51:47 1063

转载 Using jQuery in PeopleSoft: Introduction

At my company, management decisions have kept most of our PeopleSoft applications on PeopleTools versions prior to 8.50. So we haven't been able to take advantage of the new AJAX features that come wi

2012-06-07 15:49:28 727

转载 PeopleSoft and the Load Balancer

We are doing a PeopleSoft PeopleTools upgrade among with upgrading our server environment to a "high availability" configuration. In PeopleTools, we are upgrading from 8.43 to 8.48. Many "little" thin

2012-06-07 15:45:32 525

转载 Get Rid of Unwanted Save Warning

Get Rid of Unwanted Save WarningHave you ever had a component that gave you unwanted Save Warnings. I recently had to deal with this problem on a page that had a custom button that amo

2012-06-07 15:35:22 634

转载 Custom Buttons on Modal Pages

Custom Buttons on Modal PagesThere are lots of good reasons to use modal pages and components in PeopleSoft. However, one thing you sacrifice is control, especially if you use the delivere

2012-06-07 15:33:25 428

转载 Extracting Record and Field Metadata

Extracting Record and Field MetadataAs part of a data integration effort, I created a program - an Application Engine - to extract useful metadata for PeopleSoft record and field definitio

2012-06-07 15:28:16 482

转载 State Records and Missing Data

We’ve encountered an issue today that we hadn’t noticed before. Within an Application Engine program we populate a state record (AET table) with values. The first time we use these values (i.e. retrie

2012-06-07 15:19:40 503

转载 怎样为EXCEL2010添加下拉列表

首先用鼠标左键点击你要添加下拉列表的单元格。鼠标左键点击菜单栏上的“数据”。然后鼠标左键点击菜单栏上的“数据有效性”。这时会出现3个选项,我们选择“数据有效性”。将会出现下图所示的弹出框。然后把“允许”项修改成“系列”。然后在“公式”栏输入你要设置的选项,每个选项要用在英文输入状态下的“,”逗号隔开,比

2012-05-11 09:16:23 682

转载 windows bat .

虽然windows中bat不如linux中shell强大,但是也是很好用的,看到了放这里 当字典用。-----批处理文件,在MS-DOS中,.bat文件是可执行文件,有一系列命令构成,其中可以包含对其他程序的调用。首先,批处理文件是一个文本文件,这个文件的每一行都是一条DOS命令(大部分时候就好像我们在DOS提示符下执行的命令行一样),你可以使用DOS下的Edit或者Windows

2012-05-10 18:06:09 532

转载 SQL Server Connection Basics

Ken Henderson March 2004Summary: SQL Server 2000 clients connect to SQL Server using a stack of APIs, object libraries, and protocols. Ken Henderson walks through each one and explains how they wo

2012-05-08 11:33:40 745

转载 Orace及SqlServer的多表关联更新

Orace及SqlServer的多表关联更新分类: Develop 2011-04-24 08:10371人阅读 评论(0)收藏 举报 一条Update更新语句是不能更新多张表的,除非使用触发器隐含更新;而表的更新操作中,在很多情况下需要在表达式中引用要更新的表以外的数据。一、MS SQL Server 多表关联更新sql server提供了update的fro

2012-05-07 19:18:18 546

转载 oplesoft Process scheduler PT8.50

Connect on your front end application with PS user (HCM, VP1 for other applications).1. Define your local node with password authentication2. Create a report nodes=> note, leave the Logi

2012-05-05 09:51:29 1169

转载 Troubleshooting : process scheduler and distribution

Troubleshooting : process scheduler and distributionWhen debugging process scheduler (or AppServer), we need to be sure about the certification matrix. It might appear basic advice, but it i

2012-05-05 09:49:05 1922

转载 八款JS框架介绍及比较

Dojo     Dojo 是目前最为强大的JS框架,它在自己的 Wiki 上给自己下了一个定义,Dojo 是一个用 JavaScript 编写的开源的DHTML工具箱。Dojo 很想做一个“大一统”的工具箱,不仅仅是浏览器层面的,野心还是很大的。Dojo 包括 Ajax、Browser、Event、Widget 等跨浏览器 API,包括了 JS 本身的语言扩展,以及各个方面的工具类库,和比较

2012-03-29 11:55:41 471

转载 XMLHttpRequest 对象

XMLHttpRequest 对象Previous PageNext PageXMLHttpRequest 对象用于在后台与服务器交换数据。什么是 XMLHttpRequest 对象?XMLHttpRequest 对象用于在后台与服务器交换数据。XMLHttpRequest 对象是开发者的梦想,因为您能够:在不重新加载页面的情况下更新网页

2012-03-28 16:43:58 406

转载 通过js的学习谈谈学习方法

通过js的学习谈谈学习方法     对于做B/S架构的朋友来说,或多或少的要懂点js脚本,起码能看懂。如果是纯做系统开发,可能忽略。就拿我自己来说,在学校学习以及正式去企业工作前,我都只会学习C#语言(学校教C,C++),很少会系统去学javascript,这些知识都是在工作中慢慢学来的。     记的在07年年初的时候,项目组觉的有必要在网站上应用ajax,就是传说中的那种无

2012-03-28 16:14:30 623

转载 JS return false 与 return true

JS return false 与 return true分类: javascript html 2011-12-23 21:2030人阅读 评论(0) 收藏举报 问题1:超链接点击删除时,提示是否删除,点击确定后,执行跳转页面,否则不执行 解答:" onClick="return test();>删除function test(){

2012-03-28 14:58:04 494

转载 那些相见恨晚的 JavaScript 技巧

那些相见恨晚的 JavaScript 技巧2010-04-24 08:58 | 18416次阅读 | 来源:csdn.net 【已有85条评论】发表评论关键词:JavaScript |作者:刘清涛 | 收藏这篇资讯JavaScript 的成功让人津津乐道,为 Web 网页编写 JavaScript 代码已经是所有 Web 设计师的基本功,这门有趣的语言蕴

2012-03-27 17:20:06 452

转载 面向程序员的数据库访问性能优化法则

面向程序员的数据库访问性能优化法则 特别说明:1、  本文只是面对数据库应用开发的程序员,不适合专业DBA,DBA在数据库性能优化方面需要了解更多的知识;2、  本文许多示例及概念是基于Oracle数据库描述,对于其它关系型数据库也可以参考,但许多观点不适合于KV数据库或内存数据库或者是基于SSD技术的数据库;3、  本文未深入数据库优化中最核心的执行计划分析技术。 读

2012-03-26 15:20:56 548

转载 非oralce用户环境变量配置

2011-12-20 18:25 73人阅读 评论(0)收藏 举报在项目中需要给同一台服务器的web用户配置环境变量执行oracle的sqlldr,把实现的步骤和碰到问题记录一下:(1)把oracle目录下.profile文件对于数据库环境变量的设置拷贝到web用户的.profile文件中;执行命令报错$ sqlldrsh: sqlldr:  not found

2012-03-26 12:46:21 1003

转载 正确地做事与做正确的事同样重要【ZZ】

正确地做事与做正确的事同样重要【ZZ】作者:成晓旭(声明:欢迎转载,请保证文章的完整性)“又是一年毕业时”,看到一批批学子离开人生的象牙塔,走上各自的工作岗位;想想自己也曾经意气风发、踌躇满志,不觉感叹万千……本文是自己工作6年的经历沉淀或者经验提炼,希望对所有的软件工程师们有所帮助,早日实现自己的人生目标。本文主要是关于软件开发人员如何提高自己的软件专业技术方面的具体建议,前

2012-03-23 11:47:00 537

转载 养成良好的SQL习惯

我们做软件开发的,大部分人都离不开跟数据库打交道,特别是erp开发的,跟数据库打交道更是频繁,存储过程动不动就是上千行,如果数据量大,人员流动大,那么我么还能保证下一段时间系统还能流畅的运行吗?那么还能保证下一个人能看懂我么的存储过程吗?那么我结合公司平时的培训和平时个人工作经验和大家分享一下,希望对大家有帮助。要知道sql语句,我想我们有必要知道sqlserver查询分析器怎么执行我么sql

2012-03-23 09:32:25 480

转载 Tip: Comparing Trace Files

Tip: Comparing Trace FilesJanuary 10, 2011 — digitaleagle Trace files can give a lot of nice troubleshooting information, sometimes too much.  Sometimes, you may have a situation where a pro

2012-03-11 21:09:12 528

转载 PeopleSoft Resources

PeopleSoft Resources Resources out there on the Internet to help you out.Official Oracle ResourcesPeopleBooks Hosted by OracleMy Oracle Support SiteOracle's PeopleSoft Documentation Librar

2012-02-22 23:18:55 668

原创 AE,XMLP进程区别??

http://www.google.com.hk/#hl=zh-CN&newwindow=1&safe=strict&site=&q=AE%2CXMLP&btnK=Google+%E6%90%9C%E7%B4%A2&oq=&aq=&aqi=&aql=&gs_sm=&gs_upl=&bav=on.2,or.r_gc.r_pw.,cf.osb&fp=c232ac5c9d7fc610&biw=1280&

2012-02-22 14:15:55 1786

转载 Setting Up and Working with Self-Service Transactions

Setting Up and Working with Self-Service TransactionsSelf-service transactions serve as extensions of a core PeopleSoft application. They enable workers to update their personal information or to pe

2012-02-02 20:18:54 1190

转载 可伸缩架构常用技术--数据切分

可伸缩性架构常用技术——之数据切分(Data Sharding/Partition)1. 简介本来想写一篇可伸缩性架构方面的文章,发现东西太多了,久久未能下笔,这里首先把大家最关注的数据切分(Partition/Sharding)方面的内容先写完,给大家参考。 我们知道,为了应对不断增长的数据,我们对数据进行切分,存储在不同的数据库里,本文提到的数据库在非特定指明的情况下,均指

2012-01-31 12:33:12 539

转载 浅谈散列

通俗的说,程序是能够完成既定目标的具有特定逻辑组织形式的指令集序列。既然有现实的需求,那么我们知道外界环境必然会给予程序某些特定形式的“输入”,然而在机器的内部,这种“输入”将转换为数据的形式,继而这就要求我们为用以描述现实世界需求的数据建立一个结构化的模型,使其能够被机器指令高效的处理。通常,对于数据的处理无外乎以下几种:读取/更新/删除数据项,或者插入新项,其中除插入外其他几种操作均要求对集合

2012-01-29 12:25:51 1006

转载 ProcessRequest

ProcessRequestExample/************************************************************************ Construct a ProcessRequest Object. **********************************************************

2012-01-17 18:32:50 2693

转载 PeopleSoft Related Language Records

As we all know, PeopleSoft is capable of maintaining application data in multiple languages within the same database. This feature is driven by special records called Related Language Records that sto

2012-01-16 22:18:48 664

转载 XSL

XSL求助编辑百科名片XSL是指可扩展样式表语言 (EXtensible Stylesheet Language),是一种用于以可读格式呈现 XML 数据的语言。目录简介语法XSL 是否与 XML 相同用途应用编辑本段简介  XSL 之于 XML ,就像CSS 之于 HTML。它是指可扩展样式表语言

2012-01-13 16:32:40 748

转载 XSL-FO

维基百科,自由的百科全书跳转到: 导航, 搜索 XSL-FO 是 XSL Formatting Objects 的缩写,它是一种用于文档格式的XML 置标语言。XSL-FO 是XSL 的一部分,而XSL 是一组定义 XML 数据转换与格式的W3C 技术。XSL 的其他部分有XSLT 与 XPath。截止到2006年12月12日,XSL-FO 的最新版本是

2012-01-13 16:16:15 2187

转载 Word 2007:HTML功能差在哪里

使用Word2007创建的HTML很有吸引力,特别是当这是创建HTML的唯一方法。这很简单,只要将任何文件保存为HTML格式即可,没有比这更简单的了。  然而,这是它的优势,也正是它的劣势。为什么?让我们来看一个简单的例子。试想一个简单到只包含一句“Hello,Word.”的Word2007文档,将其命名为hello.html,那么任何一种网络浏览器都可以显示它。  不需要任何其他东西,只需要

2012-01-09 23:07:37 600

转载 How To Skip Search Dialog Box

Sometimes you want to skip Search dialog box during the Page display when a component gets loaded. Lest have look how default search dialog box processing works and then we will determine what can you

2012-01-08 22:16:27 749

转载 How to Bypass Search Page

There could be situations when you need to bypass search page depending upon the user logged in. For instance to use self services employees should not see the search page, they should automatically b

2012-01-08 22:15:22 804

转载 Interview Questions on Peoplesoft for IBM

Peoplesoft Technical Interview Questions -Peoplecode Interview Questions1. Advantages of People Code?2. Why SQR is used and advantages of SQR?3. How are you running your HRMS systems e

2012-01-08 22:10:22 765

转载 Subpage or Secondary page ?

Sub Page and Secondary Page have totally different contexts and are used for different purpose.A Sub Page is utilized where you want to display or capture similar information for various entities, f

2012-01-08 18:03:10 831

转载 REST WebService与SOAP WebService的比较(转)

REST WebService与SOAP WebService的比较(转)在SOA的基础技术实现方式中WebService占据了很重要的地位,通常我们提到WebService第一想法就是SOAP消息在各种传输协议上交互。近几年REST的思想伴随着SOA逐渐被大家接受,同时各大网站不断开放API提供给开发者,也激起了REST风格WebService的热潮。SOAP

2012-01-08 14:26:47 578

转载 基于REST架构的Web Service设计

先前我曾经介绍过利用Apache Axis实现基于SOAP的Web Service实现技术和相关代码,总的来说,SOAP的Web Service解决方案虽然较为成熟,且安全性较好,但是使用门槛较高,在大并发情况下会有性能问题,在互联网上使用不太普及,因此并不太适合Web 2.0网站服务使用,目前大量的Web 2.0网站使用另外一种解决方案——REST。  REST的架构设计  REST(R

2012-01-08 14:24:03 546

ps技术培训资料.rar

ps技术培训资料.rar

2012-03-08

开发规范.rar

开发规范.rar

2012-03-08

PS环境COPY及系统维护 .rar

PS环境COPY及系统维护 .rar

2012-03-08

PeopleSoft人力资源系统.part02.rar

PeopleSoft人力资源系统.part02.rar

2012-03-08

BI-40-设计阶段.rar

BI-40-设计阶段.rar

2012-03-07

BIEE.rar

BIEE.rar

2012-03-07

20-项目启动及日常管理.rar

20-项目启动及日常管理.rar

2012-03-07

30-定义阶段.rar

30-定义阶段.rar

2012-03-07

80-相关规范及配套文件.rar

80-相关规范及配套文件.rar

2012-03-07

50-构建阶段.rar

50-构建阶段.rar

2012-03-07

40-设计阶段.part2.rar

40-设计阶段.part2.rar

2012-03-07

40-设计阶段.part1.rar

40-设计阶段.part1.rar

2012-03-07

平安Oracle CBO 资料.doc

平安Oracle CBO 资料.doc

2012-02-09

PS学习笔记

PS学习笔记

2012-01-18

Oracle 直方图解析.pdf

Oracle 直方图解析.pd

2012-01-08

Cost Based Oracle Fundamentals.pdf

Cost Based Oracle Fundamentals.pdf

2012-01-08

B-tree bitmap index

oracle

2012-01-02

systemsinsights.zip

systemsinsights.zip

2011-12-20

oracle cbo

cbooracle cbo

2011-11-25

数据库优化方面

数据库cbo优化 数据库cbo优化 数据库cbo优化 数据库cbo优化

2011-11-24

高级owi与oracle性能调整.pdf

高级owi与oracle性能调整.pdf

2012-10-10

go-faster_peopletools.chm

go-faster_peopletools.chm

2012-05-04

WTK_DATA_TRANSFER.ra

WTK_DATA_TRANSFER.ra

2012-05-03

pay slip.rar

pay slip.rar

2012-03-26

Oracle数据库.xlsx

Oracle数据库.xlsx

2012-03-23

ilearn10_生产环境相关.rar

ilearn10_生产环境相关.rar

2012-03-22

ilearn11_参考文档.rar

ilearn11_参考文档.rar

2012-03-22

ilearn4_同步程序.rar

ilearn4_同步程序.rar

2012-03-22

ilearn-3_考试.part04.rar

ilearn-3_考试.part04.rar

2012-03-22

ilearn-3_考试.part03.rar

ilearn-3_考试.part03.rar

2012-03-22

ilearn-3_考试.part02.rar

ilearn-3_考试.part02.rar

2012-03-22

ilearn-3_考试.part01.rar

ilearn-3_考试.part01.rar

2012-03-22

ilearn_生产问题.rar

ilearn_生产问题.rar

2012-03-22

17_PS环境COPY及系统维护.rar

17_PS环境COPY及系统维护.rar

2012-03-21

payroll.part02.rar

payroll.part02.rar

2012-03-14

payroll.part01.rar

payroll.part01.rar

2012-03-14

PeopleSoft人力资源系统.part06.rar

PeopleSoft人力资源系统.part06.rar

2012-03-08

PeopleSoft人力资源系统.part05.rar

PeopleSoft人力资源系统.part05.rar

2012-03-08

PeopleSoft人力资源系统.part04.rar

PeopleSoft人力资源系统.part04.rar

2012-03-08

PeopleSoft人力资源系统.part03.rar

PeopleSoft人力资源系统.part03.rar

2012-03-08

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除