一、前言git add命令主要用于把我们要提交的文件的信息添加到索引库中。当我们使用git commit时,git将依据索引库中的内容来进行文件的提交。二、基本git add表示 add to index only files created or modified and not those de...
分类:
其他好文 时间:
2014-07-03 10:22:49
阅读次数:
218
http://files.cnblogs.com/CielWater/Linqer.rarLinqer用于将sql语句转换为linq语句(暂不支持多表连接查询)http://files.cnblogs.com/CielWater/LINQPad4.zipLinqPad用于将linq语句转换为sql、...
分类:
数据库 时间:
2014-07-03 10:09:11
阅读次数:
211
AndroidPDF阅读器 http://sourceforge.net/projects/andpdf/files/个人记账工具OnMyMeans http://sourceforge.net/projects/onmymeans/developAndroid电池监控AndroidBatteryD...
分类:
移动开发 时间:
2014-07-03 09:18:02
阅读次数:
176
IOC(Inversion of Control,控制反转):所谓控制反转,就是将实例化对象的权利交给Spring容器 .另外一点,Spring主张面向接口编程,这样就是一种松耦合性编程体现. 假设现在有Profession这样一个接口,在其下可以有Programmer,Art,Marketing....
分类:
其他好文 时间:
2014-07-03 06:58:07
阅读次数:
191
遇到错误:XMLHttpRequest cannot load http://XXX.aspx. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhos...
分类:
其他好文 时间:
2014-07-03 06:49:45
阅读次数:
182
搭建SVN服务器WINDOWS下搭建SVN服务器端的步骤:1、安装Apache(Apache HTTP Server)2、安装Subversion(Windows Win32Svn)在C:/Program Files/Subversion下。3、安装TortoiseSVN 安装Tortoise完毕时...
分类:
其他好文 时间:
2014-07-03 06:00:46
阅读次数:
201
下载OpenGL文件glutdlls37beta.zip,然后解压缩,得到5个文件:glut.h,glut.lib,glut32.lib,glut.dll,glut32.dll。首先把glut.h放入C:\Program Files (x86)\Microsoft Visual Studio 10....
using System;using System.Collections.Generic;using System.Text;using System.Xml;using System.Data;using System.IO;namespace eBlog.Common.Files{public...
分类:
其他好文 时间:
2014-07-01 16:47:29
阅读次数:
176
原文:批处理命令 BAT备份MySQL数据库工作环境 Windows Server 2003 ,MySQL安装目录 D:\MySQL , WinRAR 安装目录 C:\Program Files\WinRAR\WinRAR.exe 备份数据存储的路径为 E:\数据备份,好了下面开始写DOS批处理命令...
分类:
数据库 时间:
2014-07-01 16:34:35
阅读次数:
244
control的设计整体感觉挺美的,在父类control定义了整个控制事件的基础以及管理,虽然其继承了Layer,但其本身和UI组件的实现并没有关联。在子类(controlButton,controlSwitch,controlStepper等中实现不同的UI组件)...
分类:
其他好文 时间:
2014-07-01 14:58:14
阅读次数:
196