- 博客(19)
- 收藏
- 关注
原创 git config --global --list 不显示问题
指令格式不正确1、name后面+空格+“yourname”2、email后面+空格+邮箱(不加“”!!!)git config --global user.email xxx@xx.comgit config --global user.name "xxx"
2021-09-20 17:56:04
2249
1
原创 2021-08-12 internal/validators.js:124 throw new ERR_INVALID_ARG_TYPE(name, ‘string‘, value);
//const NRMRC = path.join(process.env.HOME, '.nrmrc'); (删除)const NRMRC = path.join(process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME'], '.nrmrc');
2021-08-12 13:27:22
193
原创 2021-08-10 storage中nginx配置安装
lltar zxvf fastdfs-nginx-module_v1.16.tar.gz -C /usr/local/fastdfs/cd /usr/local/fastdfs/llcd fastdfs-nginx-modulellcd src/llvim configyum install -y gcc-c++ make automake autoconf libtool pcre pcre-develzlib zlib-devel openssl openssl-devel.
2021-08-11 11:50:17
419
1
原创 2021-08-10 tracker中 client配置
cd /etc/fdfsllcp client.conf.sample client.confvim client.confmkdir -p /fastdfs/clientcd ~llcd /usr/local/bin/ll/fdfs_upload_file /etc/fdfs/client.conf ~/jdk-8u171-linux-x64.tar.gz上传完成:group1/M00/00/00/wKirgGESlCqAXofPC2DAircaB5o.tar...
2021-08-10 23:20:46
529
原创 2021-08-10 xshell中 storage配置
跟tracker一样,先配置fastdfs,步骤一模一样。storage开启一定要tracker开启!!!cd /etc/fdfsllcp storage.conf.sample storage.confvim storage.conf# store_path#, based 0, if store_path0 not exists, it’s value is base_path# the paths must be existstore_path0=/fastdfs/sto
2021-08-10 22:43:26
150
原创 2021-08-10 xshell 中 tracker安装 续
cd /etc/fdfs/llcp tracker.conf.sample tracker.confvim tracker.conf# the base path to store data and log filesbase_path=/fastdfs/trackermkdir -p /fastdfs/trackercd /etc/init.d/llvim fdfs_trackerdPRG=/usr/local/bin/fdfs_trackerd启动:./fdfs.
2021-08-10 21:47:26
92
原创 2021-08-10 xshell 中tracker的 FastDFS安装配置
llyum -y install cmake make gcc-c++llmkdir -p /usr/local/fastdfs tar -zxvf libfastcommonV1.0.7.tar.gzcd /usr/local/fastdfs/llcd libfastcommon-1.0.7ll./make.sh./make.sh installcd /usr/lib64ls | grep libfastcommon.soln -s /usr/lib.
2021-08-10 21:04:35
144
原创 2021-08-05 node
Node.js 官方网站下载:https://nodejs.org/en/官网下载地址:http://nodejs.cn/download/添加链接描述
2021-08-05 11:15:03
60
原创 2021-08-05 tomcat 测试指令
官网: https://tomcat.apache.org/catalina versionstartup.bat闪退service.bat install安装成功
2021-08-05 10:27:14
83
原创 2021-07-31报错:Servlet.service() for servlet [dispatcherServlet] in context with path [] threw excep
报错:Servlet.service()forservlet[dispatcherServlet]incontextwithpath[]threwexception[Requestprocessingfailed;nestedexceptionisorg.springframework.security.core.userdetails.UsernameNotFoundException:用户名或密码不正确]withrootcause我的原因是数据库中a...
2021-07-31 22:39:13
452
原创 2021-07-31 报错:java: JPS incremental annotation processing is disabled. Compilation results on part
报错:java:JPSincrementalannotationprocessingisdisabled.Compilationresultsonpartialrecompilationmaybeinaccurate.Usebuildprocess"jps.track.ap.dependencies"VMflagtoenable/disableincrementalannotationprocessingenvironment.翻译:java:禁...
2021-07-31 22:33:34
25683
1
原创 2021-06-11数据库操作
1、增加crud.excecuteQuery(getSession());Sessionsession= getSession();while(true){System. out. println(' CRUD开始---请输入你的操作"):System. out. println(" 1.添加 2.制除 3.修改4.查找 5.退出”):Scanner sc=new Scanner (System. in):int choice=sc. nextInt();swit...
2021-06-17 23:07:01
103
原创 6-9 Hibernate查询
Copy 下 helloHibernate3ManageObjects 粘贴更改名字为Hibernate4QueryByHQL(命名随意)
2021-06-11 13:29:33
919
原创 2021-06-04 Java对象在Hibernate下的4种状态和Session相关方法以及对象识别
注:集成开发环境软件:MyEclipse(2017破解版)和mySQL(MySQL Server 8.0)拷贝工程Hibernate2,修改工程名为hibernate3ManageObjects.
2021-06-09 00:43:28
355
1
原创 2021-05-12Hibernate实现用户添加改进版单态模式
注:集成开发环境软件:MyEclipse(2017破解版)和mySQL(MySQL Server 8.0)复制hellohibernate文件夹,粘贴并且更改名字为hellohibernate2(可自定义)(有一些操作上一篇hibernate中写得较为详细,可以查看)dao包右键新建一个class命名为:HibernateUtil,生成HibernateUtil.java;(1)首先创建两个私有的静态变量对象,要记得导包!(导包:快捷键是ctrl+1或者光标放到SessionFactor..
2021-05-20 21:17:08
154
1
原创 2021-05-09 Hibernate配置以及使用Hibernate实现用户添加
Hibernate配置以及使用Hibernate实现用户添加一、如何使用Hibernate实现“用户添加”?二、使用Hibernate的“3个准备,7个步骤”注:集成开发环境软件:MyEclipse(2017破解版)和mySQL(MySQL Server 8.0)1.准备1: 导入Hibernate库(jar包,本人使用包版本是5.2.10) 下载网站: http://sourceforge.net/...
2021-05-10 23:11:55
454
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人