今天装了一台centos7,像往常一样通过/etc/inittab去修改启动级别,然而进去之后却看到如下情况: # inittab is no longer used when using systemd. # # ADDING CONFIGURATION HERE WILL HAVE NO EFF ...
                            
                            
                                分类:
其他好文   时间:
2020-03-07 16:09:42   
                                阅读次数:
62
                             
                    
                        
                            
                            
                                    config的约束 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE configuration 3 PUBLIC "-//mybatis.org//DTD Config 3.0//EN" 4 "http://mybatis.org/dtd/m ...
                            
                            
                                分类:
其他好文   时间:
2020-03-06 13:38:58   
                                阅读次数:
62
                             
                    
                        
                            
                            
                                C# 判断文件和文件夹是否存在并创建 using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; ...
                            
                            
                         
                    
                        
                            
                            
                                    文件-> 首选项->设置 -> 扩展 找到Run Code configuration 里面的Run in Terminal 勾选的行了 ...
                            
                            
                                分类:
其他好文   时间:
2020-03-06 01:43:09   
                                阅读次数:
72
                             
                    
                        
                            
                            
                                def Email(to, content): urllib3.disable_warnings() creds = Credentials( username='algex\spsaccount', password='Spsaccount' ) config = Configuration(se ...
                            
                            
                                分类:
编程语言   时间:
2020-03-05 16:46:55   
                                阅读次数:
82
                             
                    
                        
                            
                            
                                    完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge- ...
                            
                            
                                分类:
其他好文   时间:
2020-03-05 10:33:48   
                                阅读次数:
84
                             
                    
                        
                            
                            
                                    解决Tomcat控制台输出乱码问题 打开Edit Configuration,在VM options一栏输入 -Dfile.encoding=UTF-8 然后到IDEA的bin目录找到 idea64.exe.vmoptions 同样添加到文末 ...
                            
                            
                                分类:
其他好文   时间:
2020-03-05 00:54:58   
                                阅读次数:
56
                             
                    
                        
                            
                            
                                <?xml version="1.0" encoding="UTF-8"?><configuration scan="true" scanPeriod="60 seconds" debug="false">	<!-- 定义参数常量 -->	<!-- TRACE<DEBUG<INFO<WARN<ERR ...
                            
                            
                                分类:
其他好文   时间:
2020-03-04 20:51:04   
                                阅读次数:
61
                             
                    
                        
                            
                            
                                深度解析互联网大厂面试难题自定义@EnableXX系列其实是一个@Import的设计技巧创建注解@EnableXX(任何名称注解都行,只是这个名字好一些)XXConfiguration类不能使用@Component,不然Bean就立即注册了,达不到开关的目的使用@EnableXX注解的时候,一定是与@Component或者@Configuration进行复合使用,否则开关本身无效,换句话说就是让别
                            
                            
                                分类:
其他好文   时间:
2020-03-04 15:11:33   
                                阅读次数:
83
                             
                    
                        
                            
                            
                                @Configuration+@ConfigurationProperties+@EnableConfigurationProperties最佳设计方案(现在又改板了):Bean上面直接设置@ConfigurationProperties//需要依赖spring-boot-configuration-processor@ConfigurationProperties(prefix="st
                            
                            
                                分类:
其他好文   时间:
2020-03-04 12:36:30   
                                阅读次数:
78