上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
摘要: 首先,要获得搭建好的WebService服务的WSDL,如要实现国内手机号码归属地查询WEB服务,其WSDL为:http://ws.webxml.com.cn/WebServices/MobileCodeWS.asmx?WSDL 拿到WSDL后在浏览器打开看服务是否正常: 第一种: 打开cmd,运行 阅读全文
posted @ 2019-11-29 10:50 ヤBig、Bossづ 阅读(223) 评论(0) 推荐(0) 编辑
摘要: pom.xml文件引入包: <!--WerbService CXF依赖--> <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>3.1.12</ 阅读全文
posted @ 2019-11-29 09:56 ヤBig、Bossづ 阅读(237) 评论(0) 推荐(0) 编辑
摘要: swift 官方资料:https://www2.swift.com/knowledgecentre/publications/us5mc_20180720/2.0?topic=alec.htm#genalec swift 百科:https://baike.baidu.com/item/SWIFT/1 阅读全文
posted @ 2019-11-29 09:45 ヤBig、Bossづ 阅读(3538) 评论(0) 推荐(1) 编辑
摘要: Git 发生 Unable to create 'D:/Model/test/.git/index.lock': File exists. Another git process seems to be running in this repository, e.g. an editor opene 阅读全文
posted @ 2019-11-27 09:36 ヤBig、Bossづ 阅读(1591) 评论(0) 推荐(1) 编辑
摘要: 将WebService的WSDL生成的代码的命令: wsimport -p com -s . com http://localhost:8080/service/user?wsdl Spring boot 整合CXF开发web service 遇到的问题: 1、成功集成cxf后,发现只有webser 阅读全文
posted @ 2019-11-22 17:06 ヤBig、Bossづ 阅读(1456) 评论(0) 推荐(0) 编辑
摘要: 1.找到要回退的版本号(右击项目--> Git --> Show History -->选中要回退的版本-->Copy Revision Number); 2.打开idea的Terminal 输入命令 git reset --hard 139dcfaa558e3276b30b6b2e5cbbb9c0 阅读全文
posted @ 2019-11-11 14:56 ヤBig、Bossづ 阅读(13991) 评论(1) 推荐(0) 编辑
摘要: Spring 基于 SchedulingConfigurer 实现定时任务,代码如下: 阅读全文
posted @ 2019-10-20 16:05 ヤBig、Bossづ 阅读(2387) 评论(0) 推荐(0) 编辑
摘要: 判断字符串是否含有中文字符: 判断字符串是否全为英文: 判断字符串中是否含有+、-、*、/运算符: 正则表达式在线生成工具:http://tools.jb51.net/regex/create_reg 阅读全文
posted @ 2019-10-10 11:37 ヤBig、Bossづ 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 在使用Navicat Premium连接数据库进行操作时,为避免出现中文乱码的问题解决: 1、连接SQL Server 在新建数据库时,常规 设置 排序规则 为 Chinese_PRC_CS_AS_WS ,可避免中文乱码,如下图: 2、连接MySQL 在新建连接时,进入 高级 设置 编码 为 自动 阅读全文
posted @ 2019-08-29 11:28 ヤBig、Bossづ 阅读(2796) 评论(0) 推荐(0) 编辑
摘要: 使用sql语句实现同时向主表和子表插入数据方法: Oracle: SQL Server: 阅读全文
posted @ 2019-08-19 16:01 ヤBig、Bossづ 阅读(2799) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页