brew list java|grep java.security
/usr/local/Cellar/openjdk/18.0.2/libexec/openjdk.jdk/Contents/Home/conf/security/java.security


java无法连接SqlServer 出现安全限制的解决方法(TLS加密被拒绝)

集群mysql:1、改了2个my.cnf  wait_timeout=60 ;  与jar配置相同 2、同步了新的数据库3、17.26:8202上的前端指向了集群库Q: 26上连接ssl集群有个异常,Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocolA:修改jre/lib/security/java.security中的jdk.tls.disabledAlgorithms,删除SSLv3, TLSv1, TLSv1.1,然后重启应用即可

/usr/local/jdk8/jre/lib/security/java.security
# jdk.tls.disabledAlgorithms=SSLV3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \


来自:https://blog.csdn.net/kfepiza/article/details/119084415



Linux:
pm -ql jdk-1.8.0_66|grep java.security
/usr/local/java/jre/lib/security/java.security

宋朝锐意改革的王安石,毛主席对他的评价,为何会是这12个字
https://mp.weixin.qq.com/s/NDdfo19IAR3IiiktJq7aWg?from=singlemessage&isappinstalled=0&scene=1&clicktime=1681816969&enterid=1681816969
“燕云十六州”迟迟收不回来,大宋就无法用少量兵力完成国家层面的防御,为了解决这个问题,只能囤积重兵保卫首都等重点城市,而为了在体系内制衡各级官员,大宋又只好增加体制内的人员来相互制约。


朱元璋在至暗时刻的顿悟
https://mp.weixin.qq.com/s?__biz=MzIzNjQxNTQyOQ==&mid=2247484599&idx=1&sn=4414ec5783ebb7f64656b0d1ee426800&chksm=e8d9741ddfaefd0b5be45ce5b5863df3f04188fe030fdb73a775a9764e5b262e5aa2961d8e81&scene=132#wechat_redirect
曾国藩曾语重心长的教导自家晚辈,“作人之道,惟‘骄’‘惰’二字误事最盛。”

什么是“骄”?自我膨胀谓之“骄”,如果在此基础上再自以为是,觉得自己聪明盖世,下一分苦功等于别人下十分,此谓之“惰”。

Windows上用curl -d"" 上传的编码是:EUC-CN
curl -d"向东阳 向守仁"  XXX.XXXX.com
EUC-CN




来自:https://blog.csdn.net/wuxianbing2012/article/details/79727259
Mac Chrome上打开该扩展快捷键:Command + K
全能启动器 - Steward
https://chrome.google.com/webstore/detail/steward/jglmompgeddkbcdamdknmebaimldkkbl/related

官网:http://oksteward.com/#/
来自:https://sspai.com/post/42048
在Mac上关闭/打开聚焦索引:
背景:Mac上的 Spotlight 会调用mds、mdworker等进程,占用cpu使用率,造成系统卡顿。如果电脑配置比较低的话可以将Spotlight关闭,如果需要使用Spotlight 或者 Alfred等功能时,就需要将Spotlight 开启。
关闭Spotlight:
方法1: 使用 launchctl 管理 MacOS 服务。这里卸载Spotlight的配置. 卸载配置之后,就不会再启动mds等进程来扫描文件,这样后续新增App或者文件,在Spotlight和Alfred中也就搜索不到了。
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
复制代码
方法2:
sudo mdutil -a -i off
复制代码
重启Spotlight:
方法1:使用 launchctl 管理 MacOS 服务。这里加载Spotlight的配置,重启mds等进程扫描文件。
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist
复制代码
方法2:
sudo mdutil -a -i on
复制代码
如果方法2中的命令后抛出 Spotlight server is disabled 这样的错误,那么就要用方法1中的操作了。


链接:https://juejin.cn/post/7024398552939888653

选取苹果菜单  >“系统设置”。
点按边栏中的“Siri 与聚焦”,然后在右侧向下滚动并点按“聚焦隐私”。
将你想要重新创建索引的磁盘或文件夹拖移到“聚焦”无法搜索的位置列表中。或者点按添加按钮 (+),然后选择要添加的磁盘或文件夹*。

从同一位置列表中,选择你刚添加的磁盘或文件夹。然后点按移除按钮 (–),将它从列表中移除。
点按“完成”,然后退出“系统设置”。“聚焦”将为这个磁盘或文件夹中的内容重新创建索引。这可能需要一些时间,具体取决于要创建索引的信息量。


来自:https://www.cnblogs.com/Flat-White/p/17019942.html
实践如下:

阅读全文
修改源:
sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories
apk update

解决找不到iprout2的步骤:
apk add iprout2
ERROR: unable to select packages:
  iprout2 (no such package):
    required by: world[iprout2]

分两部分了,和之前链接说明的不一样,成功实践成功如下:
apk add iproute2-ss
(1/1) Installing iproute2-ss (5.12.0-r0)
Executing busybox-1.33.1-r3.trigger
OK: 60 MiB in 102 packages
/data/www # ss -s
Total: 527
TCP:   199 (estab 140, closed 42, orphaned 0, timewait 28)

Transport Total     IP        IPv6
RAW       0         0         0        
UDP       6         4         2        
TCP       157       139       18      
INET      163       143       20      
FRAG      0         0         0




apk list|less
iproute2-minimal-5.12.0-r0
于是得运行:


ip link list
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT group default qlen 1000
    link/ether 02:50:00:00:00:01 brd ff:ff:ff:ff:ff:ff
3: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/ipip 0.0.0.0 brd 0.0.0.0
4: ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN mode DEFAULT group default qlen 1000
    link/tunnel6 :: brd :: permaddr 76d0:a339:d4d8::
5: services1@if6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default
    link/ether 4e:cc:8c:b9:b1:3d brd ff:ff:ff:ff:ff:ff link-netnsid 0
7: docker0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default
    link/ether 02:42:78:54:32:ae brd ff:ff:ff:ff:ff:ff


ip route show
default via 192.168.65.1 dev eth0 proto dhcp src 192.168.65.3 metric 202
10.1.0.0/16 dev cni0 proto kernel scope link src 10.1.0.1
127.0.0.0/8 dev lo scope host
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
192.168.65.0/24 dev eth0 proto dhcp scope link src 192.168.65.3 metric 202
192.168.65.5 dev services1 proto kernel scope link src 192.168.65.4
阅读全文
win10是虚拟机,想在宿主机上访问它上面的端口,发现不通:
telnet 10.211.55.6 8848
Trying 10.211.55.6...
Connected to bogon.
Escape character is '^]'.



win10关闭防火墙还是被拦截怎么办:
1、首先按下键盘上的“Win+R”快捷键。

2、打开运行后,输入“services.msc”并点击“确定”

3、打开后,双击打开“security center”服务。

4、随后将启动类型改为“禁用”并点击下方“禁用”按钮。

以上来自:https://m.jobkoo.com/jiaocheng/7474.html




解决方法如下:
1、按 Win+R 打开运行窗口,在窗口中输入 ***.msc 打开服务选项。
2、在服务中找到 Security Center 服务,检查该服务是否被禁用或者延迟,如果有我们直接右键启动或者双击打开进行恢复该服务。
3、如果上述方法无法操作,按 Win+R 打开注册表编辑器,分别展开以下键值:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc。
4、双击 start 键,参数更改为 2 然后保存后直接正常重启计算机即可。 【十进制的2,就是延迟启动,那一瞬间可以,但是一会它启动后就无法Telnet成功了。】
win10 Security Center服务无法禁用,启动类型灰色不可改解决方法:
https://blog.csdn.net/weixin_40403995/article/details/126408855
[root@localhost ~]# mkdir -p /tmp/test
[root@localhost ~]# [ $[$RANDOM % 6] == 0 ] && sudo rm -rf /tmp/test || echo "Lucky Boy"
Lucky Boy
[root@localhost ~]# [ $[$RANDOM % 6] == 0 ] && sudo rm -rf /tmp/test || echo "Lucky Boy"
Lucky Boy
[root@localhost ~]# [ $[$RANDOM % 6] == 0 ] && sudo rm -rf /tmp/test || echo "Lucky Boy"
[root@localhost ~]# ls /tmp/test
ls: cannot access '/tmp/test': No such file or directory
Windows环境下如何打开cmd进入到指定目录?
在指定的目录地址栏中输入cmd敲回车即可。

来自:https://blog.csdn.net/qq_27052367/article/details/125486533
任务管理器无法关闭,如果强行删除testinputhost.exe会导致windows搜索重复出现并关闭
是英伟达的一种显卡服务,这个没有任何问题,是显卡方的服务进程而已
Rlater-: 开始菜单的进程,禁用的话可能会导致开始菜单打不开
====================================================
显卡空闲有两个程序运行,一个startmenuexperiencehost.exe,一个是windowsinternal.composableshell.experiences.textinput.inputapp.exe,这两个东西怎么关
首先打开cmd
输入指令
taskkill /f /t /im startmenuexperiencehost. exe
就结束了,
如果他重新启动,那就多输几次,反正他会关掉的
来自:https://copyfuture.com/blogs-details/20211130230827803j
控制面板–管理工具 — 服务 — 手动(或者禁止,我是手动了,怕以后有需要,如果手动不能解决只能选择禁用)
Connected User Experiences and Telemetry(该死的微软还把这个服务改了名字!!,害我找了半天)
Diagnostic Policy Service
Diagnostic Service Host

停止任务计划

控制面板 — 管理工具 — 任务计划 — 任务计划程序库 — Microsoft — Windows — Application Experience — Microsoft Compatibility Appraiser 右键禁止

来自:https://blog.csdn.net/toooooop8/article/details/109351526
落实:关闭,后台关闭,启动关闭:
一、关闭。
二、后台关闭:
1、打开开始菜单的“设置”,点击“隐私”;

win10怎么关闭电脑后台运行程序_win10系统关闭后台应用的方法
2、在左侧找到并点击“后台应用”;

win10怎么关闭电脑后台运行程序_win10系统关闭后台应用的方法
3、在“后台应用”的界面可以看到正在运行的程序都处于开启的状态;

win10怎么关闭电脑后台运行程序_win10系统关闭后台应用的方法
4、如果我们希望将所有后台应用都关闭,那么我们只需要将“允许应用后台运行”下方的开关更改为关闭状态即可。

三、启动关闭:
win10设置->应用->启动。



关闭电脑后台运行程序: https://www.win7zhijia.cn/win10jc/win10_26454.html
启动关闭: https://blog.csdn.net/wxpool/article/details/120259622
卸载原因:照片进程一直在,浪费虚拟机资源。其实是可以关掉后台运行的,参考[实践OK]win10怎么关闭电脑后台运行程序
https://jackxiang.com/post/11653/

Type Power Shell in the Search bar, right-click on Windows PowerShell and click on Run as administrator.

Type the following commands, press Enter key after each command, in the given order.

1. Get-AppxPackage

(This will view all the apps installed in your account.)

2. Get-AppxPackage -AllUsers

(This will view all Windows apps installed in the computer.)

3. Get-AppxPackage Microsoft.Windows.Photos | Remove-AppxPackage

(This will remove/uninstall the Photo app.)

Restart the system and check.

来自:https://answers.microsoft.com/en-us/windows/forum/all/how-to-disableuninstall-the-photo-app-in-windows/9328ef95-2993-4be8-882a-442b96950f2b

如何安装(重装)win10图片查看器: https://jingyan.baidu.com/article/2f9b480dd96b5a41cb6cc2e4.html

安装:http://www.360doc.com/content/22/0411/12/34398161_1025875061.shtml


换用:Honeyview 是一款快速的图片查看器
下载地址:https://www.bandisoft.com/honeyview/
Here is what you need to do:

Type Task Manager in the search area of the taskbar and hit Enter.
Inside the Task Manager window, navigate to the Processes tab and locate searchapp.exe/Search.
Right-click on it and select End task from the context menu.

Command Prompt is a utility that can be accessed from any Windows PC and allows you to use text commands to manage the computer. With it, you can automate tasks, troubleshoot problems, and perform all kinds of other tasks.

Here is how you can use Command Prompt to disable the process on Windows:

Type cmd in the search area of the taskbar and click on Run as administrator to launch elevated Command Prompt.
In the Command Prompt window, type the command mentioned below and hit Enter to execute it. This will launch System Apps on your system.
cd %windir%\SystemApps
Next, execute the following command to delete the process.
taskkill /f /im SearchApp.exe
Once done, execute this last command.
move Microsoft.Windows.Search_cw5n1h2txyewy Microsoft.Windows.Search_cw5n1h2txyewy.old


From:https://appuals.com/what-is-searchapp-exe/
Chrome右侧三个点进入:单击位于屏幕右上角的三个点,然后选择“  设置” 下拉后进入:设置-》系统
关闭 Google Chrome 后继续运行后台应用 [关闭]               《========发现:MacBook上的Chrome没有此设置。


首先,你需要打开 Chrome 浏览器。
单击位于屏幕右上角的三个点,然后选择“  设置”  菜单。
接下来,单击高级并选择  系统。
然后,选择  Google Chrome 关闭时继续运行后台应用程序  选项以启用。
来自:http://www.readke.com/c/565813.html
https://qa.1r1g.com/sf/ask/1503369101/
分页: 2/339 第一页 上页 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 下页 最后页 [ 显示模式: 摘要 | 列表 ]