搜索到与相关的文章
编程技术

SSH: connect to host localhost or ip addr po

Solution:Onepossiblereasonisthatbecausethesshserverdaemon,orsshd,isnotloadedandrunningonlocalhost,soanyattempttosshconnecttolocalhostwouldfail.Ichecktoseewhethersshandsshdarerunningbytypingthefollowingcommand:$psaux|grepssh#Result

系统 2019-08-29 22:22:28 2704

编程技术

论编程的最后期限

普通编程与专业编程之间有很多差别,而最为显著的就是截止日期。截止日期/最后期限当你给自己写程序的时候,只要你愿意,就可以用很多(或者很少)的时间来完成,但是当你给别人写程序的时候,你就只有一点有限的时间和资源来完成任务。而根据我的经验,一般会导致以下两种情况之一:1.你必须延长时间以妥善完成任务。2.你必须写些不严谨的代码来应付过关。如果你做过专业编程,你会明白我的意思。只有极少数够灵活的项目能够给予足够的时间和资源来完成任务。这就使得程序员必须做出艰难的

系统 2019-08-12 09:29:58 2704

ASP.NET

ASP.NET倒计时

这几天做的网站需要一个倒计时,如是作了一个如下的:<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="Countdown.aspx.cs"Inherits="Countdown"%>

系统 2019-08-12 09:29:38 2704

MySql

mysql命令具体解释

首先创建一个简单的user表CREATETABLE`user`(`id`intNOTNULLAUTO_INCREMENT,`name`varchar(255)NULL,`sex`varchar(255)NULL,`age`intNULL,`address`varchar(255)NULL,PRIMARYKEY(`id`));然后插入数据insertinto`user`(`name`,`sex`,`age`,`address`)values('张三','男'

系统 2019-08-12 01:55:16 2704

Linux

deinstall oracle 11g on linux

deinstalloracle11gonlinuxFrom11gR2,oracleprovideusandeinstalltool.Withthatnowwecaneasilyremoveoraclebinaries.从oracle11gR2开始,oracle为我们提供了一个删除工具。现在我们可以很容易的删除oracle的二进制文件。Belowisthestep:node1[oracle]_orcl>cd$ORACLE_HOMEnode1[oracle]_

系统 2019-08-12 01:54:53 2704

数据库相关

GDI+ Tutorial for Beginners

原文GDI+TutorialforBeginnersGDI+isnextevolutionofGDI.UsingGDIobjectsinearlierversionsofVisualStudiowasapain.InVisualStudio.NET,MicrosofthastakencareofmostoftheGDIproblemsandhavemadeiteasytouse.GDI+residesinSystem.Drawing.dllassembly

系统 2019-08-12 01:54:26 2704

数据库相关

Connecting automatically to TFS

EverytimeIstartIgetthefollowinginoutput:Thissolutionisoffline.[TeamFoundationServer:http://jasmine:8080/]ThesolutionisofflinebecauseitsassociatedTeamFoundationServerisoffline.IthenhavetodoFile,SourceControl,ChangeSourceControltwic

系统 2019-08-12 01:33:38 2704

数据库相关

通过调整表union all的顺序优化SQL

原文:通过调整表unionall的顺序优化SQL操作系统:WindowsXP数据库版本:SQLServer2005今天遇到一个SQL,过滤条件是自动生成的,因此,没法通过调整SQL的谓词达到优化的目的,只能去找SQL中的“大表”。有一个视图返回的结果集比较大,如果能调整的话,也只能调整该视图了。看了一下该视图的结构,里面还套用了另一层视图,直接看最里层视图的查询SQL。SELECTa.dfeesum_no,a.opr_amt-ISNULL(b.dec_pa

系统 2019-08-12 01:33:10 2704

Windows

windows phone7 前台控件绑定Binding HTML串给W

BindingHtmltotheWebBrowserControl如webBrowser1.NavigateToString()等你可以将您的HTML字符串绑定到webBrowser中去,NavigateToString载入你的html字符串的变化1.首先创建一个属性。2.引入命名空间。3.通过前辍调用属性给WebBrowser附加。windowsphone7前台控件绑定BindingHTML串给WebBrowser控件的方法

系统 2019-08-12 01:33:07 2704

C#

C#操作 Advantage Database Server 数据库

相关下载http://devzone.advantagedatabase.com/dz/content.aspx?key=311.安装数据库:AdvantageDatabaseServer2.安装数据库工具:AdvantageDataArchitect3.安装.NET数据访问组件(Advantage.Data.Provider.dllfor.net2.0或Advantage.Data.Entity.dllfor3.5以上):Advantage.NETDat

系统 2019-08-12 01:33:03 2704