上一页 1 ··· 27 28 29 30 31

2016年4月25日

摘要: 一、sys用户和system用户Oracle安装会自动的生成sys用户和system用户(1)、sys用户是超级用户,具有最高权限,具有sysdba角色,有create database的权限,该用户默认的密码是change_on_install(2)、system用户是管理操作员,权限也很大。具有 阅读全文
posted @ 2016-04-25 14:04 邬兴亮 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 项目中如何合理地使用数据库,可以依据如下三个方面入手1、项目的规模a、负载量有多大,即用户数有多大b、成本c、安全性 eg、小型数据库1、负载量小,用户大概100人之内比如:留言板、信息管理系统2、成本在千元之内3、对安全性要求不高 中型数据库比如负载量 日访问量5000~10000成本在万元内比如 阅读全文
posted @ 2016-04-25 13:54 邬兴亮 阅读(186) 评论(0) 推荐(0) 编辑

2016年4月22日

摘要: 阅读全文
posted @ 2016-04-22 18:13 邬兴亮 阅读(297) 评论(0) 推荐(0) 编辑
摘要: using System.IO; using System.Drawing; using System.Threading; using System.Windows.Forms; public class WebSiteThumbnail { Bitmap m_Bitmap; string m_Url; int m_BrowserWidth, m_BrowserHei... 阅读全文
posted @ 2016-04-22 18:03 邬兴亮 阅读(415) 评论(0) 推荐(0) 编辑
摘要: IIS 7.0之后引入的一个IIS配置文件,详细内容参考官方链接http://www.iis.net/learn/get-started /planning-your-iis-architecture/introduction-to-applicationhostconfig 该文件的的位置%win 阅读全文
posted @ 2016-04-22 17:38 邬兴亮 阅读(850) 评论(0) 推荐(0) 编辑
摘要: 1.添加一个html 2.添加一个处理程序:ashx 阅读全文
posted @ 2016-04-22 17:21 邬兴亮 阅读(166) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Reflection; using System.Collections; using System. 阅读全文
posted @ 2016-04-22 17:08 邬兴亮 阅读(557) 评论(0) 推荐(0) 编辑
摘要: Unity是一个轻量级的可扩展的依赖注入容器,支持构造函数,属性和方法调用注入。Unity可以处理那些从事基于组件的软件工程的开发人员所面对的问 题。构建一个成功应用程序的关键是实现非常松散的耦合设计。下面介绍一下c#中使用unity的方法(我是以webapi项目为例,但本例中并没有针对 webap 阅读全文
posted @ 2016-04-22 16:19 邬兴亮 阅读(1078) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31

导航