原创 USING BY REFERENCE

USING BY REFERENCE DO:     WORKING-STORAGE SECTION, LOCAL-STORAGE SECTION. DON'T:     FILE SCTION.     IN THE COBOL LAN

原创 JavaScript - Translate Arabic Numbers to be English phrases

<!DOCTYPE html> <html> <style> td{font-size:12px} table{hight=100px width=200px} </style> <body> <table

原创 Java Network Programming with wait() & notifyAll()

Below codes use Object.wait() & Object.notifyAll() to construct the Producer & Consumer model. There are one producer t

原创 Compute the sum number in PIC() clause of COBOL

//*********************************************************************** //* This program is used to compute the sum v

原创 淺談C++的string類型

一,C語言的字符串 在C語言裏,對字符串的處理一項都是一件比較痛苦的事情,因爲通常在實現字符串的操作的時候都會用到最不容易駕馭的類型——指針。 比如下面這個例子: //example 1: char str[12] = "Hello

原创 EXTERNAL FD

EXTERNAL FD: SHARING FILES BETWEEN SEVERAL PROGRAMS. EVERY FD SHOULD BE EXTERNAL, SO IT CAN BE PUT INTO THE COPYBOOK. E

原创 sumary of mainframe uris

http://www.planetmvs.com/index.htmlhttp://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.

原创 Zoned-Decimal

  ILE RPG Reference Zoned-Decimal Format   Zoned-decimal format means that each byte of storage can contain one digi

原创 DOCTYPE的影響

 http://www.fantxi.com/blog/archives/browser-mode/

原创 工資計算小程序,不通用

閒來無事,寫個小計算器自己玩玩。 用法:程序名,社保比率(比如上海爲18),工資。 所有的參數中數字的不支持浮點數輸入。 程序1:已知稅前工資,求稅後工資。 program 1:#include <stdio.h> #include <

原创 JavaScript salary tool

This tool can be used to calculate the payment after tax & social found. // Copyright : Bian Junjie<!DOCTYPE html> <htm

原创 AMD(Asynchronous Moudle Definition) from Wiki

  Modules/AsynchronousDefinition From CommonJS Spec Wiki < Modules Jump to: navigation, search STATUS: PROPOS

原创 用上面這六組數字, 求出 6 個數字

第一大組: (1)03,06,07,08,09,10,12,14,19,20,24,25,28,30,32,33 (2)01,02,04,05,11,13,15,16,17,18,21,22,23,26,27,29,31 第二大組: (3

原创 JavaScript to cnvert days to be month and day mode

This is a small tool to convert a number which refer to days from the begining of this year till today to be month & da

原创 Eclipse中一個Web項目引用另一個項目中的類

本文引自 - http://www.lssrc.com/archives/993.html 今天做了個小實驗,把公用的類單獨放到一個Project中,在其他項目中引用該Project。均爲Web Project。 一開始,項目屬性J