码迷,mamicode.com
首页 >  
搜索关键字:text    ( 52583个结果
SD 销售订单的BADI增强SD_BADI_PRICE_CHECK
METHOD if_ex_badi_sd_sales~save_document.* CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'* EXPORTING* titel = '庆祝'* textline1 = '系统成功上线...
分类:其他好文   时间:2014-06-28 10:33:47    阅读次数:204
what does procedure byte conflict mean?
CCID_Receive Procedure byte conflict???According "a text book" for smart card.The terminal first sends the card a five-byte command header consisting ...
分类:其他好文   时间:2014-06-28 10:29:15    阅读次数:241
5 在C#中如何调用基类构造器
//基类 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MVATwentyQuestions { class Test { public string _nam...
分类:其他好文   时间:2014-06-22 20:23:05    阅读次数:186
当inline-block和text-indent遇到IE6,IE7
在实际应用中,考虑到seo,很多button,icon都要用到inline-block和text-indent来处理,例如:Buttoncss我习惯写成这样.btn{display:inline-block; width:100px; height:23px; text-indent:-9999px...
分类:其他好文   时间:2014-06-22 12:56:49    阅读次数:204
js实现类似php中strtotime函数和timetostr的日期转换/互换功能
<scripttype="text/javascript"> //日期(格式:yyyy-mm-ddH:i:s)---转换为以秒为单位的unix时间轴(格式:xxxxxx)方法一: //摘取天上星:http://blog.csdn.net/zqtsx functionstrtotime1(datetime){ vartmp_datetime=datetime.replace(/:/g,‘-‘); tmp_datetime=tmp_dateti..
分类:Web程序   时间:2014-06-22 08:10:07    阅读次数:218
hibernate Disabling contextual LOB creation as connection was null
????用hibernate访问sybase时遇见的异常。 Could not obtain connection metadata : ASE is now using a multi-byte character set, and the TEXT character counts have not been re-calculated using this character set ...
分类:系统相关   时间:2014-06-22 06:19:49    阅读次数:1188
js 验证年龄 姓名
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html><head><metahttp-equiv="content-type"content="text/html;charset=utf-8"/><scriptsrc="js.js"type="text/javascript"language="ja..
分类:Web程序   时间:2014-06-21 19:40:47    阅读次数:238
js时钟
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <metahttp-equiv="content-type"content="text/html;charset=utf-8"/> <scriptsrc="js.js"type="text/javascript"lan..
分类:Web程序   时间:2014-06-21 19:35:19    阅读次数:321
用js 写计算器
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html> <head> <metahttp-equiv="content-type"content="text/html;charset=utf-8"/> <scriptsrc="js.js"type="text/javascript"languag..
分类:Web程序   时间:2014-06-21 19:34:01    阅读次数:438
js 动态修改属性值 动态修改图片,字等
<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Strict//EN"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html> <head> <metahttp-equiv="content-type"content="text/html;charset=utf-8"/> <scriptsrc="js.js"type="text/javascript"languag..
分类:Web程序   时间:2014-06-21 19:01:14    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!