1 @{ 2 ViewBag.Title = "UpdateUserInfo"; 3 Layout = "~/Views/zjg669/Shared/_Layout.cshtml"; 4 } 5 @using System.Data; 6 @using System.D...
分类:
Web程序 时间:
2014-12-08 10:34:18
阅读次数:
124
文件系统:rootfs:根文件系统/boot:系统启动相关文件,如内核、initrd,以及grub/dev:设备文件设备文件:块设备:随机访问,数据块字符设备:线性访问,按字符位单位设备号:主设备号(major)和次设备号(minor)/etc:配置文件/home:用户的家目录,每一个用户的家目录默认为/ho..
分类:
其他好文 时间:
2014-12-08 07:05:41
阅读次数:
236
git的使用越来越广泛 使用命令比较麻烦,下面讲解一下tortoisegit的使用 先下载安装git(msysgit)和tortoisegit,安装后提示重启电脑,不解释 1.找一个文件夹做仓库 这里用repository\shared.gif,空白处点击右键出现以...
分类:
其他好文 时间:
2014-12-08 00:58:18
阅读次数:
222
前言:
大话设计模式中一直提到GoF,猜想应该是某位创建设计模式的鼻祖大牛,百度之后发现GoF原意:
设计模式的经典名著——Design Patterns: Elements of Reusable Object-Oriented Software,中译本名为《设计模式——可复用面向对象软件的基础》的四位作者Erich Gamma、Richard Helm、Ralph Johnson,以及Jo...
分类:
其他好文 时间:
2014-12-07 17:49:49
阅读次数:
222
/*========================事务==============================*/begin tran--开始事务 --开始写流程语句 --语句写完之后if @@ERROR>0rollback tran --回滚事务elsecommit tran--提交事务.....
分类:
数据库 时间:
2014-12-07 16:27:12
阅读次数:
222
给定一个数组,找出里面连续的子序列的最长长度。例如:Given[100, 4, 200, 1, 3, 2],The longest consecutive elements sequence is[1, 2, 3, 4]. Return its length:4.思路一:排序,然后count一下就o...
分类:
其他好文 时间:
2014-12-06 20:15:40
阅读次数:
166
请首先看如下内容:未找到视图"Index"或其母版视图,或没有视图引擎支持搜索的位置。搜索了以下位置:~/Views/Home/Index.aspx~/Views/Home/Index.ascx~/Views/Shared/Index.aspx~/Views/Shared/Index.ascx~/V...
分类:
Web程序 时间:
2014-12-06 20:14:47
阅读次数:
1005
1. error1: 就是是Eclipse在打开的时候,加载虚拟机不正确。failed to load the jni shared library “c:jre\bin\server\jvm.dll 在Eclipse文件夹里面有个eclipse.ini文件,在你们加上 -vm C...
分类:
移动开发 时间:
2014-12-05 22:36:06
阅读次数:
315
1 Reada set of integers into a vector. Print the sum of each pair of adjacent elements.Change your program so that it prints the sum of the first and last elements,followed by the sum of the second an...
分类:
编程语言 时间:
2014-12-05 21:17:08
阅读次数:
314