码迷,mamicode.com
首页 >  
搜索关键字:received    ( 759个结果
[GoogleAppEngine]GAE平台需设置默认threadsafe-编译问题
问题:错误提示如下:Received exception processing F:/apjp/apjp_remote_appengine/war\web-inf/appengine-web.xmlcom.google.apphosting.utils.config.appengineconfige...
分类:移动开发   时间:2014-06-20 08:56:07    阅读次数:335
Oracle EBS-SQL (PO-16):检查采购订单完成情况统计.sql
selecte.FULL_NAME 采购员,sum(plla.quantity-plla.QUANTITY_CANCELLED) 订购数量, sum(plla.Quantity_Received)完成数量 ,round(SUM(plla.Quantity_Received)*100 / sum(p....
分类:数据库   时间:2014-06-12 12:14:51    阅读次数:278
android应用程序监听SMS Intent广播
当设备接收到一条新的SMS消息时,就会广播一个包含了android.provider.Telephony.SMS_RECEIVED动作的Intent。对于应用程序监听SMS Intent广播,首先需要添加RECEIVE_SMS权限。通过在应用程序manifest中添加一个uses-permissio...
分类:移动开发   时间:2014-06-12 10:20:50    阅读次数:263
A debugger is already attached
Today is the last day that all the laptops of winXP OS should be upgrade to WIN7. After updated. when i tried to debug my application,i received this ...
分类:其他好文   时间:2014-06-06 15:51:14    阅读次数:275
secureCRT上传、下载文件
secureCRT上传和下载命令分别为rz、sz 我的理解是rz,就是服务器接收(received),sz,就是服务器发送(send)。 secureCRT上的命令就是: 下载 sz filename(filename是你要下载的文件名,前提要进入那个文件所在的目录) 下载下来的文件存放的目录设置下图可见: 上传 rz再选择你要上传的文件。...
分类:其他好文   时间:2014-06-05 10:15:24    阅读次数:209
rssi from wifi
RSSI=Received Signal Strength Indication which generally appears as "bars" in our software. It indicates how much power is in the radio signal your ro...
分类:其他好文   时间:2014-06-03 12:20:59    阅读次数:529
双slave的server_uuid相同问题
早上做数据迁移,部署完slave2,发现3台机子的日志狂刷:旧slave:2014-05-29 14:35:35 996 [Note] Slave: received end packet from server, apparent master shutdown: 2014-05-29 14:35:35 996 [Note] Slave I/O thread: Failed reading l...
分类:其他好文   时间:2014-06-03 01:52:25    阅读次数:327
maven报错(http://repo.maven.apache.org/maven2): No response received after 60000
报错详情:Failure to transfer com.thoughtworks.xstream:xstream:pom:1.3.1 from http://repo.maven.apache.org/maven2 was cached in the local repository, resol...
分类:其他好文   时间:2014-05-26 13:27:05    阅读次数:2261
759条   上一页 1 ... 73 74 75 76 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!