码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
linux下 bin和sbin的区别
/bin里面一般是普通可执行程序,而/sbin里多为系统管理程序和服务程序 s应该是system这个单词Linux系统各个目录的一般作用记录一:Linux各个目录其实就是文件,以下是根目录低下的个个目录的作用总结:1. 根文件系统(/ ) 根文件系统中包含了几乎所有的文件目录。相当于中央系统。...
分类:系统相关   时间:2015-05-08 12:28:24    阅读次数:126
winform基础——实现简易赈灾物资发放登记系统
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using System.Data.Sql...
分类:Windows程序   时间:2015-05-08 12:28:19    阅读次数:167
26索引器--[Asp.Net]
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
通过alert日志重建参数文件
当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
Android日志打印类LogUtils,能够定位到类名,方法名以及出现错误的行数并保存日志文件
在开发中,我们常常用打印log的方式来调试我们的应用。在Java中我们常常使用方法System.out.println()来在控制台打印日志,以便我们的调试。Android中有一个专门的类Log来实现在Android系统下日志的打印,更加方便我们定位程序出现问题的地方。...
分类:移动开发   时间:2015-05-08 09:30:20    阅读次数:178
UML基本架构建模--图的通用建模技术(一)
?? 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
UML基本架构建模--图的术语和概念(一)
?? 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
UML基本架构建模--图概述
?? 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
UML基本架构建模--图的术语和概念(三)
??   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 使用自定义缓存
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!