//建立文件夹 File f=new File("user"); System.out.println(f.createNewFile()); //建立文件 File wj = new File("user.txt"); File wj2=new File(".","user2.txt"); Sys ...
                            
                            
                                分类:
其他好文   时间:
2021-01-21 10:47:05   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                Influx cli cheetsheet -- 管理用户 CREATE USER "hsj" WITH PASSWORD 'hsj' CREATE USER "zx" WITH PASSWORD 'zx' 创建admin账号 CREATE USER "todd" WITH PASSWORD '12 ...
                            
                            
                                分类:
其他好文   时间:
2021-01-21 10:44:35   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    一、开发模式 1、前后端不分离 前后端放在一块写 2、前后端分离 2.1、前端开发 2.2、后端开发 为前端提供API开发 永远返回HttpResponse 3、Django FBV、 CBV 3.1、FBV def users(request): if request.method == 'GET ...
                            
                            
                                分类:
其他好文   时间:
2021-01-21 10:44:00   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                1、Invalid byte 2 of 2-byte UTF-8 sequence.	原因在于: C:\Users\Administrator.kettle\repositories.xml 这个xml文件中有汉字导致乱码。 解决办法: 修改文件中的乱码	将同文件夹下的.spoonrc文件和db.c ...
                            
                            
                                分类:
其他好文   时间:
2021-01-21 10:40:57   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    口令过期 SQL> conn test/test ERROR: ORA-28002: 7 天之后口令将过期 Connected. SQL> 修改oracle用户密码永不过期 1、查看用户的proifle是哪个,一般是default: sql>SELECT username,PROFILE FROM  ...
                            
                            
                                分类:
其他好文   时间:
2021-01-20 12:15:01   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    ##使用sklearn中的fetch_mldata的错误情况以及可能可行的解决方法 在notebook使用的时候出现了报错 from sklearn。datasets import fetch_mldata 报错信息为 ImportError: cannot import name 'fetch_m ...
                            
                            
                                分类:
其他好文   时间:
2021-01-20 12:08:27   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                找了好久 原来使用jupyter需要安装两个东西 安装ipython conda install ipython 安装jupyter conda install jupyter 最后输入: ipython kernelspec install-self --user 这样才可以用jupyter 今天 ...
                            
                            
                                分类:
其他好文   时间:
2021-01-19 12:13:15   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    Error while trying to create admin user: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [1130] Host '172.18.0.2'  ...
                            
                            
                                分类:
其他好文   时间:
2021-01-19 12:03:11   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                
                    ssh公钥生成 ssh-keygen 设置邮箱账号 git config --global user.email "you@example.com" 设置码云昵称 git config --global user.name "Your Name" ...
                            
                            
                                分类:
其他好文   时间:
2021-01-19 11:59:24   
                                阅读次数:
0
                             
                    
                        
                            
                            
                                环境变量设置 设置root用户的密码 端口映射 处理用户远程连接登录异常 create user 'taishi'@'%' identified by 'aransfar@123'; grant all privileges on *.* to 'taishi'@'%' with grant opt ...
                            
                            
                                分类:
数据库   时间:
2021-01-19 11:46:37   
                                阅读次数:
0