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

汇编语言hello word!

;功能"显示hellowword".586.modelflat,stdcall;模型,函数间通信;----------------------------------------------optioncasemap:none;includewindows.incincludekernel32.incincludeuser32.inc;头文件;--------------------------------------;------------------

系统 2019-08-12 09:27:24 2469

各行各业

使用ICE进程间通信时,IP和端口的选择

使用ICE进程间通信时,IP和端口的选择服务器在创建时使用的Endpint格式为tcp-hIP地址-p端口1、IP地址的选择如果填某个网卡的地址,则只在这个地址上监听,客户端必须连这个IP才能连通,通常情况下,不同机器之间互相调用一般用0.0.0.0,表示在所有网卡上监听如果只在同一机器上不同进程之间通信,建议服务器监听IP使用127.0.0.1,客户端在连接时也用127.0.0.1,这样的好处是,默认防火墙不会弹出是否允许的警告2、端口的选择一般情况下,

系统 2019-08-12 09:26:45 2469

数据库相关

New characteristic of Visual Studio 2005

NewcharacteristicofVisualStudio2005ProductivityfeaturesThefirsttimethatyoustartVisualStudio,itaskstomakeaselectionfromalistofpredefinedsettings.AnyfurthercustomizationsmadetotheIDE,suchasaddingashortcutkeycombinationorchangingthed

系统 2019-08-12 01:55:39 2469

Oracle

oracle查询、删除表中相同的数据

deleteFROMtablenameaWHERErowid>(SELECTmin(rowid)FROMtablenamebWHEREb.id=a.idandb.name=a.name);select*FROMtablenameaWHERErowid>(SELECTmin(rowid)FROMtablenamebWHEREb.id=a.idandb.name=a.name);oracle查询、删除表中相同的数据

系统 2019-08-12 01:55:02 2469

Java

oracle中使用java存贮过程

4.oracle中使用java存贮过程4.1Java类publicclassOscar{//returnaquotationfromOscarWildepublicstaticStringquote(){return"Icanresisteverythingexcepttemptation.";}}javacOscar.java//编译4.22加载java类loadjava-usertt/bitserviceOscar.class;4.3发布java类cr

系统 2019-08-12 01:54:50 2469

数据库相关

Behaviors and Triggers(Foward)

1.IntroductionWiththereleaseofSilverlight3,alotofnewcoolfeatureshavebeenintroduced.Oneofmyfavoritedefinitelyisthesupportofbehaviorsandtriggers.InWPFthetriggersareextremelypowerful.Theyallowyoutodeclarativelyassociateanactionwithan

系统 2019-08-12 01:54:13 2469

数据库相关

BJOI[beijing]2006 狼抓兔子

[BeiJing2006]狼抓兔子TimeLimit:15SecMemoryLimit:162MBSubmit:1787Solved:405[Submit][Status][Discuss]Description现在小朋友们最喜欢的"喜羊羊与灰太狼",话说灰太狼抓羊不到,但抓兔子还是比较在行的,而且现在的兔子还比较笨,它们只有两个窝,现在你做为狼王,面对下面这样一个网格的地形:左上角点为(1,1),右下角点为(N,M)(上图中N=4,M=5).有以下三种类

系统 2019-08-12 01:53:51 2469

数据库相关

EF查询

publicActionResultAllSettings(DataSourceRequestcommand,Framework.Kendoui.Filterfilter=null,Sortsort=null){varsettings=this._settingService.GetAllSettings().Select(x=>newSettingModel{Id=x.Id,Name=x.Name,Value=x.Value}).AsQueryable(

系统 2019-08-12 01:53:46 2469

数据库相关

游标练习

select*frompersondeclarePersonCurcursorforselectnamefrompersonopenpersoncurdeclare@cnvarchar(50)fetchfirstfrompersoncurinto@cprint@cclosepersoncurdeallocatepersoncurdeclarePersonCurcursorscrollforselectnamefrompersonopenpersoncurd

系统 2019-08-12 01:53:45 2469

数据库相关

PLAN : Winter is comming

第一阶段规划:First:1.python脚本语言unity3D2.unix常见命令行linux程序设计V43.Web+LAMP跟完一个国外课程+制作小网站4.算法->ACM题目实践:用php赚第一笔金,找WEB的实习。搞好Web,算法,开始第二阶段学习。Second:1.C语言C语言书,算法导论,公开课Unix高级环境编程Gdb/makefileobjective-cGUI2.JAVA视频(基础+提高)+国外视频安卓开发3.Web安全找书看4.关系型数据

系统 2019-08-12 01:53:22 2469