原创 shell 獲取密碼

#include <stdio.h> #include <stdlib.h> #include <unistd.h> int main(int argc, char **argv){ char cmd[100]; i

原创 poi寫Excel文檔

 package jwsample;         import java.io.FileOutputStream;    import org.apache.poi.hssf.usermodel.HSSFCell;    import

原创 jxl 寫Excel

  우선 http://www.andykhan.com/jexcelapi/download.html 에 가셔서 jexcelapi_2_4_5.tar.gz 파일을 다운로드 하시고 압축파일안에 보

原创 race condition

#include <stdio.h> void main(){ int i ; for(i = 0; i< 50; i++){ system("/aa/bb &"); /

原创 jxl 讀取Excel圖片

 public class Test3 {        javax.swing.ImageIcon icon = null;        public void excel2(){        try{            Wo

原创 ASCII碼轉換文字

數出ASCII碼 #include <stdio.h> void main(){ int i; int k; printf("輸入的次數!"); int v; scanf("%d",&k); print

原创 2進制轉10進制

2進制轉換10進制數 #include <stdio.h> void main(){ char str[80] = {0,}; long iResult = 0; int i = 0;

原创 Long type 字段查詢

declarecursor cur is  select *  from tADM_sql_mst  order by sql_id;       -- cntrbegin  for fet001 in cur loop      --i