E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Ends
ruby xml-rpc server & client
XMLRPC::Server.new(8080)s.add_handler("sample.sumAndDifference")do|a,b| {"sum"=>a+b,"difference"=>a-b}
ends
.ser
·
2012-01-24 20:00
server
ruby xml-rpc server & client
XMLRPC::Server.new(8080)s.add_handler("sample.sumAndDifference")do|a,b| {"sum"=>a+b,"difference"=>a-b}
ends
.ser
·
2012-01-24 20:00
server
汇编 实验10 编写子程序(一)
,0 data
ends
code segment start: mov dh,8 mov
MichaelChenl
·
2012-01-08 00:08
职场
休闲
汇编
汇编
汇编 实验10 编写子程序(一)
,0 data
ends
code segment
MichaelChenl
·
2012-01-08 00:08
汇编
职场
休闲
王爽
实验10
汇编 实验9 根据材料编程
db 00000010B,00100100B,01110001B data
ends
codesg segment
MichaelChenl
·
2012-01-07 03:35
职场
休闲
汇编
汇编
用80x86汇编语言编程:1 + 2 + 3 + 4 + 5 + …… + n,和小于100,在屏幕上显示次数和结果。
+n<100;----------------------------------------------DATA SEGMENT ;数据段 i DW 1sumDW 0DATA
ENDS
umgsai
·
2012-01-05 13:20
编程
职场
休闲
汇编语言学习笔记——第四章 第一个程序
2.segment和
ends
成对使用,定义一个段。3.一个段必须有一个名称标识,此名称为“标号”。4.end标记整个程序的结束。5.assume将有特定用途的段和相关的段寄存器关联起来。
龙傲天下
·
2012-01-03 18:00
汇编源码学习9-子程序设计-输入、输出大整数
stack1
ENDS
;子程序1:输入大整数,将其反序并由ASCII码值转换成数值,输入以非数字字符为结束符。;入口参数:ES,DI,SI;ES存放主函数的段地址,DI存放待处理大整型字符串
duyiwuer2009
·
2011-12-21 15:41
汇编
学 Win32 汇编[31] - 结构与联合
结构和联合分别用 struct、union 定义, 都是
ends
结束定义.它们使用方法相同, 并可以互相嵌套; 主要区别是后者的各成员共用同一个地址.
zzc1684
·
2011-12-20 09:00
Win32
大数库最新进展
ends
MP_PREC =8 ;byte8163264128256... MP_MASK =3FFFFFFFh ;base30bit 28~31
G_Spider
·
2011-12-06 19:00
王爽汇编语言 实验11
code 2 datasg segment 3 db "beginner's All-purpose Symbolic Instruction Code.", 0 4 datasg
ends
IT 笔记
·
2011-12-03 04:00
freemarker 字符串函数 .
一:字符串内置方法substring(from,toExclusive)cap_firstuncap_firstcapitalizechop_linebreakdate,time,datetime:
ends
_withhtmlreplacedwith
fyqcdbdx
·
2011-11-25 10:00
freemarker
xml
正则表达式
list
url
escaping
汇编语言统计输入中各字符出现的次数
CHARS DB 'INPUT:$' DATA
ENDS
CODE SEGMENT ASSUME CS:CODE,DS:DATA MAIN PROC FAR
umgsai
·
2011-11-08 19:59
职场
休闲
汇编语言
6.087 Practical Programming in C, lec3: Control flow. Functions and modular programming. Variable s
Blocks and compound statements • A simple statement
ends
in asemicolon: z = foo(x+y); • Consider
jubincn
·
2011-10-19 23:00
programming
Linux DHCP的log中提取MAC和IP地址.
/var/lib/dhcpd/dhcp.lease中的一段记录如下:lease192.168.1.238{starts02007/11/2511:57:41;
ends
02007/11/2517:57:41
sanjian
·
2011-10-19 08:04
Linux
JSTL(fn)
substring,返回true例如: fn:containsIgnoreCase(string,substring)假如参数string中包含参数substring(忽略大小写),返回true例如: fn:
ends
StevenBot-Saltsam
·
2011-10-07 15:00
优化SQL的另类思考
今天给大家介绍一个SQL优化案例,这是statpack中逻辑读排名第一的SQL.当前创建的索引建在(username,
ends
,approve_status,promoted_status
lya041
·
2011-09-24 13:19
sql
数据库
职场
优化SQL
休闲
优化SQL的另类思考
今天给大家介绍一个SQL优化案例,这是statpack中逻辑读排名第一的SQL.当前创建的索引建在(username,
ends
,approve_status,promoted_status)上。
lya041
·
2011-09-24 13:19
职场
SQl
数据库
数据库应用
Box2D v2.1.0用户手册翻译 - 第11章 杂项(Loose
Ends
)
内容很多摘自AmanJIANG(江超宇)翻译的Box2Dv2.0.1用户手册第11章杂项(LooseEnds)11.1隐式摧毁Box2D没有使用引用计数。你摧毁了body后,它就确实不存在了。访问指向已摧毁body的指针,会导致未定义的行为。也就是说,你的程序可能会崩溃。以debug方式编译出的程序,Box2D的内存管理器会将已被摧毁实体占用的内存,都填上FDFDFDFD。一些时候,这样可以使你更
complex_ok
·
2011-08-30 20:00
Class
Shapes
【汇编】自定义9号中断(键盘输入处理中断)
在屏幕上交替显示a~z,按ESC字体变绿色 assume cs:code,ds:data data segment dw 0,0;存放原9号中断的偏移和段地址 data
ends
code segment
sabolasi
·
2011-08-19 14:00
自定义
java.sql.SQLException: ORA-01830: date format picture
ends
before converting ent
java.sql.SQLException: ORA-01830: date format picture
ends
before converting entire input string
mikzhang
·
2011-08-17 17:00
SQLException
【汇编】重写0号中断(除法溢出中断)
assume cs:code,ds:data data segment db "chu fa yi chu la~",0 data
ends
code segment ;主程序 start
sabolasi
·
2011-08-16 10:00
汇编
【汇编】将十进制数转换为对应的ascii码值
assume cs:code,ds:data data segment src: dw 123,12666,1,8,3,38 dest: dw 6 dup (0) data
ends
code segment
sabolasi
·
2011-08-13 15:00
ASCII
【汇编】汇编显示字符串
",0 ;待显示字符串,以0结尾 data
ends
code segment start: mov dh,8 mov dl,3 mov cl,10010100b mov ax,data mov
sabolasi
·
2011-08-12 11:00
字符串
几道简单的汇编程序
EQU 7FH ;判断数组中是否存在此元素 ADDRES DD 0 ;若存在,存放元素的地址 SCANTIME DW 0 ;若存在,存放搜索次数 DATA
ENDS
Touch_2011
·
2011-06-25 14:00
编程
F#
汇编求两个数的和---注释
DATAS SEGMENT FIVE DB 5DATAS
ENDS
STACKS SEGMENT DB 128DUP(?)
CAIYUNFREEDOM
·
2011-06-21 10:00
汇编
dos
第一个汇编HELLO WORLD ,注释
,13,10,'11','$'DATAS
ENDS
CODES SEGMENT ASSUME CS:CODES,DS:DATASSTART: MOV AX,DATAS ;将数据放入ds MOV
CAIYUNFREEDOM
·
2011-06-21 10:00
汇编
String
结构体对齐
***STRUCT alignment***
ENDS
其中alignment可以为1,2,4,8等。
G_Spider
·
2011-04-27 16:00
编程
工作
struct
command
编译器
alignment
mysql 创建定时 存储
createeventifnotexiststt_dingshionscheduleevery1day具体时间attimestamp'2011-04-1203:00:00'或者starts'2011-04-1203:00:00'
ends
徐俊沿
·
2011-04-25 13:32
mysql
数据库
职场
休闲
定时存储
JSTL中的 FN函数
${fn:length(myCollection)} <c:choose> <c:when test="${fn:
ends
wentao365
·
2011-04-20 16:00
jsp
xml
sun
UVa 755 487--3279
UVa755487--3279注意输出空格时不能使用
ends
,否则会WA。就在我对这题感到无比绝望的时候,把
ends
改成"",AC。用map很轻松就可以完成该题。
心如止水
·
2011-04-11 23:00
将数据写入到CSV文件中--出现“科学计数法”问题,已解决
Ends
.Write(retReader["Statis_dt"].ToString()+",");
Ends
.Write(retReader["BranchCode"].ToString()+",");
michaelgong
·
2011-03-15 17:00
Asp.net
The error: ORA-01830: date format picture
ends
before converting entire input string..
Got error when they tried to insert data. Insert into CAM_LOGS (COMMENTS,CREATED_BY,CREATED_TS) values ('INFO:[mess_wellcome_user] start sending email to :
[email protected]
for user
wangpengfei360
·
2011-03-11 15:00
convert
The error: ORA-01830: date format picture
ends
before converting entire input string..
Got error when they tried to insert data. Insert into CAM_LOGS (COMMENTS,CREATED_BY,CREATED_TS) values ('INFO:[mess_wellcome_user] start sending email to :
[email protected]
for user
wsql
·
2011-03-11 15:00
convert
The error: ORA-01830: date format picture
ends
before converting entire input string..
Got error when they tried to insert data. Insert into CAM_LOGS (COMMENTS,CREATED_BY,CREATED_TS) values ('INFO:[mess_wellcome_user] start sending email to :
[email protected]
for user
wapysun
·
2011-03-11 15:00
convert
sicily 1176 Two
Ends
dp(记忆化搜索)
今天在网络中心上班,看到他们在做这题,吃饭后我也来做,刚开始看,就直接想暴力dfs,看了一下status,130个TLE,断定不行了,哈哈,我算法分析不行,只能这样看。然后想了一下,其实也是最优问题,dp可以解决,不过还是WA了一次,因为没留意Whenemployingthegreedystrategy,alwaystakethelargerend.Ifthereisatie,removethel
alfredtofu
·
2011-02-24 13:00
the first demo: HelloWorld compiled by masm5.0
welcome to assemble world',13, 10, '$' data
ends
stack segment dw 100 dup(?
wzb56
·
2011-02-24 11:00
c
汇编
list
Microsoft
Path
文本编辑
Bind: Address Already in Use
this Error when Closing TCP ConnectionsNormal ClosureIn order for a network connection to close, both
ends
gogor
·
2011-01-26 20:00
c
server
汇编伪指令
1完整的段定义伪指令完整段定义伪指令的格式如下:段名SEGMENT...段名
ENDS
段名由用户命名。
unicornllj
·
2010-12-30 19:23
职场
休闲
汇编
伪指令
align
segment
CPU和计算技术
汇编伪指令
1完整的段定义伪指令完整段定义伪指令的格式如下:段名SEGMENT...段名
ENDS
段名由用户命名。
unicornllj
·
2010-12-30 19:23
汇编
职场
休闲
segment
伪指令
align
2 - 标量变量 - 定义
任意字母,数字,下划线都有意义,如:$a_very_long_variable_that_
ends
_in_1和变量:$a_very_long_variable_
camper001
·
2010-12-23 14:00
android 开发中的一些小知识点
1 关于onPause(): onPause() is always called when the Activity
ends
, even if weinstigated that (with a
huakewoniu
·
2010-12-17 09:00
thread
android
UI
UP
中断
,0dh,0ah,'$' data
ends
code segment assume cs:code,ds:data start: mo
thecloud
·
2010-12-13 16:00
中断
,0dh,0ah,'$' data
ends
code segment assume cs:code,ds:data start: mo
soboer
·
2010-12-13 16:00
MySQL-select case when
tb_train_schedule where StartStationID=(select id from tb_train_station where name like "%广州%") and
EndS
macrotea
·
2010-12-10 21:00
mysql
MySQL-select case when
tb_train_schedule where StartStationID=(select id from tb_train_station where name like "%广州%") and
EndS
macrotea
·
2010-12-10 21:00
mysql
菜鸟学汇编006 第一个汇编程序
,0123hmovbx,0456haddax,bxaddax,axmovax,4c00hint21hcodesgendsend 知识点:伪指令 (1)XZYsegment ........
ends
ilysony
·
2010-10-22 20:00
汇编
dos
exe
语言
编译器
文本编辑
ORA-01830: date format picture
ends
before converting entire input string
今天在调试存储过程时报这样的错误:校验异常: ORA-01830: date format picture
ends
before converting entire input string  
cherryQQ
·
2010-08-19 11:00
convert
ORA-01830: date format picture
ends
before converting entire input string
今天在调试存储过程时报这样的错误:校验异常: ORA-01830: date format picture
ends
before converting entire input string  
cherryQQ
·
2010-08-19 11:00
convert
itemEditEnd 焦点问题 .
itemEditEnd Dispatched when the cell editing session
ends
, typically when focus is removed from the
jhaij
·
2010-07-31 19:00
it
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他