V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  chengyiqun  ›  全部回复第 10 页 / 共 30 页
回复总数  589
1 ... 6  7  8  9  10  11  12  13  14  15 ... 30  
@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 跑起来是挺慢的
2022-04-06 17:34:33 +08:00
回复了 Tomato995 创建的主题 程序员 软件上传文件时都发生了什么?
@bruce0
@Tomato995
补充下 百度秒传链接的格式

文件完整 MD5#文件前 256KB 的 MD5#文件大小(字节数)#文件名

就是百度上传时先计算整个文件的 MD5 ,再计算前 256KB 部分的 MD5 ,再通过文件大小,三个条件判断服务器上是否有同一份文件,而文件名仅仅是你保存的名字,不用来判断文件是否存在的。
2022-04-06 17:26:23 +08:00
回复了 mlhadoop 创建的主题 程序员 有没有能够在线下载 b 站字幕的工具或者网址
以前用过的,好久没用了,你试试这个
https://www.jijidown.com/
2022-04-06 09:36:26 +08:00
回复了 JadePenG 创建的主题 程序员 git 问题咨询
不用分支还不如不用 git 。git 最大的优点就是分支建立代价很小。
@viberconnection 这个我熟,我们公司很多内部网站都是这样的
@g22k
看网速: trafficmonitor
限速: 大部分会占用大宽带的软件都自带限速的
断网修复: 自己解决, 代理, dns, winsock, 驱动, 都自己解决
开机启动项: 任务管理器里已经很好用了, 最多有添加到任务计划程序的
去广告弹窗: 没有任何广告弹窗, 或者说, 有弹窗的软件不配呆在我电脑里, 或者用修改版软件
锁定默认浏览器: 没有强制设置浏览器的软件, 为什么要锁定, 我默认浏览器从来都没自动变过
一键更新应用: 没有这个需求, 软件这东西都是稳定用就行了, 我会自己看更新日志, 如果没有更新的必要, 我是不更新的, 如果用了类似的软件管家, 反而天天盯着更新, 反而浪费时间了.
一键卸载应用: 我用 geekUninstaller, 或者 BCUninstaller

电脑近乎纯净.
2022-04-01 22:09:35 +08:00
回复了 monster33 创建的主题 程序员 幕布是不是死了?白瞎了我五十年会员?
任何订阅有能超过 5 年的我都不敢买, 更不敢买终身的, 因为如果用户活跃的化, 只需要按年付费即可. 50 年的, 你真感买,
一般出这种会员的, 都是快死了的征兆.
2022-04-01 17:31:27 +08:00
回复了 zhongjun96 创建的主题 程序员 寻找一个 Java 应用本地更新方案
没有测试环境?
2022-04-01 15:29:00 +08:00
回复了 moremoney 创建的主题 Java sdkman 里 AdoptOpenJDK 已不存在
我这边用的 Liberica JDK
2022-04-01 10:25:29 +08:00
回复了 wellwellwell 创建的主题 Windows Everthing 如何在文件夹中导航
@wellwellwell
https://paste.org.cn/F3Rd5FOyFY
稍微优化了下脚本, 对 win10 的公共文件夹兼容了.
返回上一层, 就 esc 关闭 everything, 然后 ctrl+F 启动脚本.

如果你只想搜索当前目录不包括, 还不如用 totalcommander
2022-04-01 10:23:02 +08:00
回复了 wellwellwell 创建的主题 Windows Everthing 如何在文件夹中导航
@wellwellwell 那你还是用 totalcommander 吧, 这个需求
2022-04-01 09:19:12 +08:00
回复了 wellwellwell 创建的主题 Windows Everthing 如何在文件夹中导航
作用是, 任何资源管理器界面, 包括桌面, 按下 ctrl+F 后打开 everything 并定位到当前目录
2022-04-01 09:11:41 +08:00
回复了 wellwellwell 创建的主题 Windows Everthing 如何在文件夹中导航
@wellwellwell
给你 AHK 脚本
我自己就在用
https://paste.org.cn/LNA6s0ICgj
2022-03-31 15:50:00 +08:00
回复了 luxinfl 创建的主题 程序员 http 连接池的那三个超时时间是怎么算的
@xiangyuecn 同, 以前被这个困扰过, 后来不管了
用 manjoro 就行啦
1 ... 6  7  8  9  10  11  12  13  14  15 ... 30  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1042 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 696ms · UTC 20:05 · PVG 04:05 · LAX 12:05 · JFK 15:05
Developed with CodeLauncher
♥ Do have faith in what you're doing.