V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  chengyiqun  ›  全部回复第 9 页 / 共 30 页
回复总数  583
1 ... 5  6  7  8  9  10  11  12  13  14 ... 30  
2022-04-14 09:28:30 +08:00
回复了 yukinotech 创建的主题 Windows win10 相关 自动重启
@mingl0280 万一楼主是家庭中文版系统呢?
试试 Wub(windows-update-blocker)
https://www.sordum.org/downloads/?st-windows-update-blocker
@monster33 更推荐 vnc, 在 windows 上用 vnc-viewer 连接 Linux. 因为树莓派官方自带的就是 vnc, 比较轻量好使.
所以我别的 linux 用的也是 vnc
应该是给 explorer 注入 dll 吧, 我猜的
2022-04-11 14:36:51 +08:00
回复了 cheneydog 创建的主题 Windows win10 下有个文件死活删不掉
或许是移植的 unix 程序生成的.
2022-04-11 14:34:31 +08:00
回复了 cheneydog 创建的主题 Windows win10 下有个文件死活删不掉
不过说实在的, 结尾只有一个点的文件夹或者文件, 我是真不知道怎么来的
2022-04-11 14:33:34 +08:00
回复了 cheneydog 创建的主题 Windows win10 下有个文件死活删不掉
说来点结尾的文件夹, 以前我看到相关内容, 是专门交怎么防止 U 盘被注入自动播放的病毒的

进入 U 盘根目录
md autorun.inf
cd autorun.inf
md nokill..\

进入 U 盘根目录
attrib +S +H autorun.inf


得到的结果就是生成了如下目录, 假如 U 盘是 H 盘

H:\autorun.inf\nokill..\

因为 nokill.. 这个文件夹的存在, 所以 aotorun.inf 这个文件夹就无法删除了, 也无法写入同名的文件.
在 xp 时代可以有效避免很多病毒因为自动播放而传播.

这个 nokill..文件夹怎么删呢, 一样删

rmdir nokill..\ 即可.

就是说, 如果希望文件夹结尾的点生效, 就需要打一个反斜杠在最后.
2022-04-11 14:23:03 +08:00
回复了 dumbbell5kg 创建的主题 程序员 请教大家一个 windows 下代理 pc 游戏 tcp 流量的问题
虽然对这个不了解, 但是还是有点思路的, 游戏用 TCP 发送数据包, TCP 是传输层协议. 达到转发的目的, 最好像 SSTAP 那种, 做一个虚拟网卡驱动, 劫持掉特定 ip 的输层流量(不能劫持所有 ip, 否则会陷入死循环, 把 sockts 代理的流量也劫持了.), 然后转发到 sockts 代理软件里. 就可以达到
2022-04-11 14:14:53 +08:00
回复了 xfmaa 创建的主题 Java 关于前端如何用相对路径获取后端存储的文件的小问题(菜鸟提问)
静态资源交给 nginx 得了
@c1273082756 单进程不能超过 2G,
总内存不能超过 4G, 但是通过 PAE 技术可以使用超过 4g 内存, 但是对驱动程序要求很高, 否则会蓝屏.
2022-04-11 14:10:37 +08:00
回复了 followyourheart 创建的主题 Java 单例模式 双检测问题请教
推荐用静态内部类的写法代替这种写法, 或者用枚举, 最好用 spring 直接管理.
讲实在的, 不是亲儿子, 没必要升级什么大版本, 知有更多问题和用不上的特性.
2022-04-08 18:58:01 +08:00
回复了 ALLROBOT 创建的主题 程序员 Win 端的神器,你们都用哪些?我自用 AHK、PowerToys、ShareX 等
@shenhualv7 用过,不喜欢它的操作逻辑,还有劫持 explorer 的行为。我喜欢用 everything 简单直观的文件列表展示,可以随时看到完整路径大小等
添加水印很多,去水印,不推荐
2022-04-08 13:42:37 +08:00
回复了 ALLROBOT 创建的主题 程序员 Win 端的神器,你们都用哪些?我自用 AHK、PowerToys、ShareX 等
@beijiaoff 主要是用来搜索某些特定的文件夹,可以缩小范围。
@hbing 那能一样么,springboot 是一个全家桶框架的基础,C#是编程语言,你用一个框架和一个语言比,这有什么科比的。
java 也能新建项目 main 方法 hello world 啊。
2022-04-08 09:06:55 +08:00
回复了 ALLROBOT 创建的主题 程序员 Win 端的神器,你们都用哪些?我自用 AHK、PowerToys、ShareX 等
代码缩进没了,用这个吧
https://paste.org.cn/6zmAwsaq7z
2022-04-08 09:06:21 +08:00
回复了 ALLROBOT 创建的主题 程序员 Win 端的神器,你们都用哪些?我自用 AHK、PowerToys、ShareX 等
#SingleInstance Force

#NoTrayIcon ;Delete this line if you want the tray icon to be visible.
EverythingPath := "Everything.exe" ;If your everything.exe isn't here, fix that. Keep the quotes.
MyUsername := "chengyq" ;Go to %userprofile% and change this to the title of that window. Keep the quotes.
MyRecycleBin := "回收站" ;Go to your Recycle Bin and change this to the title of that window. Keep the quotes.
MyThisPC := "此电脑" ;Go to your This PC and change this to the title of that window. Keep the quotes.
MyDownloads := "下载"
MyVideos := "视频"
MyDocuments := "文档"
MyPictures := "图片"
MyMusic := "音乐"
MyDesktop := "桌面"
MyThreeDObject := "3D 对象"

;You can delete below blocks if you don't want the features. Replace ^F with F3 if you are using that instead.

;BLOCK 1 - DESKTOP
#IfWinActive, ahk_class WorkerW
^F::
RunPath := "-p ""%UserProfile%" . "\" . "Desktop" . "\"""
Run, %EverythingPath% %RunPath%
Return

#IfWinActive, ahk_class Progman
^F::
RunPath := "-p ""%UserProfile%" . "\" . "Desktop" . "\"""
Run, %EverythingPath% %RunPath%
Return


;BLOCK 2 - TASKBARS
#IfWinActive, ahk_class Shell_TrayWnd
^F::
Run, %EverythingPath%
Return

#IfWinActive, ahk_class Shell_SecondaryTrayWnd
^F::
Run, %EverythingPath%
Return


;BLOCK 3 - EXPLORER WINDOW
#IfWinActive, ahk_class CabinetWClass
^F::
ControlGetText, RunPath, ToolbarWindow323, A
RunPath := SubStr(RunPath, 5)
isnotauserfolder := ":\"
IfNotInString, RunPath, %isnotauserfolder%
{
if (RunPath == MyThisPC)
{
RunPath := ""
} else if (RunPath == MyUsername) {
RunPath := "-p ""%UserProfile%"""
} else if (RunPath == MyRecycleBin) {
RunPath := "-s ""\$RECYCLE.BIN """
} else if (RunPath == MyDownloads) {
RunPath := "-p ""%UserProfile%" . "\" . "Downloads" . "\"""
} else if (RunPath == MyVideos) {
RunPath := "-p ""%UserProfile%" . "\" . "Videos" . "\"""
} else if (RunPath == MyDocuments) {
RunPath := "-p ""%UserProfile%" . "\" . "Documents" . "\"""
} else if (RunPath == MyPictures) {
RunPath := "-p ""%UserProfile%" . "\" . "Pictures" . "\"""
} else if (RunPath == MyMusic) {
RunPath := "-p ""%UserProfile%" . "\" . "Music" . "\"""
} else if (RunPath == MyDesktop) {
RunPath := "-p ""%UserProfile%" . "\" . "Desktop" . "\"""
} else if (RunPath == MyThreeDObject) {
RunPath := "-p ""%UserProfile%" . "\" . "3D Objects" . "\"""
} else {
RunPath := "-p ""%UserProfile%" . "\" . RunPath . "\"""
}
} else {
RunPath := "-p """ . RunPath . """"
}
Run, %EverythingPath% %RunPath%
Return

;#If
2022-04-08 09:05:48 +08:00
回复了 ALLROBOT 创建的主题 程序员 Win 端的神器,你们都用哪些?我自用 AHK、PowerToys、ShareX 等
@caqiko AHK 我是用来在任意文件夹下按 ctrl+F 打开 everything 搜索,而且还要定位到当前目录。
说错了,不是 6db ,是 3dB
解决了。。。
pushd "%1"

for /f "delims=" %%X in ('dir /b *.wav') do ffmpeg -i %%X -filter:a "volume=3dB" new-%%X

pause
2022-04-06 17:35:01 +08:00
回复了 Tomato995 创建的主题 程序员 软件上传文件时都发生了什么?
@wanwaneryide
@Tomato995
可能是低压 U ,低压 U 跑起来是挺慢的
1 ... 5  6  7  8  9  10  11  12  13  14 ... 30  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   943 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 28ms · UTC 20:56 · PVG 04:56 · LAX 13:56 · JFK 16:56
Developed with CodeLauncher
♥ Do have faith in what you're doing.