Ladda 应用提交表单的时候显示loading加载中 包括不同位置,不同效果 不同大小,位置,效果,进度条等演示 XML/HTML Codearticle class="examples" style="margin-top:0px;"> section class="button-demo"> h3>expand-lefth3> button class="ladda-button" d...
分类:
其他好文 时间:
2014-06-05 06:46:10
阅读次数:
367
【题目】
Validate if a given string is numeric.
Some examples:
"0" => true
" 0.1 " => true
"abc" => false
"1 a" => false
"2e10" => true
Note: It is intended for the problem statement to be ambiguous. You should gather all requirements up front before imple...
分类:
其他好文 时间:
2014-06-04 23:45:09
阅读次数:
388
Validate if a given string is numeric.Some
examples:"0"=>true" 0.1 "=>true"abc"=>false"1
a"=>false"2e10"=>trueNote:It is intended for the problem stat...
分类:
其他好文 时间:
2014-06-04 20:54:02
阅读次数:
326
BADI是用户的第三代出口类型,我们来看看其具体的是如何实现的。
一,用户出口的类型
1,第一代
sap提供一个空代码的子过程,在这个子过程中用户可以添加自己的代码,控制自己的需求。这类增强都需要修改sap的标准代码。示例:USEREXIT.. in SAPMV45A
2,第二代
sap提供的是CUSTOMER-FUNCTION,它是通过SMOD和CMOD完成实现。
3,第三代
s...
分类:
其他好文 时间:
2014-06-03 03:15:14
阅读次数:
500
1.创建标准销售订单的bapi:BAPI_SALESORDER_CREATEFROMDAT2
2.创建退货销售订单的bapi:BAPI_CUSTOMERRETURN_CREATE
3.更改销售订单 bapi:BAPI_SALESORDER_CHANGE
4.根据销售订单创建交货单:BAPI_DELIVERYPROCESSING_EXEC
销售订单是允许...
分类:
Windows程序 时间:
2014-06-03 01:23:17
阅读次数:
1026
用于对字符串的加密和解密:DATA: o_encryptor TYPE REF TO
cl_hard_wired_encryptor, o_cx_encrypt_error TYPE REF TO cx_encrypt_error.DATA:
v_ac_string TYPE...
分类:
其他好文 时间:
2014-06-02 11:53:34
阅读次数:
339
从官网下载了ExtJs的3.2版本的SDK,包含了代码依赖的详细说明、文档、范例和其他文件。其中,adapter和resources文件是Ext正常运行所必须的,其他的仅在开发过程中使用到。
Adapter:支持把Ext和其他代码库一同使用的文件
build:用于自定义构建ext-all.js的文件
docs:文档中心(仅当运行在服务器上时能够正常访问)
examples:大量令人印象深刻...
分类:
Web程序 时间:
2014-06-01 09:35:59
阅读次数:
372
AudioPlayer.js是一个响应式、支持触摸操作的HTML5
的音乐播放器。本文是对其官网的说用说明文档得翻译,博主第一次翻译外文。不到之处还请谅解、之处。JS文件地址:http://osvaldas.info/examples/audio-player-responsive-and-touc...
分类:
Web程序 时间:
2014-05-30 19:46:25
阅读次数:
488
Ext.NET是基于跨浏览器的ExtJS库和.NET
Framework的一套支持ASP.NETAJAX的开源Web控件,包含有丰富的Ajax运用,其前身是Coolite。下载地址:http://www.ext.net/download/示例地址:http://examples.ext.net/1....
分类:
Web程序 时间:
2014-05-27 16:50:04
阅读次数:
241
tar
Examples:
tar -cf archive.tar foo bar # Create archive.tar from files foo and bar.
tar -tvf archive.tar # List all files in archive.tar verbosely.
tar -xf archive.tar ...