码迷,mamicode.com
首页 >  
搜索关键字:cli    ( 14765个结果
托管c++ (CLI) String^ 到 std::string 的相互转化
#include "stdafx.h" #include #include #include using namespace msclr::interop; using namespace System; int main(array ^args) { // 为了可以打印wstring到控制台 std::wcout.imbue(std::locale("chs")); // 声明...
分类:编程语言   时间:2014-05-04 18:30:58    阅读次数:418
thinkphp 定时执行php文件--windows系统任务计划
实现思路如下: 通过win的“任务”功能来定时执行一个bat文件,bat文件会调用php.exe文件,php.exe可以传递参数指定执行哪个类和方法 方法如下: 一,thinkphp开启cli支持 1、tp正好支持cli命令模式,手册的路径为13.7.4 如果是用的其他框架不支持cli,那么只能直接写程序了,其实就是写面向过程的最基础的php代码。 2、在入口文件下开启...
分类:Windows程序   时间:2014-05-04 18:15:25    阅读次数:460
Hive cli源码阅读和梳理
对Cli的重新认识*). hive cli有两种模式, 本地模式: 采用持有的driver对象来处理, 远程模式: 通过连接HiveServer来实现, 由此可见之前的架构图中的描述还是模糊且带有误导性*). 支持singal的处理支持, 比如对ctrl+c中断, 需要两次才完全退出交互*). 交互...
分类:其他好文   时间:2014-05-01 08:20:07    阅读次数:415
如何在CLI命令行下运行PHP脚本,同时向PHP脚本传递参数?
1){print_r($argv);}?>另存为 ./test.php[root@xiuran test]#php ./test.php xxx fdf3Array( [0] =>test.php [1] => xxx [2] => fdf)
分类:Web程序   时间:2014-05-01 06:12:29    阅读次数:379
Delhi socket服务器和客户端互操作
SOCKET TCP     procedure idtcpsrvr1Execute(AThread: TIdPeerThread);     procedure idtcpsrvr1Connect(AThread: TIdPeerThread);    idtcpsrvr1: TIdTCPServer;   idtcpclnt1: TIdTCPClient; cli...
分类:其他好文   时间:2014-04-29 13:16:20    阅读次数:380
14765条   上一页 1 ... 1475 1476 1477
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!