码迷,mamicode.com
首页 >  
搜索关键字:basic files    ( 18226个结果
Auto Install Workflow Manager 1.0
Write-Host "- Begining Download Service Bus..."Start /W "c:\Program Files\Microsoft\Web Platform Installer\WebpiCmd.exe /offline /Products:ServiceBus ...
分类:其他好文   时间:2014-06-28 13:10:02    阅读次数:241
boost::asio async_write也不能保证一次发完所有数据 一
你要是看过basic_stream_socket的文档,里面提到async_write_some不能保证将所有要发送的数据都发出去。并且提到如果想这样做,需要使用boost asio的async_writehttp://www.boost.org/doc/libs/1_53_0/doc/html/b...
分类:其他好文   时间:2014-06-24 09:22:01    阅读次数:282
ant编译时遇到的问题记录
1. 需要使用svnant,从SVN中获取源码需要使用的扩展包:svnant-1.3.1.zip里所有的jar下载地址:http://subclipse.tigris.org/files/documents/906/49042/svnant-1.3.1.zipbuild.xml中的写法 ...
分类:其他好文   时间:2014-06-23 06:21:04    阅读次数:206
Linux下ORACLE客户端安装详解
1、首先去oracle官网下载以下安装包(http://www.oracle.com/technetwork/topics/linuxsoft-082809.html) instantclient-basic-linux.x64-11.2.0.3.0.zip instantclient-odbc.....
分类:数据库   时间:2014-06-23 06:08:47    阅读次数:248
刚整了一个数据库操作类,但是可以用吗?
今天闲来无事,把以前自己搞的一个数据库操作类重新整理了一下,把命名规范了一下,位置和功能重新规划了一下。源代码下载:http://files.cnblogs.com/xiaoshuai1992/xsFrameWork.SqlServer.zip请先看图片和介绍DbOperate文件夹 DbAc...
分类:数据库   时间:2014-06-23 06:05:19    阅读次数:286
遍历目录下的所有文件-os.walk
1 #coding:utf-82 3 import os4 5 6 for root,dirs,files in os.walk("D:"):7 for fileItem in files:8 print root + os.sep + fileItem结果如下
分类:其他好文   时间:2014-06-23 00:30:04    阅读次数:244
分享Win7 将svn加入系统服务并成功启动的方法
按照网上搜索到的方法,结果一直提示: [SC] StartService 失败 1053: 服务没有及时响应启动或控制请求。 版本信息 D:\Program Files (x86)\Subversion\bin>svnserve --version svnserve,版本 1.8.9 (r1591380) 编译于 May 7 2014,11:00:25 在 x86-mic...
分类:Windows程序   时间:2014-06-22 22:19:36    阅读次数:269
SqlServer service broker 分布式系统(赵松涛)深入浅出 2005 数据库编程
1.创建测试数据库 create database ServerbrokerTest on primary( name=ServerbrokerTest_data, filename='C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA\ServerbrokerTest_data.mdf', size=5...
分类:数据库   时间:2014-06-22 22:03:04    阅读次数:354
linux下的APK反编译软件及过程介绍 .
需要工具:   1.apktool apk打包工具   下载地址:http://android-apktool.googlecode.com/files/apktool1.5.2.tar.bz2   安装:直接解压即可,是一个apktool.jar文件,通过 [plain] view plaincopyprint? $java -jar apktool.jar  ...
分类:系统相关   时间:2014-06-22 19:22:58    阅读次数:278
Access text files using SQL statements by DB Query Analyzer
Is it a dream that you can access text files using SQL statements? But now, it is true that DB Query Analyzer provides you a power tool which can help you realize the dream above. I’ll give you a sample to show its powerful function. What’s more, the p...
分类:数据库   时间:2014-06-21 18:41:54    阅读次数:510
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!