策码奔腾
摘要: package algorithm.other; /** * 阿拉伯数字转中文数字 * @author CEMABENTENG * */public class ChineseNum{ private static String[] chnNumChar = { "零", "一", "二", "三" 阅读全文
posted @ 2017-05-18 13:41 策码奔腾 阅读(475) 评论(0) 推荐(0) 编辑
摘要: import java.util.ArrayList; import java.util.Scanner; /** * 贝尔曼-福特算法 * * Bellman - ford算法是求含负权图的单源最短路径算法,效率较低。 * @author CEMABENTENG * */public class 阅读全文
posted @ 2017-04-26 10:14 策码奔腾 阅读(1426) 评论(0) 推荐(0) 编辑
摘要: 第一步:浏览器生成http请求信息(第五层) 1.分解url 当用户输入网址时,浏览器会以一定的规则分解网址, 以 http://www.cemabenteng.com/dir/index.html 为例进行分解, http为请求的协议名称,www.cemabenteng.com为请求的web服务器 阅读全文
posted @ 2017-04-25 11:34 策码奔腾 阅读(3493) 评论(0) 推荐(0) 编辑
摘要: xfire客户端调用写法: Client client = new Client(new URL("http://192.168.0.x:xxxx/cemabenteng/Services/ProBaseDataTransmit?wsdl")); Object[] results = client. 阅读全文
posted @ 2016-09-02 10:33 策码奔腾 阅读(268) 评论(0) 推荐(0) 编辑
console.log('欢迎');