上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 66 下一页
摘要: (1)HTML界面统一采用UTF-8; (2)Servlet 中设置 request.setCharacterEncoding("UTF-8"); (3)使用Tomcat7; 但是,在Servlet中打印接收客户端传递的中文参数还是中文乱码,然后通过修改Tomcat中 server.xml <Con 阅读全文
posted @ 2017-06-30 16:14 yshy 阅读(168) 评论(0) 推荐(0)
摘要: 1:build.gradle 2:idea安装lombok插件 3:设置 4:重启 阅读全文
posted @ 2017-06-26 16:56 yshy 阅读(899) 评论(0) 推荐(1)
摘要: 运行之后控制台输出“Unregistering JMX-exposed beans on shutdown”原因为:SpringBoot内置Tomcat没有正常启动,加入spring-boot-starter-web依赖 compile('org.springframework.boot:spring-boot-starter-web') 阅读全文
posted @ 2017-06-26 14:53 yshy 阅读(462) 评论(0) 推荐(0)
摘要: public static void main(String[] args) { List list = new ArrayList();//节假日列表,正式环境中根据日期条件从数据库中获取 list.add("2017-06-24"); list.add("2017-06-25"); list.add("2017-07-01")... 阅读全文
posted @ 2017-06-23 17:06 yshy 阅读(3856) 评论(0) 推荐(0)
摘要: 前提:在法定节日表(t_fdjr )中维护法定节日包括周六周天 阅读全文
posted @ 2017-06-23 17:01 yshy 阅读(987) 评论(0) 推荐(0)
摘要: 1:Excel格式 2:ExcelUtil.java 3:测试 4:依赖包 commons-io-2.4.jar poi-3.15.jar 阅读全文
posted @ 2017-06-22 19:40 yshy 阅读(6655) 评论(2) 推荐(1)
摘要: package com.microwisdom.utils; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; import java.util.logging.Level; import java.util.logging.Logger; import javax.crypto.... 阅读全文
posted @ 2017-06-19 19:57 yshy 阅读(42595) 评论(2) 推荐(1)
摘要: G:\Soft\python\word_cloud-master>python setup.py install error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27 本机已经安装了VS20 阅读全文
posted @ 2017-06-04 13:59 yshy 阅读(1460) 评论(0) 推荐(1)
摘要: static void Main(string[] args) { new ConsoleCtrl(); Console.Read(); } class ConsoleCtrl { [DllImport("User32.dll", EntryPoint = "FindWind... 阅读全文
posted @ 2017-06-03 13:12 yshy 阅读(2684) 评论(0) 推荐(1)
摘要: [root@localhost wzh]# firewall-cmd --state running [root@localhost wzh]# firewall-cmd --zone=public --add-port=9001/tcp --permanent success [root@localhost wzh]# firewall-cmd --reload success 阅读全文
posted @ 2017-05-18 11:01 yshy 阅读(207) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 66 下一页