搜索到与相关的文章
各行各业

DNN 4.0 安装

和3.X有点小不一样,毕竟是ASP2.0的嘛.但也不是很复杂,且看下面步骤:1.建库,这步同3.X.偶用的是SQL2000的.建了个名为DNN4的数据库,并在安全性里添加了个用户DNN42.将DNN4.0Source目录下的\Website\Release.config文件改为Web.config(和3.X一样的文件名)3.修改Web.config文件中关于连接字符串的部分,有两处:ConnectionString和appSettings

系统 2019-08-12 09:27:40 2320

各行各业

【Quote】What is Mono

WhatisMonoMonoisasoftwareplatformdesignedtoallowdeveloperstoeasilycreatecrossplatformapplications.ItisanopensourceimplementationofMicrosoft's.NetFrameworkbasedontheECMAstandardsforC#andtheCommonLanguageRuntime.Wefeelthatbyembracin

系统 2019-08-12 09:27:23 2320

数据库相关

leetcode------Partition List

标题:PartitionList通过率:27.5%难度:中等Givenalinkedlistandavaluex,partitionitsuchthatallnodeslessthanxcomebeforenodesgreaterthanorequaltox.Youshouldpreservetheoriginalrelativeorderofthenodesineachofthetwopartitions.Forexample,Given1->4->3-

系统 2019-08-12 01:54:22 2320

Oracle

在win2003上怎么装Oracle?

IhaveinstalledOracle8.0.5onWin2003ServerStandardandWinXPSP1.TheinstalationfinishedOk,butwhendesystemstart,oneerrorsisgeneratedbyOracleStartService.(STRTDB80.EXE).ThisisnotoccursonWin2000ServerandWin2000prof.在win2003上怎么装Oracle?

系统 2019-08-12 01:53:36 2320

数据库相关

SQL2000 MD5加密

Code/**//******************************************************************************Name:T-SQLMD5算法实现*Author:RamboQian*CreateDate:2003-04-10*LastModifiedby:RamboQian*LastUpdateDate:2003-04-16*Version:V1.0.00********************

系统 2019-08-12 01:52:33 2320

各行各业

谷歌浏览器的源码分析(20)

上一次介绍到把网页连接地址生成一个消息通过IPC机制把消息发送出去,那么IPC的通讯机制是怎么样的呢?又是发送给谁呢?由于这个浏览器是使用多进程的架构来工作的,所以进程之间就需要相互交流,这种交流是就是通讯,可以从源码里看到它是使用IPC的机制来通讯,实际采用的技术,就是Windows的命名管道的方式。可以看到这段代码:#001boolChannel::CreatePipe(constwstring&channel_id,Modemode){#002DCH

系统 2019-08-12 01:33:36 2320

操作系统

Ignatius's puzzle

Ignatius'spuzzleTimeLimit:2000/1000MS(Java/Others)MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):4935AcceptedSubmission(s):3359ProblemDescriptionIgnatiusispooratmath,hefallsacrossapuzzleproblem,sohehasnochoicebuttoappealt

系统 2019-08-12 01:32:44 2320

编程技术

SmartArt使用

如何在Office07中使用SmartArt菜单栏-插入-SmartArt弹出SmartArt选择界面选择需求的模板确定后,输入信息SmartArt成功显示于Office-word中SmartArt使用

系统 2019-08-12 01:32:36 2320