会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2020年8月24日
apache配置访问目录的默认页面
摘要: 修改httpd.conf中的 <IfModule dir_module> DirectoryIndex index.html index.htm </IfModule>
阅读全文
posted @ 2020-08-24 16:50 root-crypto
阅读(1101)
评论(0)
推荐(0)
2020年7月6日
Beyond Compare 4
摘要: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Scooter Software\Beyond Compare 4] "CacheID"=- 修改为 Beyond Compare 4.reg
阅读全文
posted @ 2020-07-06 09:11 root-crypto
阅读(127)
评论(0)
推荐(0)
2020年6月12日
idea常用插件
摘要: jetbrains-agent(idea激活)https://fls.jetbrains-agent.com/ JRebel(热编译)https://jrebel.qekang.com/ MyBatisX(mybatis插件) MyBatis Log Plugin(sql拼装) Key Promot
阅读全文
posted @ 2020-06-12 21:52 root-crypto
阅读(204)
评论(0)
推荐(0)
2020年6月3日
linux关闭防火墙
摘要: #查看当前防火墙状态 systemctl status firewalld #关闭当前防火墙 systemctl stop firewalld #开机防火墙不启动 systemctl disable firewalld
阅读全文
posted @ 2020-06-03 10:30 root-crypto
阅读(176)
评论(0)
推荐(0)
本地项目上传到gitlab
摘要: cd project git init git remote add origin http://gitlab.xxx.com/group/project.git (删除本地origin:git remote rm origin) git add . git branch master (删除本地分
阅读全文
posted @ 2020-06-03 10:28 root-crypto
阅读(138)
评论(0)
推荐(0)
2020年5月22日
删除数据库中多余的数据
摘要: //新增的所有数据List<Admin> adminList = new ArrayList<>();//数据库中的所有数据List<Admin> adList = adminDao.find(new Admin());//新增数据的所有idList<String> adminIdList = ne
阅读全文
posted @ 2020-05-22 11:31 root-crypto
阅读(292)
评论(0)
推荐(0)
2020年4月26日
git上传本地项目到gitlab
摘要: cd projectgit initgit remote add origin http://gitlab.beijiait.com/group/project.git (删除本地origin:git remote rm origin)git add .git branch master (删除本地
阅读全文
posted @ 2020-04-26 09:16 root-crypto
阅读(205)
评论(0)
推荐(0)
2020年4月13日
域名
摘要: 域名申请 https://www.freenom.com/域名解析 https://www.cloudflare.com/
阅读全文
posted @ 2020-04-13 08:53 root-crypto
阅读(155)
评论(0)
推荐(0)
2020年3月30日
ORA-28000: the account is locked
摘要: sqlplus / as sysdba alter user test identified by 123456 account unlock commit
阅读全文
posted @ 2020-03-30 15:12 root-crypto
阅读(137)
评论(0)
推荐(0)
2020年3月16日
maven配置本地资源仓库后某些jar不能下载
摘要: 原来的settings.xml文件放在D:/.m2目录下导致某些jar不能下载, 需把settings.xml文件放在D:\apache-maven-3.6.1\conf\路径下。 maven配置如下: idea配置如下:
阅读全文
posted @ 2020-03-16 17:45 root-crypto
阅读(402)
评论(0)
推荐(0)
1
2
3
下一页
公告