摘要:
调用isIdCardNo(num) 验证通过返回true 错误返回false function isIdCardNo(num) { var factorArr = new Array(7, 9, 10, 5, 8, 4, 2, 1, 6, 3, 7, 9, 10, 5, 8, 4, 2, 1); v 阅读全文
摘要:
首先查看docker启动日志 查看报错信息 修改配置文件 添加下面配置: 然后重新启动容器 阅读全文
摘要:
TemplateData.java 1 package com.weixin.weixin.template; 2 3 public class TemplateData { 4 private String value; //值 5 private String color; //展示的颜色 6 阅读全文
摘要:
docker启动容器报错IPv4 forwarding is disabled. Networking will not work. 解决办法: #重启network服务 #查看是否修改成功 (备注:返回1,就是成功) 阅读全文
摘要:
package com.weixin.sendmessage; import org.apache.commons.lang.StringUtils; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; im 阅读全文
摘要:
SendTextToAllUserAct.java package com.weixin.sendmessage; import org.apache.commons.lang.StringUtils; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.Sta 阅读全文
摘要:
官网接口地址:https://developers.weixin.qq.com/doc/offiaccount/Custom_Menus/Creating_Custom-Defined_Menu.html //创建一个微信菜单实体类 WeixinMenu.java package com.weixi 阅读全文
摘要:
Web项目实现在线预览浏览word、ppt、excel文档方法 调用以下链接 https://view.officeapps.live.com/op/view.aspx?src=你的文档绝对路径 这里路径要使用域名的方式(也可以是二级域名) 因为使用的是文档绝对路径,所以可能会出现文档泄密的问题! 阅读全文
摘要:
天气接口地址:http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl 1、打开项目文件目录路径文件夹,在当前文件夹打开cmd,输入 wsimport -keep -p demo.cyj.service -verbose htt 阅读全文
摘要:
一、导入jar包 poi-3.7.jarpoi-scratchpad-3.7.jarpoi-examples-3.7.jarpoi-ooxml-3.7.jarpoi-ooxml-schemas-3.7.jar xmlbeans-2.3.0.jar maven <dependency> <groupI 阅读全文