Shortcut Keys Configure Summary You can use shortcut keys to quickly insert or modify styles or do other operations supported by Typora. You can find  ...
                            
                            
                                分类:
其他好文   时间:
2021-04-06 14:21:02   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    1. 安装需要的软件 ~]# yum install -y vim net-tools sysstat createrepo mkisofs rsync syslinux 2. 创建目录及文件拷贝 创建本地yum源 ~]# mount /dev/sr0 /mnt #挂载镜像或者U盘,如果是U盘就是/ ...
                            
                            
                                分类:
其他好文   时间:
2021-04-06 14:20:16   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    In a forest, each rabbit has some color. Some subset of rabbits (possibly all of them) tell you how many other rabbits have the same color as them. Th ...
                            
                            
                                分类:
其他好文   时间:
2021-04-06 14:17:51   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    Contextual Inquiry and Analysis Methodology—— 背景研究 & 分析方法 1、Some usability Methods Contextual inquiry Contextual Analysis (Design) Paper prototype 【原型 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-05 12:46:46   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    1、创建新的仓库 2、利用Gitbashhere打开本地GitHub并配置 注意:开发中(dev)和上线的分支需要区别开 git checkout -b 分支名 是创建分支并且切换到这个分支 ...
                            
                            
                                分类:
其他好文   时间:
2021-04-05 12:31:44   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    今天刷力扣遇到了这样的问题: 一个整型数组 nums 里除两个数字之外,其他数字都出现了两次。请写程序找出这两个只出现一次的数字。要求时间复杂度是O(n),空间复杂度是O(1)。 之前没有遇到过类似的题型,看到之后很懵,看了题解才知道要用到分组异或的方式进行分组。题解又看了十分钟才终于理解解法的含义 ...
                            
                            
                                分类:
编程语言   时间:
2021-04-05 12:23:52   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    Here is my advice to you for how to succeed at office politics without becoming a backstabber. 这是我给你的建议-如何在职场上取得成功?-不是变成一个在别人背后暗箭伤人的人! Don't keep your ...
                            
                            
                                分类:
其他好文   时间:
2021-04-05 12:23:05   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    如果我们往一个非空的目录下 clone git 项目,就会提示错误信息: fatal: destination path '.' already exists and is not an empty directory. 解决的办法是: 1. 进入非空目录,假设是 /workdir/proj1 2. ...
                            
                            
                                分类:
其他好文   时间:
2021-04-05 12:21:02   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    mybatis的Demo中的代码段为: 1 SubjectDao subjectDao=sqlSession.getMapper(SubjectDao.class); 对应的源码为: 1 @Override 2 public <T> T getMapper(Class<T> type) { 3 re ...
                            
                            
                                分类:
数据库   时间:
2021-04-05 11:58:33   
                                阅读次数:
0
                             
                         
                    
                        
                            
                            
                                
                    Java三大版本 Write one、Run AnyWhere JavaSE :标准版 (桌面程序、控制台开发...) JavaME : 嵌入式开发 (手机、家电) JavaEE : 企业级开发 (web端、服务器开发...) JDK、JRE、JVM JDK : Java Development K ...
                            
                            
                                分类:
编程语言   时间:
2021-04-05 11:54:57   
                                阅读次数:
0