LemonSMS is a component developed in Java that provides a turnkey solution for application developers to incorporate into their Java applications the functionality of sending and processing of incoming SMS messages. LemonSMS acts as a middleware between a Java application and a GSM Modem or Data enabled phone. Because LemonSMS only provides an interface to the added SMS functionality, your application still handles access to data and business logic tier. With the easy-to-use LemonSMS API, developers can easily utilize SMS functionalities provided by LemonSMS.
标签: application component developed developer
上传时间: 2013-12-29
上传用户:大融融rr
Beginning with an overview of SQL Server 2000, this book discusses online transaction processing (OLTP) and online analytical processing (OLAP), features a tour of different SQL Server releases, and offers a guide to installation. The author describes and demonstrates the changes since SQL Server 7.0, thoroughly exploring SQL Server 2000 s capacity as a Web-enabled database server. Readers are then immersed in advanced database administration topics such as performance optimization and debugging techniques.
标签: transaction processing Beginning discusses
上传时间: 2013-11-28
上传用户:eclipse
禁止在TextBox中输入 作者:土人 方法一:(有光标闪烁,输入、删除等操作无效) Text1.Locked = True 方法二:(无光标闪烁,不能输入、删除,界面变色、文字反白) Text1.Enabled = False 方法三:(有光标闪烁,可删除,不能输入) 此法用两个API函数,略为复杂些。请在标准工程添加两个按钮和一个文本框:
上传时间: 2013-11-30
上传用户:royzhangsz
SAM9261 BasicMMU Example code with ADS1.2 (163 kB) The goal of this project is to show how to use a PC100 SDRAM and the MMU to perform a rating with a 100MHz Bus Clock. The rating is based on Dhrystone 2.1. It shows the rate when I+D Caches are disabled or enabled, with or without MMU and I Cache is disable or enabled, with or without MMU.
标签: BasicMMU Example project 9261
上传时间: 2013-12-28
上传用户:zhanditian
This leon3 design is tailored to the Altera NiosII Startix2 Development board, with 16-bit DDR SDRAM and 2 Mbyte of SSRAM. As of this time, the DDR interface only works up to 120 MHz. At 130, DDR data can be read but not written. NOTE: the test bench cannot be simulated with DDR enabled because the Altera pads do not have the correct delay models. * How to program the flash prom with a FPGA programming file 1. Create a hex file of the programming file with Quartus. 2. Convert it to srecord and adjust the load address: objcopy --adjust-vma=0x800000 output_file.hexout -O srec fpga.srec 3. Program the flash memory using grmon: flash erase 0x800000 0xb00000 flash load fpga.srec
标签: Development Startix2 tailored Altera
上传时间: 2014-01-19
上传用户:chongcongying
siptapi A TAPI driver for SIP. With this TAPI driver you have a click2dial feature with any TAPI enabled application (e.g. MS Outlook) and any SIP account (e.g. freeworlddialup or iptel.org).
标签: TAPI driver click2dial siptapi
上传时间: 2014-01-07
上传用户:jjj0202
JTop monitors the CPU usage of all threads in a remote application which has remote management enabled. JTop demonstrates the use of the java.lang.management API to obtain the CPU consumption for each thread.
标签: remote application management monitors
上传时间: 2013-12-24
上传用户:lps11188
IEEE 1588-2002编程源码,IEEE1588也称为PTP协议,本程序为PTPD源码,来自海泰电子。
上传时间: 2014-01-21
上传用户:cainaifa
Ideal for large low power (nanoWatt) and connectivity applications that benefit from the availability of four serial ports: double synchronous serial ports (I² C™ and SPI™ ) and double asynchronous (LIN capable) serial ports. Large amounts of RAM memory for buffering and FLASH program memory make it ideal for instrumentation panels, TCP/IP enabled embedded applications as well as metering and industrial control and monitoring applications. While operating up to 40 MHz, it is also backward software and hardware compatible with the PIC18F8720.
标签: connectivity applications availabilit nanoWatt
上传时间: 2016-02-04
上传用户:CHINA526
现在somethingSelected的值绑定到了DataGrid的选定状态上了。选中某行somethingSelected的值会变为true,然后所有标签里有enabled="{somethingSelected}"的标签都会被激活,所有标签里有enabled="{!somethingSelected}"的按钮都会被禁用。 Bingding标签的source不一定必须是变量。它可以是一个表达式
标签: somethingSelected DataGrid true 状态
上传时间: 2013-12-21
上传用户:GavinNeko