上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 203 下一页
摘要: File>Setting>Appearance&behavior>Appearance>Theme,然后选择自己中意的颜色。 END 阅读全文
posted @ 2022-02-28 20:35 逆火狂飙 阅读(646) 评论(0) 推荐(0)
摘要: 【程序】 import org.apache.catalina.authenticator.BasicAuthenticator; import org.apache.http.auth.AuthScope; import org.apache.http.auth.UsernamePasswordC 阅读全文
posted @ 2022-02-28 14:53 逆火狂飙 阅读(860) 评论(0) 推荐(0)
摘要: 【本文涉及ES版本】 7.11.1 【elasticsearch.yml中设置】 增加以下两项设置: xpack.security.enabled: truexpack.security.transport.ssl.enabled: true 【启动es后使用elasticsearch-setup- 阅读全文
posted @ 2022-02-28 14:38 逆火狂飙 阅读(4926) 评论(1) 推荐(0)
摘要: wget一般是缺省安装的,但有些场合并未安装如Centos7的Minimal版本, 如是这样可以在配置好网络后(可以参考https://www.cnblogs.com/heyang78/p/15935360.html) 输入#yum install wget安装之。 END 阅读全文
posted @ 2022-02-28 14:05 逆火狂飙 阅读(1020) 评论(0) 推荐(0)
摘要: VMware-workstation_full_12不能从控制面板里的添加删除程序里卸载,需要用它自己的安装软件卸载。 也就是把安装软件再点开一次,一开始选项里有卸载一项,执行卸载就好了。 卸载完之后,用win+r,输入regedit打开注册表,找到HKEY_CURRENT_USER>Softwar 阅读全文
posted @ 2022-02-28 13:42 逆火狂飙 阅读(431) 评论(0) 推荐(1)
摘要: 使用配方法和基本不等式解决问题“若正数a,b满足a>b,且1/(a+b)+1/(a-b)=1,则3a+2b的最小值是?”。 阅读全文
posted @ 2022-02-27 20:01 逆火狂飙 阅读(820) 评论(0) 推荐(0)
摘要: 简单实用的代码如下: static String readFromFile(String path) throws Exception{ BufferedReader br = new BufferedReader(new InputStreamReader(new FileInputStream( 阅读全文
posted @ 2022-02-26 21:43 逆火狂飙 阅读(183) 评论(0) 推荐(0)
摘要: 【前篇】 https://www.cnblogs.com/heyang78/p/15937919.html https://www.cnblogs.com/heyang78/p/15937891.html 【纲领】 用jdbc处理clob字段,存入时需要创建Clob对象,然后以setString(1 阅读全文
posted @ 2022-02-26 21:39 逆火狂飙 阅读(3625) 评论(0) 推荐(0)
摘要: 【插值程序】 https://www.cnblogs.com/heyang78/p/15937891.html 【读出程序】 import java.io.Reader; import java.sql.*; public class ClobReader { public static void 阅读全文
posted @ 2022-02-25 21:49 逆火狂飙 阅读(195) 评论(0) 推荐(0)
摘要: 【建表】 create table test03( id number(3), content clob, primary key(id) ) 【程序】 import java.io.BufferedReader; import java.io.FileInputStream; import jav 阅读全文
posted @ 2022-02-25 21:33 逆火狂飙 阅读(203) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 203 下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东