会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
岑惜
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
19
20
21
22
23
24
25
26
27
···
49
下一页
2022年2月21日
jetbrains 全家桶软件永久破解
该文被密码保护。
阅读全文
posted @ 2022-02-21 10:31 岑惜
阅读(6)
评论(0)
推荐(0)
2022年1月25日
maven 引入本地jar
摘要: 例子 <dependency> <groupId>my.pdf</groupId> <artifactId>my.pdf</artifactId> <version>1.0</version> <scope>system</scope> <systemPath>${project.basedir}/
阅读全文
posted @ 2022-01-25 12:19 岑惜
阅读(33)
评论(0)
推荐(0)
2022年1月11日
linux - 创建新core
摘要: Linux不像win可以指令直接生成 我安装solr 的路径是 /home/plug/solr8/solr-8.11.1 所以要在 /home/plug/solr8/solr-8.11.1/server/solr 里加一个文件夹,名称就是core的名称 然后将 /home/plug/solr8/so
阅读全文
posted @ 2022-01-11 13:45 岑惜
阅读(64)
评论(0)
推荐(0)
linux - 启动solr 报错 Your Max Processes Limit is currently 31202. It should be set to 65000 to avoid operational disruption.
摘要: 进入bin目录后 执行启动指定 ./solr start 报错 怎么办? 查看系统限制 ulimit -a 现在需要更改系统限制,登录root账号 找到这个文件 /etc/security/limits.conf 最后添加下面两行 【有些系统是默认加了的】 * soft nofile 65535 *
阅读全文
posted @ 2022-01-11 12:20 岑惜
阅读(641)
评论(0)
推荐(0)
mysql 8 - mybatis 自定义sql 里面不可写 -- 注释,否则报错
摘要: 如果连接的mysql版本是 8 以上 ,那么 mybatis 自定义sql 里面不可写 -- 注释 否则报错sql异常
阅读全文
posted @ 2022-01-11 12:00 岑惜
阅读(209)
评论(0)
推荐(0)
linux - 解压tgz 文件指令
摘要: tar zxvf 文件名.tgz -C ./
阅读全文
posted @ 2022-01-11 08:33 岑惜
阅读(631)
评论(0)
推荐(0)
2022年1月9日
solr - managed-schema 文件 定义字段与类型的 先后顺序 ,错了会报错,还不知道原因
摘要: 在 managed-schema 文件里,一定要定义字段类型后才能定义字段, 也就是说先 <fieldType> 后 <field> 反了会导致代码处报http请求异常,没有原因可查 。。。。。。。。。
阅读全文
posted @ 2022-01-09 23:55 岑惜
阅读(65)
评论(0)
推荐(0)
solr - 代码处抛异常导致没有关闭solr,导致报错SolrException:org.apache.solr.common.SolrException: Error opening new searcher Please check your logs for more information
摘要: 1.代码处抛异常导致没有关闭solr ,控制面板提示如下,怎么办? 2.解决 这是索引错误导致 关闭solr服务后,找到core 里的 data ,把这两个删掉就行,但是会导致索引丢失,这时候需要将数据重新导入
阅读全文
posted @ 2022-01-09 23:46 岑惜
阅读(496)
评论(0)
推荐(0)
shell - 脚本没有执行权限 报错 -bash: ./myshell.sh: Permission denied
摘要: 执行 chmod 777 ./myshell.sh
阅读全文
posted @ 2022-01-09 11:14 岑惜
阅读(246)
评论(0)
推荐(0)
shell - Linux - win10 拷贝shell 脚本到Linux 执行报错 -bash: ./myshell.sh: /bin/bash^M: bad interpreter: No such file or directory
摘要: win10 拷贝shell 脚本到Linux 执行报错 -bash: ./myshell.sh: /bin/bash^M: bad interpreter: No such file or directory win10编辑器容易添加一些看不见的转义内容进去 怎么办??? 很简单 执行指令 【文件换
阅读全文
posted @ 2022-01-09 11:14 岑惜
阅读(54)
评论(0)
推荐(0)
上一页
1
···
19
20
21
22
23
24
25
26
27
···
49
下一页
公告