淘宝网API地址: http://tcc.taobao.com/cc/json/mobile_tel_segment.htm?tel=15850781443 参数:tel:手机号码返回:JSON拍拍API地址: http://virtual.paipai.com/extinfo/GetMobileP...
分类:
移动开发 时间:
2015-08-04 11:03:28
阅读次数:
374
一 表结构如下:MySQL 5.5.30 5.6.20版本,表大概有815万行CREATE TABLE t_audit_operate_log ( Fid bigint(16) AUTO_INCREMENT, Fcreate_time int(10) unsigned NOT NULL DEFAUL...
分类:
数据库 时间:
2015-08-03 16:19:10
阅读次数:
201
#!/bin/bash
#批量查找ip地址所在地
whilereadi
do
sring=`curl-s"http://ip138.com/ips138.asp?ip=${i}&action=2"|iconv-fgb2312-tutf-8|grep‘1.‘|awk-F‘[<>]+‘‘{printsubstr($7,7)}‘|grep-v"^$"|sed-n‘4p‘`
echo$i$sring
done</etc/ip.txt
分类:
其他好文 时间:
2015-07-30 02:18:12
阅读次数:
616
数据库的查询操作
正则表达式
监听输入框的输入事件...
分类:
移动开发 时间:
2015-07-29 06:28:30
阅读次数:
333
在WDF的PCIe驱动程序中,共有四个.h文件(Public.h Driver.hDevice.h Trace.h)。本文将分别对四个文件源代码进行详细的解释。Public.h 1 #ifndef _USER_H 2 #define _USER_H 3 // 4 // Define an Inter...
import java.io.*;import java.net.*;public class PhoneNumber { public static void main(String[] args) throws IOException { // TODO Auto-gener...
分类:
移动开发 时间:
2015-07-28 22:34:13
阅读次数:
257
【PHP配置】
为PHP安装xdebug,方法略。
配置文件php.ini
[XDebug]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
;开启自动跟踪
xdebug.auto_trace = On
;开启异常跟踪
xdebug.show_exception_trace = On
;开启远程调试自动启动
xdebug...
分类:
Web程序 时间:
2015-07-22 18:55:40
阅读次数:
124
前提:1、已完成WinPE加载2、应用OS镜像是报错排错过程:出现错误后按F8进入到x:\windows\Temp\SMSLog文件夹中,将smsts.log文件拷贝到U盘中日志分析:使用Trace日志分析工具分析日志,一般错误或者警告的都有标黄色或者红色显示。具体的错误问题具体分析。附件为日志查看工具.
分类:
其他好文 时间:
2015-07-21 15:06:39
阅读次数:
161
用户反馈数据库服务器磁盘空间使用耗尽。 登录服务器后查看,发现数据库产生大量的trace日志,并在alert日志中发现ora-600错误alert日志信息:Fri Jul 17 06:13:40 2015Errors in file d:\app\administrator\diag\rdbms\o...
分类:
数据库 时间:
2015-07-20 14:12:53
阅读次数:
159