@echo off adb remount adb shell rm -r /data/local/tcpdump adb push tcpdump /data/local/tcpdump adb shell chmod 6755 /data/local/tcpdump adb shell rm -r /sdcard/capture.pcap echo "抓包结束后可以按c...
分类:
其他好文 时间:
2014-11-03 17:53:56
阅读次数:
232
----仅使用这样格式想要服务器解读这四种标签,需要到php.ini文件下修改配置。把里面的short_open_tag = Off里的off改成On。保存好重新启动apache服务。
分类:
Web程序 时间:
2014-11-02 23:50:03
阅读次数:
245
UISwitch属性1. onTintColor 处于on时switch的颜色switchImage.onTintColor=[UIColorgrayColor];2.tintColor处于off时switch的颜色switchImage.tintColor=[UIColorgreenColor];...
分类:
其他好文 时间:
2014-11-02 16:16:38
阅读次数:
166
看网上介绍区别,写的好复杂,其实很简单:%cd% 在批处理和命令窗口都能使用。用于打印,当前工作路径。%~dp0% 则只能用于批处理中,用于获得当前批处理文件所在的路径。做个试验试一下:@echo off echo this is %%cd%% %cd% echo this is ...
分类:
其他好文 时间:
2014-11-01 13:23:32
阅读次数:
169
查看大小写区分 mysql> show variables like "%case%"; +------------------------+-------+ | Variable_name ? ? ? ? ?| Value | +------------------------+-------+ | lower_case_file_system | OFF ? ...
分类:
数据库 时间:
2014-10-31 23:48:07
阅读次数:
442
--方法1【set statistic 】:set statistics time ongo --执行语句 xxxx goset statistics time off--方法2【getDate()】:DECLARE @begin dateTimeDECLARE @end dateTimeSET @...
分类:
数据库 时间:
2014-10-31 18:47:56
阅读次数:
226
如果是自己开发的板子,需要用GPIO引脚控制3G模块开机/关机时,下面的文章会对你有所帮助,是以处理器IMX6和中兴MG3732模块为例介绍。
一、引脚连接
处理器的gpio3_GPIO[9]连接3G模块的ON/OFF(29)引脚来控制3G的开机/关机。
二、开关机条件
给ON/OFF引脚连续2500~3500毫秒低电平则开机,给再ON/OFF引脚连续2500~...
分类:
移动开发 时间:
2014-10-31 17:26:19
阅读次数:
276
BAT代码:@echo off Title DataBase Color 0A :caozuo echo. echo ═══════════════════════════════════════ech...
分类:
数据库 时间:
2014-10-30 22:15:06
阅读次数:
359
Bat在日常编程中使用到会帮我们省去很多力气。@echo off Title DataBase Color 0A :caozuo echo. echo ══════════════════════════...
分类:
其他好文 时间:
2014-10-30 22:09:24
阅读次数:
244
ORA-12518: TNS:listener could not hand off client connection...
分类:
其他好文 时间:
2014-10-30 17:05:01
阅读次数:
138