2019年4月26日
摘要:
find [path] -name fileName find /home/audio/mrcp-asr/audio -type f -newermt '2019-04-23 00:00' ! -newermt '2019-04-24 23:59' -exec cp {} /home/audio/a
阅读全文
posted @ 2019-04-26 09:05
知了不了了之
阅读(121)
推荐(0)
2019年4月18日
摘要:
mysqldump --socket=/home/work/mysql/var/mysql.sock -u用户名 -p密码 -P端口 -h10.28.4.64 feedback > feedback.sql https://www.cnblogs.com/nancyzhu/p/8511389.htm
阅读全文
posted @ 2019-04-18 16:02
知了不了了之
阅读(183)
推荐(0)
摘要:
netstat -ln | grep mysql
阅读全文
posted @ 2019-04-18 16:00
知了不了了之
阅读(1171)
推荐(0)
摘要:
String fileName="智能客服运营日报-模板.xlsx";response.setContentType("multipart/form-data;charset=UTF-8");response.setHeader("Content-Disposition", "attachment;
阅读全文
posted @ 2019-04-18 09:50
知了不了了之
阅读(450)
推荐(0)
2018年12月8日
摘要:
*/@Componentpublic class NumberPlaceDBToRedis implements ApplicationListener<ApplicationEvent> { private static final Logger logger = Logger.getLogger
阅读全文
posted @ 2018-12-08 20:12
知了不了了之
阅读(192)
推荐(0)
2018年7月17日
摘要:
@Configuration public class PropertiesUtils implements EnvironmentAware { private int redisExpireTime; private boolean enabled; private int refreshTime; @Override public void setEnvironmen...
阅读全文
posted @ 2018-07-17 16:58
知了不了了之
阅读(2560)
推荐(0)
2018年7月16日
摘要:
import java.io.File; import java.io.IOException; import java.net.URISyntaxException; import java.util.HashMap; import java.util.Map; import org.apache.http.HttpEntity; import org.apache.http.HttpRes...
阅读全文
posted @ 2018-07-16 21:01
知了不了了之
阅读(542)
推荐(0)
摘要:
import java.io.File; import java.io.FileInputStream; import java.net.URL; import java.util.Map; import org.bouncycastle.crypto.RuntimeCryptoException; import org.yaml.snakeyaml.Yaml; public clas...
阅读全文
posted @ 2018-07-16 20:50
知了不了了之
阅读(2594)
推荐(0)
2018年7月3日
摘要:
npm uninstall npm -g yum remove nodejs npm -y
阅读全文
posted @ 2018-07-03 14:30
知了不了了之
阅读(15476)
推荐(0)
2018年6月26日
摘要:
IaaS层 infrastructure-as-a-service 基础设施服务 IaaS 是云服务的最底层,主要提供一些基础资源。它与 PaaS 的区别是,用户需要自己控制底层,实现基础设施的使用逻辑。下面这些都属于 IaaS。 PaaS层 platform-as-a-service 平台服务 P
阅读全文
posted @ 2018-06-26 14:02
知了不了了之
阅读(507)
推荐(0)