05 2017 档案
摘要:function submitFile(){//$('#fileForm').submit();$('#uploadFile').uploadify('upload');} </script> </body>
阅读全文
摘要:if (jedis != null) { jedis.close(); //jedisPool.returnResource(jedis); //jedisPool.close(); }
阅读全文
摘要:wget http://download.redis.io/releases/redis-3.2.9.tar.gz tar xzf redis-3.2.9.tar.gz cd redis-3.2.9/ make --启动 ./redis-server ../redis.conf & ./redis-cli --注意,此时其它机器还不能访问 1、修改配置文件(redis.conf),bind...
阅读全文
摘要:Scanner sc = new Scanner(System.in); System.out.println("Please input the path:"); String path=sc.nextLine(); System.out.println("The input path is:"+path);
阅读全文
摘要:/serverdata/log/datacenter.log /serverdata/log/datacenter.%d{yyyy-MM-dd}.log %d{HH:mm:ss.SSS} [%thread] %-5level %logger{3...
阅读全文