问题标签 [usb-drive]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
14 回答
13528 浏览

windows - 2GB USB 驱动器上的版本控制

对于我的学校工作,我做了很多切换计算机(从实验室到我的笔记本电脑再到图书馆)。我有点想将此代码置于某种版本控制之下。当然,问题是我不能总是在我使用的计算机上安装额外的软件。是否有任何类型的版本控制系统可以保存在拇指驱动器上?我有一个 2GB 的驱动器来安装它,但如果需要,我可以买一个更大的驱动器。

我正在做的项目并不是特别大,仅供参考。

编辑: 这需要在 Windows 下工作。

编辑二: 集市最终成为我选择的。如果您使用 TortoiseBzr,那就更好了。

0 投票
6 回答
11326 浏览

ruby-on-rails - 可移植的 Ruby on Rails 环境

我给自己买了一个新的 8 gig USB 密钥,我正在寻找一个体面的解决方案来拥有一个可移植的 RoR 环境来学习。我在上面做了谷歌,发现了一些可能性,但我很想听到一些真实的生活经历和意见。谢谢!

0 投票
3 回答
3969 浏览

visual-c++ - 如何将 USB 驱动器上的 MSVC++ 6.0 作为便携式应用程序运行

在不使用任何第三方程序的情况下(即不使用 VMware ThinApp、U3 或 MojoPac 等)如何将 MSVC++ 6.0 从安装在 C: 上移动到 USB 驱动器?以便它可以在没有管理员权限且无需在主机 PC 上安装任何东西的不同 PC 上使用?即使它仅可用作控制台应用程序也可以,尽管拥有包括 Visual Assist 等在内的 GUI 会更好。

0 投票
2 回答
4802 浏览

delphi - 如何从 Delphi 或 VB6 访问 USB (Pen Drive) 固件编号?

我想访问/读取连接在 PC 的 USB 端口上的 Pendrive 的固件编号。

我怎样才能做到这一点?

0 投票
11 回答
2995 浏览

interpreter - 无需安装即可从 USB 记忆棒编程语言

我正在寻找具有基本数学支持和文件 IO 的语言的编译器或解释器,可以直接从 Linux 或 Windows 中的记忆棒执行。内置基本数据结构和排序/搜索的功能将是一个加号。

(我读过可移动的python,但它只支持windows)

谢谢

0 投票
1 回答
897 浏览

windows - USB 驱动器和 Windows 驱动器限制

一旦您添加了超出 AZ 驱动器号的驱动器,Windows 机器上会发生什么。我知道 mountvol 命令,但我的解决方案需要在不使用 NTFS 的 Win98/XP 系统上工作。有没有办法提供对这些驱动器的访问?

0 投票
4 回答
815 浏览

debugging - 带有调试工具的 USB 驱动器

我正在组装一个 USB 驱动器,该驱动器应该包含用于解决用户遇到的各种软件问题的工具。

你会推荐我包括哪些工具?

主要环境:Windows和.NET

0 投票
58 回答
18132 浏览

survey - What development tools do you carry on your USB drive?

I've just bought a new 4GB USB thumb drive and I'm trying to decide what to put on it. I'm thinking about one of the webserver on a stick packages, a C/C++ IDE (leaning toward Code::Blocks; had Dev-C++ on my old USB drive) and Python.

What development related tools do you carry around with you on yours?

Update

I've added categories.

IDEs

Code::Blocks Open source, cross platform C/C++ IDE

  • Supports several compilers (that you must supply) but you can also download a version that includes MingW.
  • (There's a FAQ question on their website explaining how to make it portable)

Codelite -- Open-source, cross platform C/C++ IDE
Eclipse -- Open-source, cross platform Java IDE
NetBeans -- Open-source, cross platform Java IDE
JCreator -- Java IDE
MSVC6 -- Microsoft's pre-.NET C/C++ environment

Languages & Compilers

Portable Python -- Interpreter for the Python programming language

  • Includes SciTE (editor) and Django (web framework)

Strawberry Perl -- "A 100% Open Source CPAN-capable Perl for Windows® computer that works exactly the same as Perl everywhere else."
Py3k -- Newest version of the Python programming language
Stackless Python
Lua -- Scripting language
MinGW -- Sort of a Windows port of GCC

  • "MinGW provides a complete Open Source programming tool set which is suitable for the development of native Windows programs that do not depend on any 3rd-party C runtime DLLs."

Editors

Notepad++ (after so many recommendations, I had to try it)
UltraEdit -- "text, hex, HTML, PHP, Java, Javascript, Perl, and programmer's editor."
VIM -- "highly configurable text editor built to enable efficient text editing"

  • Major rival to emacs

HEdit -- Hex editor
XVI32 (Hex Editor)
e text editor -- "The Power of Textmate on Windows"
Intype text editor -- Code editor for Windows
ConTEXT -- Code and text editor
Editpad Pro -- "powerful and versatile text editor or word processor."

Discovery

Dependency Walker -- Allows you to see what DLLs a program or DLL depends on and what functions they export.
Reflector -- Allows you to look into and decompile .Net assemblies
Spy++
DbWin32 -- Lets you see Windows debug and trace messages

  • Similar to DebugView

DebugView -- Lets you see Windows debug and trace messages

Web & Network

Firefox Portable (with Firebug)
OperaUSB -- Web browser
XamppLite -- Package that includes Apache, PHP, MySQL, phpMyAdmin, OpenSSL & SQLite
PuTTY -- telnet and SSH client
Wireshark -- network protocol analyzer (packet sniffer)
WinSCP -- SFTP, FTP and SCP client for Windows

Diff/Merge

SourceGear DiffMerge -- Compare two files side by side and merge if needed.
WinDiff -- File comparison tool
Winmerge -- "Open Source differencing and merging tool for Windows."

Unix-like Tools

GNU Utilities for Win32 -- Windows version of several Unix/Linux tools
Cygwin -- Port of a Unix type environment to Windows
PowerGREP -- GREP tool

Visual Studio & .NET

NUnit -- Unit testing for .NET
TestDriven.NET -- Easily run your unit tests from Visual Studio
AnkSVN -- Subversion plugin for Visual Studio
LINQPad -- Tool to interactively develop Linq queries.

  • "lets you interactively query SQL databases in a modern query language: LINQ"

Regular Expression Tools

Expresso -- Regular Expression tool
RegexBuddy -- Regular Expression tool

Misc

The Sysinterals Suite (includes DebugView, Process Explorer, & more)
WinZip
DosHere
7-zip -- Open source file archiver
Scrollbar fix for VB6
puretext -- Paste w/ formatting removed
VirtualBox -- Open source virtualization product.

  • Similar to VMWare or VirtualPC
0 投票
2 回答
6559 浏览

windows-xp - 有没有办法禁用 USB 闪存驱动器的格式化?

是否可以编写任何脚本或设置(自动运行文件?)来禁用 USB 闪存驱动器的格式化? (Win XP,通过 Windows 资源管理器 > 格式)

我知道write-protection,但我不想完全阻止修改文件,而是像组策略设置可以做什么?

编辑:我真正要求的是注册表设置,否则我可以在 USB 驱动器启动时修改它以告诉 Win XP 不要格式化驱动器 X:

0 投票
3 回答
35002 浏览

c# - 如何在 C# 中获取 USB-Stick 的序列号

如何在 C# 中获取 USB-Stick 或 USB-HardDrive 的内部序列号?