<script type"text/javascript"> var timestamp 1479886513; var d new Date(timestamp * 1000); //根据时间戳生成的时间对象 var date (d.getFullYear()) "-" (d.getMonth() 1) "-" (d.getDate())…
1:问题
最近启动项目时候,遇到如下报错
nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name stockReceiptManager: Bean with name stockReceiptManager has been injected
the bean. Thi…
Resize the disk (Linux调整磁盘分区大小)Resize the partition. Run parted: $ partedShow the partition list: (parted) printThere should be two partitions; 1 should be a boot partition, about 64MB; the second should be the main partition, about 3.6GSome Disk C…
var reganew RegExp(" ","g"); //创建正则RegExp对象 ntrstrntrstr.replace(rega,""); var regbnew RegExp(" ","g"); //创建正则RegExp对象 ntrstrntrstr.replace(regb,""); var regcnew Reg…