1.安装好node.js后在系统环境变量自动会设置好:我安装在D:\Program Files文件夹中也安装好了npm(node packges manager)2.系统会自动配置npm的用户路径但是我们安装的路径是,修改为一下路径3.在你的需要的工作目录中打开git安装coffee包npm ins...
分类:
其他好文 时间:
2014-06-28 17:05:44
阅读次数:
203
1怎样给代码添加代码段?解决办法:完全没问题,使用snippet文件能很好的解决这一问题。打开\Program Files\Microsoft Visual Studio 8\VC#\Snippets\2052\Visual C#里面有很多VS自带的snippet文件,你只需要复制一下,然后把它修改...
分类:
其他好文 时间:
2014-06-28 15:37:47
阅读次数:
174
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
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
今天闲来无事,把以前自己搞的一个数据库操作类重新整理了一下,把命名规范了一下,位置和功能重新规划了一下。源代码下载: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