jq文档的说明是1、after函数定义和用法:after() 方法在被选元素后插入指定的内容。语法:$(selector).after(content)实例:aaaaaaaaaaaaaaaafter函数结果如下:aaaaaaaaaaaaaaadddddspan标签后面多了一个a标签2、append函...
分类:
移动开发 时间:
2014-12-19 12:48:50
阅读次数:
208
package com.example.fourandroid; import android.annotation.SuppressLint; import android.ap...
分类:
移动开发 时间:
2014-12-19 09:55:37
阅读次数:
209
1 //Transformations.cpp 2 3 4 #include "vcf/ApplicationKit/ApplicationKit.h" 5 #include "vcf/ApplicationKit/ControlsKit.h" 6 #include "vcf/Ap...
分类:
其他好文 时间:
2014-12-18 16:40:31
阅读次数:
131
AP6335模块(BCM4339)在上电运行时,是需要刷入固件的,其在普通WIFI模式和AP模式之间切换时,也是需要加载不同的固件的,其位于/system/etc/firmware/下面:fw_bcm4339a0_ag.binfw_bcm4339a0_ag_apsta.bin下面的日志即是WIFI热...
分类:
系统相关 时间:
2014-12-18 14:55:56
阅读次数:
718
常用命令netstat -pan|grep 2809 :查看特定端口的情况netstat -nl | grep 110 :查看特定端口的情况netstat -ap :在上面命令的基础上列出连接的PID(进程号),用这个PID,可以使用KILL 来杀死连接 例如:...
分类:
系统相关 时间:
2014-12-16 16:37:20
阅读次数:
317
微软近期Open的职位:Location: Beijing, China The Office App Services team is working on the powerful Office Web Apps including Word Web App, PowerPoint Web Ap...
分类:
Web程序 时间:
2014-12-16 13:08:20
阅读次数:
169
在过去的几个月里,我一直在学习用Objective-C编写iOS app,最后我开始理清思绪。这比我想象中要难很多,也花了太长时间。我经常遇到困难、感到沮丧,修复bug比实际写代码要花太多时间。但是,在我的手机上把玩我从头开发的app有一种让人惊奇的感觉。用这种方式我学到了很多,除了开发iOS ap...
分类:
移动开发 时间:
2014-12-16 13:03:19
阅读次数:
412
来自文档: Oracle Financial Applications Technical Reference Manual 更多明细参考文档
Table Name Description
AP_AE_HEADERS_ALL...
分类:
移动开发 时间:
2014-12-15 21:48:33
阅读次数:
318
最近刚从极光推送官网上看到V2版本要停用,不得不有重新写V3版本的。这里用到了 HTTP Basic Authentication http://www.cnblogs.com/pingming/p/4165057.html1、首先需要将你的app在极光官网上进行注册,获取一个ApiKey,一个AP...
分类:
移动开发 时间:
2014-12-15 16:50:12
阅读次数:
171
一、利用Google API生成二维码Google提供了较为完善的二维码生成接口,调用API接口很简单,以下是调用代码:$urlToEncode="http://www.jb51.net"; generateQRfromGoogle($urlToEncode); /** * google ap...
分类:
Web程序 时间:
2014-12-15 13:33:19
阅读次数:
129