The 15-point DevOps Checklist See the original article DevOps is a culture that requires some practices and a new vision, its common goal is unifying  ...
                            
                            
                                分类:
其他好文   时间:
2020-10-10 17:05:36   
                                阅读次数:
24
                             
                    
                        
                            
                            
                                
                    1.在Vue页面加载时动态发送请求获取微博授权url 1.1 在components\common\lab_header.vue中写oauth动态获取微 博授权URL // 获取微博登录地址 oquth(){ oauth_post().then((resp) => { console.log(res ...
                            
                            
                                分类:
Web程序   时间:
2020-10-09 21:25:35   
                                阅读次数:
31
                             
                    
                        
                            
                            
                                
                    前端函数如下,js方法代码无需更改,前端代码逻辑在components\common\lab_header.vue 只需要修改components\axios_api\http.js中调用的后端地址 // axios.defaults.baseURL = "http://127.0.0.1:8000 ...
                            
                            
                                分类:
其他好文   时间:
2020-10-08 19:48:54   
                                阅读次数:
45
                             
                    
                        
                            
                            
                                思路参考:最长公共子序列 public class Solution { /** * longest common substring * @param str1 string字符串 the string * @param str2 string字符串 the string * @return st ...
                            
                            
                                分类:
其他好文   时间:
2020-10-08 18:32:02   
                                阅读次数:
18
                             
                    
                        
                            
                            
                                
                    1.类 /* File : batchcim Purpose : A COMMON CLASS FOR CIMLOAD FROM EXTERNAL PROGRAM Syntax : Description : Compatibility with PROGRESS OPENEDGE 10.1A an ...
                            
                            
                                分类:
其他好文   时间:
2020-10-07 21:13:56   
                                阅读次数:
33
                             
                    
                        
                            
                            
                                
                    这里直接使用DC教程的lab1。 ①首先在虚拟机中新建一个文件夹test,把lab1和ref这两个文件夹复制到test中。 ②可以查看一下lab1的文件情况,因为有.开头的隐藏文件,所以命令:ls -a。 [IC@IC lab1]$ ls -a. common_setup.tcl mapped sc ...
                            
                            
                                分类:
其他好文   时间:
2020-10-06 20:30:37   
                                阅读次数:
30
                             
                    
                        
                            
                            
                                
                    问题 项目为多页面应用,每个页面中都引入同一份公共样式less文件导致编译打包后有多份样式,我使用的是less预编译器。 解决 网上找到即为大佬的解决方案,真的非常好用,这里备忘一下。 主要解决方案为,使用less本身支持的 import的时候前面加(reference),只在入口js文件中引入一份 ...
                            
                            
                                分类:
其他好文   时间:
2020-09-24 22:12:57   
                                阅读次数:
82
                             
                    
                        
                            
                            
                                
                    Spring Cloud实战电商项目mall-swarm地址:转发+关注 私信我获取地址 系统架构图 系统架构图 项目组织结构 mall├── mall-common-- 工具类及通用代码模块├── mall-mbg-- MyBatisGenerator生成的数据库操作代码模块├── mall-au ...
                            
                            
                                分类:
编程语言   时间:
2020-09-24 21:05:02   
                                阅读次数:
48
                             
                    
                        
                            
                            
                                
                    一、redis添加开机自启 1、添加服务配置文件 [root@test system]# vim /etc/systemd/system/redis-server.service 2、服务配置文件内容(前面红色字体是启动脚本,后面红色字体是配置文件);注意?? 服务文件路径要写绝对路径 [Unit] ...
                            
                            
                                分类:
编程语言   时间:
2020-09-21 11:56:43   
                                阅读次数:
61
                             
                    
                        
                            
                            
                                
                    升级你的babel npx babel-upgrade --write # 或是安裝 babel-upgrade 在 global 并执行 npm install babel-upgrade -g babel-upgrade --write 执行之后需要注意的 很多包的格式都发生了变化,部分的包甚至 ...
                            
                            
                                分类:
其他好文   时间:
2020-09-21 11:53:09   
                                阅读次数:
43