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
ASSUME
Debugging workflows and generating sub-workflows
sub-workflows Workflow Debugging First of all, you cannot set breakpoints in a workflow, so I
assume
huang850625
·
2011-10-29 10:00
workflow
lynx
修改配置: vi /etc/lynx/lynx.cfg 主要修改的地方有: CHARACTER——SET:euc-cn
ASSUME
——CHARSET: euc-cn PREFERRED——JANGUAGE
wtwang1985
·
2011-10-03 11:00
Gallery默认第一项居左解决方案
* * @param parentView The view containing the gallery widget (we
assume
gundumw100
·
2011-09-27 22:00
gallery
Gallery默认第一项居左解决方案
* * @param parentView The view containing the gallery widget (we
assume
gundumw100
·
2011-09-27 22:00
gallery
Gallery默认第一项居左解决方案
* * @param parentView The view containing the gallery widget (we
assume
gundumw100
·
2011-09-27 22:00
gallery
王爽 汇编语言程序设计实验10,题三,数值转换。(Assembly experiment Convert HEX to Decimal and Show on screen )
不用多说了,就直接代码吧 1
assume
cs:codesg, ds:data 2 data segment 3 ;00 is filler a 4 ;317ah is 12666
IT 笔记
·
2011-09-17 21:00
王爽汇编第十章课程设计精简设计~(整理)
assume
cs:codedata segmentdb '1975','1976','1977','1978','1979','1980','1981','1982','1983'db '1984'
QQ276592716
·
2011-09-02 20:00
c
汇编
loops
JUNIT源码阅读-1
Assert类和
Assume
类。看了Assert类的代码,发现别人利用重载、泛型等技术使的代码的重用性非常高,举
皮蛋
·
2011-09-02 15:00
源码
JUnit
架构
王爽汇编第十章检测点10.5分析~(整理)
1.先看源程序:
assume
cs:codestack segmentdw 8 dup (0)stack endscode segmentstart :mov ax,stack mov ss
QQ276592716
·
2011-09-01 13:00
汇编
面试中常见的一些算法问题
Assume
that wehave a head pointer to a link-list.
rein07
·
2011-08-25 19:00
算法
【汇编】自定义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
自定义
【汇编】模拟loop指令
;安装程序
assume
cs:code code segment start: mov ax,0 mov es,ax mov es:[7ch*4],200h mov es:[7ch*4+2],0 ;复制程序到
sabolasi
·
2011-08-17 11:00
loop
【汇编】改进版的0号中断
《【汇编】重写0号中断(除法溢出中断) 》中的中断程序只在程序运行时有效,程序返回后即失效,下面给出程序返回后仍有效的中断程序:
assume
cs:code code segment ;除法中断在中断向量表中的位置是
sabolasi
·
2011-08-16 16:00
汇编
【汇编】重写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
【汇编】汇编显示字符串
assume
cs:code,ds:data data segment db "Welcome to masm!
sabolasi
·
2011-08-12 11:00
字符串
用MASM制作COM文件
源程序COMP.ASM如下所示:CODE SEGMENT ORG 100H
ASSUME
CS:CODE,DS:CODESTART:
zhouyelihua
·
2011-08-05 12:00
Windows下C中__
assume
的作用
MicrosoftSpecific__
assume
(expression)The__assumekeywordpassesahinttotheoptimizer.Theoptimizerassumesthattheconditionrepresentedbyexpressionistrueatthepointwherethekeywordappearsandremainstrueuntilexp
topasstem8
·
2011-08-04 17:00
c
windows
File
Microsoft
compiler
optimization
汇编求两个数的和---注释
STACKS ENDS CODES SEGMENT
ASSUME
CS:CODES,DS:DATAS,SS:STACKSSTART: MOVAX,DATAS;把数据存到数据段DS中 MOVDS
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
scala入门文章及如何学scala
How to Learn All the Scala tutorials I encountered
assume
that you are a Java programmer.
13146489
·
2011-06-15 11:00
java
thread
jsp
scala
UP
Spring2.5.X与Junit4.5兼容性问题
问题:项目中使用springtestcontext和junit做测试工作,使用的时候出现如下情形:org/junit/
Assume
$AssumptionViolatedException;nestedexceptionisjava.lang.NoClassDefFoundError
tianya23
·
2011-06-07 15:24
职场
休闲
Spring2.5.x
Junit4.5
Spring2.5.X与Junit4.5兼容性问题
问题:项目中使用springtestcontext和junit做测试工作,使用的时候出现如下情形:org/junit/
Assume
$AssumptionViolatedException;nestedexceptionisjava.lang.NoClassDefFoundError
tianya23
·
2011-06-07 15:24
职场
休闲
Spring2.5.X
Spring
Git Commit
let’s
assume
that you have a directory containing three files, and you stage them all and commit.
wenyiyun
·
2011-06-05 12:00
git
ls vi 等所有命令用不了:error while loading shared libraries: librt.so.1:
errorwhileloadingsharedlibraries:librt.so.1:cannotopensharedobjectfile:Nosuchfileordirectory 原因在于环境变量中设置了exportLD_
ASSUME
_KERNEL
siling4
·
2011-05-24 18:00
object
File
<转>ABAP:How to Find Bapi for Particular Transaction in SAP
If you mean that you need to know what BAPI's a particular tranx uses, which I can only
assume
that's
huang850625
·
2011-05-09 10:00
Access
Go
Item 8 防止因异常而离开析构函数
~Widget() { ... } //
assume
this might emit an exception }; void doSomething() { std::vector<Widget
wapysun
·
2011-04-21 10:00
C++
c
C#
Item 8 防止因异常而离开析构函数
~Widget() { ... } //
assume
this might emit an exception }; void doSomething() { std::vector<Widget
isiqi
·
2011-04-21 10:00
C++
c
C#
myeclipse 安装TFS插件
Note These installation instructions
assume
that you have Eclipse 3.5.
txin0814
·
2011-04-07 17:00
eclipse
Web
xml
MyEclipse
Microsoft
Kerberos Authentication failed due to time skew
Symptoms:
Assume
there is a web site which provides search functions under virtual directory with
xmeteor
·
2011-03-31 11:00
Web
windows
Microsoft
Security
IIS
Unknown HZ value!
(##)
Assume
100--You'vebeenhacked!
改造人
·
2011-03-30 10:47
职场
休闲
Unknown
互联网安全
Unknown HZ value!
(##)
Assume
100--You'vebeenhacked!
改造人
·
2011-03-30 10:47
职场
休闲
unknown
HZ
alue
NSSortDescriptor
Specifying Sorts Using NSSortDescriptor Let’s
assume
, as an example, that we have an
xiaozhao-521
·
2011-02-24 17:00
script
NSSortDescriptor
Specifying Sorts Using NSSortDescriptor Let’s
assume
, as an example, that we have an
xiaozhao-521
·
2011-02-24 17:00
script
NSDateFormatter
//
assume
default
xiaozhao-521
·
2011-02-24 17:00
C++
c
OS
C#
Objective-C
NSDateFormatter
//
assume
default
xiaozhao-521
·
2011-02-24 17:00
C++
c
Objective-C
OS
C#
关于ClassPath中的current directory
Assume
th
dracularking
·
2011-01-28 16:00
java
C++
c
C#
F#
Win32汇编知识
现将一些反汇编知识发布出来:汇编指令是汇编语言中使用的一些操作符(如mov,inc,loop)和助记符,还包括一些伪指令(如
assume
,end)。
zsken2006
·
2011-01-21 12:13
Win32
汇编
职场
休闲
Linux下的文本网页浏览器
如果不显示中文编辑:elinks.conf加入:setdocument.codepage.
assume
="windows-1252"然后按F9打开:菜单—setup—characterset
pendle
·
2011-01-17 11:00
c
框架
linux
shell
浏览器
(XF - 5)值得一看的ZK 常见操作
How to access resources in another application 1.Let us
assume
you have another application called app2
xiao_feng68
·
2011-01-11 22:00
tomcat
OS
JSF
zk
Access
(XF - 4)zk 应用之间访问
How to access resources in another application 1.Let us
assume
you have another application called app2
xiao_feng68
·
2011-01-11 22:00
Web
xml
zk
Access
:Tapestry5: Caching Method Results
Tapestry5: Caching Method Results
Assume
you have methods that (almost) always return the same result
Linuxboy
·
2010-12-29 01:00
Web
cache
Access
GAE
《汇编语言》实验七
贴这儿算是作个纪念吧
assume
cs:code data segment db '1975','1976','1977','1978','1979','19
sosonemo
·
2010-12-28 19:41
职场
休闲
汇编语言
实验
rhel5 + progress 91D
1、rhel5 不支持LD_
ASSUME
_KERNEL设置成类似2.4.1之类。所以unset掉他。
5yplan
·
2010-12-19 23:00
jdk
sql
linux
中断
,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
尝试汇编实现冒泡
很久没有看过汇编程序了,试了试汇编实现冒泡 以下是代码,但还有些小问题没有整理通,先放上,有时间再改; TemplateforDOS.exefile
assume
cs: code,
namesliu
·
2010-12-01 10:00
static synchronized methods?
Keep in mind that using synchronized on methods is really just shorthand (
assume
class is SomeClass
standalone
·
2010-11-16 21:00
synchronized
网上收集的GIF操作的三个类AnimatedGifEncoder,NeuQuant,LZWE(二)
protected static final int netsize = 256; /* number of colours used */ /* four primes near 500 -
assume
louis_cuti
·
2010-10-29 10:00
F#
J#
30道Java 1.4模拟经典题(1)
(
Assume
that the code is compiled and run with assertions enabled.)
sakakokiya
·
2010-10-12 13:00
java
thread
C++
c
C#
上一页
26
27
28
29
30
31
32
33
下一页
按字母分类:
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
其他