
從圖可見,只有55%的人用native resolution,可悲!

After some studies, to my surprise, building a web service client using the Axis library (not the web service itself) is in fact very easy. I would like to summarize my experience in this blog.
| #!/bin/sh java -classpath "/home/craft/whc/axis-1_1/lib/axis.jar: /home/craft/whc/axis-1_1/lib/log4j-1.2.8.jar: /home/craft/whc/axis-1_1/lib/commons-logging.jar: /home/craft/whc/axis-1_1/lib/commons-discovery.jar: /home/craft/whc/axis-1_1/lib/wsdl4j.jar: /home/craft/whc/axis-1_1/lib/jaxrpc.jar: /home/craft/whc/axis-1_1/lib/saaj.jar" org.apache.axis.wsdl.WSDL2Java StockQuote.wsdl |
| import java.net.URL; import org.apache.axis.client.Service; import org.apache.axis.client.Call; public class StockClient { public static void main(String[] args) throws Exception { NET.webserviceX.www.StockQuote service = new NET.webserviceX.www.StockQuoteLocator(); NET.webserviceX.www.StockQuoteSoap port = service.getStockQuoteSoap(); String result = port.getQuote("MSFT"); System.out.println("Result = "+result); } } |
| #!/bin/sh javac -source 1.5 -classpath "/home/craft/whc/axis-1_1/lib/axis.jar: /home/craft/whc/axis-1_1/lib/log4j-1.2.8.jar: /home/craft/whc/axis-1_1/lib/commons-logging.jar: /home/craft/whc/axis-1_1/lib/commons-discovery.jar: /home/craft/whc/axis-1_1/lib/jaxrpc.jar: /home/craft/whc/axis-1_1/lib/saaj.jar:." StockClient.java |
| #!/bin/sh java -classpath "/home/craft/whc/axis-1_1/lib/axis.jar: /home/craft/whc/axis-1_1/lib/log4j-1.2.8.jar: /home/craft/whc/axis-1_1/lib/commons-logging.jar: /home/craft/whc/axis-1_1/lib/commons-discovery.jar: /home/craft/whc/axis-1_1/lib/jaxrpc.jar: /home/craft/whc/axis-1_1/lib/saaj.jar:." -Dhttp.proxySet=true -Dhttp.proxyHost="10.36.250.25" -Dhttp.proxyPort=8080 StockClient |
在整體舊資料時,找到一份n年前在清華大學參加短期「中國營商管理研習班」的講義。
以下是經濟學院陳關亨博士《中國現行稅制》的部份內容:
| 主體稅種 | 增值稅 | 營業稅 | 外商投資企業和外國企業所得稅 |
| 簡介 | 對生產、銷售商品或提供勞務過程中實現的增值額徵收的稅種 | 以經營活動的銷售額為稅基的一稅種 | 對在中國境內的外商投資企業(包括中外合資、中外合作和外資企業)和外國企業的生產、經營所得和其他所得徵收的一種稅 |
| 稅基 | 增值額(小規模納稅人用銷售額) | 營業額(銷售額) | 業務收入淨額+其他業務利潤+營業外收入 |
| 稅率 | 17%(但小規模納稅人的徵收率為4%) | 一般為3~5% | 一般為30% |
@echo off
mode 160,40
color 0A
c:\bin\less429\less.exe %1





