学习日志 - ashorefish/-software-test GitHub Wiki

6月15日

1、APP兼容性问题 知乎帖子 https://www.zhihu.com/question/40300713?utm_source=wechat_timeline&utm_medium=social&utm_oi=2147483647&from=timeline&isappinstalled=0 2、APP 兼容性测试工具 Spider https://zhuanlan.zhihu.com/p/23121117?utm_source=wechat_timeline&utm_medium=social&utm_oi=2147483647&from=timeline&isappinstalled=0 3、APP 兼容性测试 云真机 https://www.testin.cn/business/activity-banner.htm?channel=&utm_campaign=ZH

4、Fiddler4代理之劫持APP访问地址 https://www.jianshu.com/p/271a83705107

5、蒲公英提供专业的手机应用内测服务,您只需将需要内测的应用上传至蒲公英,生成二维码,内测用户通过在手机上扫描二维码,即可将内测应用安装至手机等设备中进行测试。 https://www.pgyer.com/

6、性能测试,JVM工具 jstat -gcutil 3786 1s S0 S1 E O P YGC YGCT FGC FGCT GCT 0.00 99.71 37.74 36.05 51.90 37 9.242 2 1.756 10.998 0.00 99.71 37.74 36.05 51.90 37 9.242 2 1.756 10.998 0.00 99.71 37.74 36.05 51.90 37 9.242 2 1.756 10.998

YGC:从应用程序启动到采样时年轻代中gc次数 YGCT:从应用程序启动到采样时年轻代中gc所用时间(s) FGC:从应用程序启动到采样时old代(全gc)gc次数 FGCT:从应用程序启动到采样时old代(全gc)gc所用时间(s) GCT:从应用程序启动到采样时gc用的总时间(s) S0:年轻代中第一个survivor(幸存区)已使用的占当前容量百分比 S1:年轻代中第二个survivor(幸存区)已使用的占当前容量百分比 E:年轻代中Eden(伊甸园)已使用的占当前容量百分比 O:old代已使用的占当前容量百分比 P:perm代已使用的占当前容量百分比

7、oracle数据备份遇到问题

8、oralce 数据库恢复 导入数据库备份,最好是指定用户,否者可能会影响系统用户数据 导入之前,删除指定用户,表空间可以不重建

imp system/system file=/opt/oracle/68.dmp owner=hs_acpt,hs_arch,hs_asset,hs_bond,hs_cash,hs_cbs,hs_crdt,hs_data,hs_fil,hs_function,hs_fund,hs_his,hs_ofund,hs_opt,hs_prod,hs_secu,hs_sett,hs_settinit,hs_user

exp system/system file=/opt/oracle/68.dmp owner=hs_acpt,hs_arch,hs_asset,hs_bond,hs_cash,hs_cbs,hs_crdt,hs_data,hs_fil,hs_function,hs_fund,hs_his,hs_ofund,hs_opt,hs_prod,hs_secu,hs_sett,hs_settinit,hs_user

http://www.runoob.com/

https://www.cnblogs.com/lirenzuo/p/7580104.html cdci学习 https://www.aliyun.com/jiaocheng/topic_70576.html