自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(8)
  • 资源 (5)
  • 收藏
  • 关注

原创 Potplayer视频字幕调用火山API翻译

我在火山引擎可以申请的免费DeepSeek V3 model,赠送50w token,翻译字幕绰绰有余。服务商 AI 部署模型 API URL地址,API 密钥,模型名称(API 调用服务商的 AI 服务)本期教大家使用Potplayer播放器对没有字幕的视频生成字幕并使用AI翻译实时翻译成你需要的语言。打开Potplayer 右键,依次点击字幕,实时字幕翻译,实时字幕设置。第一行填入:模型名称和API URL地址(把自己申请的model填入到插件中,在配合原始的字幕就可以实时翻译了。

2025-03-16 08:47:06 2221

原创 Python 3.13 support for PyTorch

一个新的性能调节旋钮:torch.compiler.set_stance。PyTorch 2.6 来了!AOTInductor 的增强功能。

2025-03-15 14:28:42 909

转载 利用svn钩子hooks/post-commit实现邮件通知功能

svn可以实现在commit提交时,使用hook钩子功能,向指定的邮箱发送提交注释comment/log及内容变化的邮件,以方便对之进行监控。1、  需要一个能用stmp发邮件的邮箱。2、  在svn服务器上安装python https://www.python.org/downloads/3、  接下来在svn服务器,进入svn库的hooks文件夹F:\svn_server\MyProject\...

2018-05-15 11:19:27 6081 2

原创 使用svn的hook机制

一、什么是钩子所谓svn的hook机制,就是用户在管理数据仓库的时候,当特定的事件发生时,相应的hook会被调用,hook 其实就相当于特定事件的处理函数。当前 Subversion 提供了5种可以安装的 hook :事件名时机与hook交互一般用途start-commit事务创建之前。传给 hook 的 参数:-         参 数 1 , 代码库路径。-         参 数 2 , 试...

2018-05-15 10:22:32 2028

原创 使用python求字符串或文件的MD5

#字符串md5,用你的字符串代替’字符串’中的内容。import hashlibmd5=hashlib.md5(‘字符串’.encode('utf-8')).hexdigest()print(md5)#求文件md5import hashlib#文件位置中的路径,请用双反斜杠,如’D:\\abc\\www\\b.msi’file=’[文件位置]‘md5file=open

2015-07-27 17:06:51 503

原创 Add Python in WinPE Environment

Python是一种强大,快捷,应用广泛的动态语言,而且有大量的Modules可以

2014-11-18 16:12:22 2156

原创 Windows平台安装Django

Django一个可以使Web开发工作愉快并且高效的Web开发框架。 使用Django,使你能够以最小的代价构建和维护高质量的Web应用。

2014-11-18 14:54:53 456

原创 Python的安装 - Windows

我们现在来聊聊Python for Windows首先来到Python的主页,下载an'zPython2

2014-11-18 10:37:18 416

Data Structures and Algorithms with JavaScript

If you’re using JavaScript on the server-side, you need to implement classic data structures that conventional object-oriented programs (such as C# and Java) provide. This practical book shows you how to use linked lists, stacks, queues, and graphs, as well as classic algorithms for sorting and searching data in your JavaScript programs. Each chapter includes at least one real-world application of the data structure or data structures discussed, along with exercises that help you further explore the practical application of various data structures and algorithms. Implement data structures and algorithms within the constraints of JavaScript Explore real-world applications to learn how JavaScript uses these data structures Get a helpful JavaScript programming overview Learn methods for handling advanced algorithms

2014-08-10

Algorithms, 4th Edition

Algorithms, 4th Edition

2014-08-10

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除