一 svn中的简写含义.A:add,新增C:conflict,冲突D:delete,删除M:modify,本地已经修改G:modify and merGed,本地文件修改并且和服务器的进行合并U:update,从服务器更新R:replace,从服务器替换I:ignored,忽略二 常见错误.1 (4...
分类:
其他好文 时间:
2014-11-03 10:05:30
阅读次数:
170
http://www.rockia.net/2013/03/fix-xcode-update-pch-file-errorError:PCH File Built From A Different Branch ((Clang-425.0.24)) Than The Compiler ((Clang...
分类:
其他好文 时间:
2014-11-02 23:52:29
阅读次数:
247
当工作目录修改删除过时更新使用svn更新就容易发生树冲突“Tree Confilict”.会出现类似提示。local unversioned, incoming add upon update如果使用图形化客户端可以通过对比文件和解决冲突按钮进行解决,如果是使用命令行的,情况类似如下:(其中remo...
分类:
其他好文 时间:
2014-11-02 23:45:59
阅读次数:
224
一般是这样的,如果用设计器将SqlDataAdapter拖到页面中使用时,不会出现SqlDataAdapter.Update(ds)更新时出错情况,因为系统会自动生成SqlDataAdapter的属性命令,比如:.UpdateCommane insertCommand selectCommand等。...
分类:
数据库 时间:
2014-11-02 18:02:27
阅读次数:
191
2.updatexml()、extractvalue()、name_const()函数的使用3.I’ve noticed some variations in our payload. You can inject using these methods too.' or (payload) or ...
分类:
其他好文 时间:
2014-11-02 13:50:34
阅读次数:
158
1.触发器之理论:触发器(Trigger)是一种特殊类型的存储过程,是在用户对某一种表的数据进行UPDATE、INSERT 和 DELETE 操作时被触发执行的一段程序。触发器有助于强制引用完整性,以便在添加、更新或删除表中的行时保留表之间已定义的关系。2.触发器工作原理:① 触发器的名称。② 触发...
分类:
数据库 时间:
2014-11-02 12:17:58
阅读次数:
190
SVN恢复删除文件一、本地删除SVN删除文件中的本地删除,指的是在客户端delete了一个文件,但还没有commit,使用revert来撤销删除。二、服务器删除1.通过本地删除后提交服务器a)Update上一个版本,但只适用于修改较少的情况;b)通过showLog,找到被删的项,选中,点击右键->R...
分类:
其他好文 时间:
2014-11-02 12:10:10
阅读次数:
179
"Universal Apps" Unity3D 你需要两件东西:当前版本的Unity(从 4.5.3 或 4.6 beta),以及 Visual Studio 2013 Update 3还有下载文件:Unity-Download (4.5.3)Visual Studio 2013 mitUpdate 3, z.B. die kostenlose Express-Version:只要你完成安装,加...
分类:
移动开发 时间:
2014-11-01 16:24:55
阅读次数:
284
BEGIN
#遍历占领野地表还原军队
#update armforce set number=num where troopsid=(select id from troops where isfrist=1 and cityid=cityid)
DECLARE tId DECIMAL...
分类:
数据库 时间:
2014-11-01 16:07:58
阅读次数:
172
ExecuteNonQuery方法ExecuteNonQuery方法主要用来更新数据。通常使用它来执行Update、Insert和Delete语句。该方法返回值意义如下: 对于Update、Insert和Delete语句,返回值为该命令所影响的行数。 对于所有其他类型的语句,返回值为-1。Com.....
分类:
数据库 时间:
2014-11-01 14:52:04
阅读次数:
23852