码迷,mamicode.com
首页 >  
搜索关键字:abap examples    ( 2890个结果
cc2530 makefile简略分析 <contiki学习之三>
前面将contiki的makefile框架都理了下,这篇就以cc2530为收篇吧,也即makefile分析就该到此为止了。contiki/examples/cc2530dk打开Makefile如下图:第一行的 "CONTIKI_PROJECT"变量依赖于该目录下的 blink-hello.c hel...
分类:其他好文   时间:2014-07-17 00:22:24    阅读次数:303
ABAP文件选择框函数
因为WS_FILENAME_GET已经被废弃所以使用接口CL_GUI_FRONTEND_SERVICES来实现本地文件的选择.用接口类CL_GUI_FRONTEND_SERVICES实现的方法CALL METHOD CL_GUI_FRONTEND_SERVICES=>FILE_OPEN_DIALOG...
分类:其他好文   时间:2014-07-16 22:53:23    阅读次数:597
poj2051 Argus
DescriptionA data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic, financial tickers...
分类:其他好文   时间:2014-07-16 21:27:30    阅读次数:198
神奇的CSS形状
在StackOverflow上有这么一个问题,有位同学在http://css-tricks.com/examples/ShapesOfCSS/找到一些使用CSS做的形状,其中一位同学对下面的这个形状充满了疑问。形状是:代码是:#triangle-up {width: 0;height: 0;bord...
分类:Web程序   时间:2014-07-16 17:42:09    阅读次数:213
Quartz深入浅出(二)
Hello Quartz / 本文通过一个简单的例子让大家快速了解Quartz,上手,并了解Quartz内的一些关键对象 如 Scheduler、Job、Trigger、JobExecutionContext等对象 导入Quartz所需的两个jar包 创建我们自己的Job类 HelloJob,进行简单的输出 package org.quartz.examples.exa...
分类:其他好文   时间:2014-07-16 11:37:37    阅读次数:245
ABAP xml
[转]Part 1 - Expressiveness of Simple TransformationsSimple Transformations are a SAP proprietary programming language that is integrated into ABAP by ...
分类:其他好文   时间:2014-07-14 10:49:11    阅读次数:257
Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", ...
分类:其他好文   时间:2014-07-12 22:43:17    阅读次数:267
ABAP服务器文件操作
转自http://blog.itpub.net/547380/viewspace-876667/在程序设计开发过程中,很多要对文件进行操作,这又分为对本地文件操作和服务器文件操作。对本地文件操作使用比较多,技术上大家都比较熟悉,但是对于服务器上的文件操作应用的不是十分了解,所以我给大家提供一些 系统...
分类:其他好文   时间:2014-07-11 22:07:59    阅读次数:591
Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1", ...
分类:其他好文   时间:2014-07-10 19:39:53    阅读次数:146
Android项目:proguard混淆之常见开源项目混淆配置
1.Gson混淆##---------------------------------- ############Gson混淆########## ##---------------------------------- -keepattributesSignature -keepclasssun.misc.Unsafe{*;} -keepclasscom.google.gson.examples.android.model.**{*;}2.greenDao混淆##----------------..
分类:移动开发   时间:2014-07-09 08:03:27    阅读次数:383
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!