/bin里面一般是普通可执行程序,而/sbin里多为系统管理程序和服务程序 s应该是system这个单词Linux系统各个目录的一般作用记录一:Linux各个目录其实就是文件,以下是根目录低下的个个目录的作用总结:1. 根文件系统(/ ) 根文件系统中包含了几乎所有的文件目录。相当于中央系统。...
分类:
系统相关 时间:
2015-05-08 12:28:24
阅读次数:
126
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using System.Data.Sql...
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace demo5{ ...
分类:
Web程序 时间:
2015-05-08 12:19:32
阅读次数:
150
当spfile损坏,而且没有了pfile文件和init.ora文件,则我们不得不重建参数文件:
下面模拟参数文件损坏,删除了所有的参数文件:
SQL> startup nomount;
ORA-01078: failure in processing system parameters
LRM-00109: ???????????????????????? '/u01/app/oracle...
分类:
其他好文 时间:
2015-05-08 09:37:53
阅读次数:
252
在开发中,我们常常用打印log的方式来调试我们的应用。在Java中我们常常使用方法System.out.println()来在控制台打印日志,以便我们的调试。Android中有一个专门的类Log来实现在Android系统下日志的打印,更加方便我们定位程序出现问题的地方。...
分类:
移动开发 时间:
2015-05-08 09:30:20
阅读次数:
178
??
Modeling Different Views of a System
建模系统的不同视图
When you model a system from different views, you are in effect constructing your system simultaneously from multiple dimensions. By choosing...
分类:
其他好文 时间:
2015-05-08 08:11:28
阅读次数:
130
??
A
system
is a collection of subsystems organized to accomplish a purpose and described by a set of models, possibly from different viewpoints. A
subsystems is a grouping of elements, some...
分类:
其他好文 时间:
2015-05-08 08:10:43
阅读次数:
92
??
DIAGRAMS
图群
When you model something, you create a simplification of reality so that you can better understand the system you are developing. Using the UML, you build your
models from...
分类:
其他好文 时间:
2015-05-08 08:10:15
阅读次数:
121
??
Behavioral Diagrams
The UML’s
behavioral diagrams are used to visualize, specify, construct, and document the dynamic aspects of a system. You can think of the dynamic aspects of a syste...
分类:
其他好文 时间:
2015-05-08 08:09:21
阅读次数:
210
MVC使用缓存:首先我是在一个工具类库中新建一个缓存帮助类,比如这里我在Itcast.CMS.Common 类库中新建了一个CacheHelper.cs类
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Sys...
分类:
Web程序 时间:
2015-05-08 01:50:53
阅读次数:
139