首先说下我的原因是因为配置中set nocompatible " be iMproved, requiredfiletype off " required" set the runtime path to include Vundle and initializeset rtp+=~/.vim/bu...
分类:
其他好文 时间:
2015-01-24 23:57:30
阅读次数:
229
The count-and-say sequence is the sequence of integers beginning as follows:
1, 11, 21, 1211, 111221, ...
1 is read off as "one 1" or 11.
11 is r...
分类:
其他好文 时间:
2015-01-24 06:42:45
阅读次数:
169
1:前提安装WinRAR.exe
2:脚本内容:
@echo off
Color a9
Del E:\brightmaven.rar
@echo 删除旧文件,3秒后开始备份SVN。
ping /n 3 127.0.0.1 >nul
"D:\install\WinRAR\WinRAR.exe" a E:\jntc\bright_bak\brightmaven F:\brightS...
分类:
其他好文 时间:
2015-01-22 18:06:10
阅读次数:
187
1:xcopy命令进行文件拷贝
2:脚本内容:
@echo off
color 0D
MODE con: COLS=71 LINES=25
title bright资源文件自动备份脚本(任务计划)--脚本作者:刘彦亮
set sou_dir="F:\apache-tomcat-7.0.53\webapps\bright_resource"
se...
分类:
其他好文 时间:
2015-01-22 18:05:46
阅读次数:
168
原文网址:http://www.cnblogs.com/geneil/archive/2011/12/08/2281222.html1.mmap系统调用void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offs...
分类:
系统相关 时间:
2015-01-22 17:47:55
阅读次数:
375
android 5.0 的新特性
Material Design: Gives you and unexpanded UI toolkit for integrating the new degin patterns easily in your apps
New 3D views let you ser a z-level to raise elements off of the view ...
分类:
移动开发 时间:
2015-01-22 15:30:17
阅读次数:
154
使用笔记本建立免费无线热点 Create Free Ad-Hoc NetWork
另存脚本为Free_AP.bat
@echo off
title JJ Wireless Access-Point Assistant
ver | find " 6." >nul
if not %errorlevel%==0 ver | find " 7." >nul
If not %errorlev...
分类:
Web程序 时间:
2015-01-22 15:26:17
阅读次数:
212
在项目中遇到一个问题,需要在Dataflow中调用一个存储过程,然后把结果生成一个csv文件。 然而在dataflow调用存储过程中遇到了问题,SP不能正确的返回列名。 在SSMT里面明明是可以查出数据的,为什么在这边就不行了呢。 解决方案: 在存储过程前面加上“SET FMTOLY OFF”就可以...
分类:
其他好文 时间:
2015-01-21 22:19:16
阅读次数:
190
1、索引很关键,创建合理的索引,提升查询速度; DBCC FREEPORCCACHE DBCCDROPCLEANBUFFERS SET STATINSTIC IO ON SET STATINSTIC IO OFF 1>查询的时候,where 语句也牵扯到查询是否使用索引查找还是索...
分类:
数据库 时间:
2015-01-21 19:47:34
阅读次数:
213
批处理删除指定目录及子目录下所有.svn目录Java代码 @REM 根据用户输入,删除指定目录及子目录下所有.svn目录 @echo off :inputPath set DESTINATION_PATH=: set /p DESTINATION_PATH="Please input the roo...
分类:
其他好文 时间:
2015-01-21 11:29:44
阅读次数:
168