command-line-interface
Accessing Sitecore API from a CLI tool
I would like to access the Sitecore API from within a command line tool (with a goal of exporting some information about users in the database), however I haven\'t been able to get a simple CLI progra[详细]
2023-03-19 06:19 分类:问答CakePHP Custom CacheEngine and shell problems
I wrote my own cacheEngine for memcached as that\'s the extension I have installed on my server and not memcache, so I can\'t use the default memcache engine.[详细]
2023-03-19 04:26 分类:问答Checking if Debugger is present in c++ dll (loaded in C++/CLI wrapper)
I\'m checking if a debugger is present in my c++ dll with method if(IsDebuggerPresent()) // set dll name to debug[详细]
2023-03-17 22:57 分类:问答sort multiple tabs but ignoring spaces
I have a data file like this (\\t represents ta开发者_运维技巧bs): short line\\t\\t\\t\\t\\t3 very long line with lots of text\\t\\t2[详细]
2023-03-17 17:39 分类:问答Passing an fstream (or equivalent) from C# to C++ through CLI
How can I pass an fstream or equivalent from C# through CLI to an unmanaged C++ DLL? Rough application outline:[详细]
2023-03-17 14:44 分类:问答Command line tool to move/modify files/folders in Amazon S3
Was wondering. Is there any CLI tool available for Amazon S3 to play around with files/folders, actions like move, delete, etc.[详细]
2023-03-17 02:38 分类:问答mv: invalid option -- '0'
How can I rename files with开发者_StackOverflow中文版 \"-\" in front of the filename, for example: \"-0001.jpg\"[详细]
2023-03-17 01:56 分类:问答How can I improve PHP CLI output speed
Recently discovered merits in running php scripts via cli, and while the work-flow is faster I\'ve found that executing php scripts via cli is much slower than just refreshing the browser.[详细]
2023-03-15 05:41 分类:问答Android NDk and CLI
Is it possible to use CLI - Command Line Interface in Android NDK?? Is there such a function: exec (query)?[详细]
2023-03-15 03:33 分类:问答Which method to detect run mode of php script is more reliable?
I now to ways to detect weather php script runs in cli or web server mode: if (defined(\'STDIN\')) or: if (isset($argc))[详细]
2023-03-14 19:01 分类:问答
加载中,请稍侯......