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
你要是看过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
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
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
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
按照网上搜索到的方法,结果一直提示:
[SC] StartService 失败 1053:
服务没有及时响应启动或控制请求。
版本信息
D:\Program Files (x86)\Subversion\bin>svnserve --version
svnserve,版本 1.8.9 (r1591380)
编译于 May 7 2014,11:00:25 在 x86-mic...
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
需要工具:
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
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