码迷,mamicode.com
首页 >  
搜索关键字:eid    ( 1023个结果
java实现微信扫码登录功能 精讲
java实现微信扫码登录功能 精讲 https://www.bilibili.com/video/BV1RJ411N7ne?from=search&seid=18091761082032798689 实现扫码登录 https://www.bilibili.com/video/BV11f4y1y7Dw ...
分类:微信   时间:2020-07-05 15:51:16    阅读次数:324
Crackme_3
我们先通过peid查看本文件的基本信息: vb编写,无壳; 看到vb,我们就知道了,如果使用ida打开的话,不改变函数的名称的话看上去就十分吃力,所以我们使用VB Decompiler来静态查看: 虽然使用了VB Decompiler但是我们发现可读性还是很低,所以我可以打开od,动态结合静态一起查 ...
分类:其他好文   时间:2020-07-04 15:19:48    阅读次数:62
mysql 点总结
2、mysql 配置文件 二进制日志 log-bin 主从复制 错误日志 log-error 默认关闭、记录警告和错误、启动和关闭详情 查询日志 log :默认关闭,记录查询的sql,开启会降低整体性能 数据文件 /var/lib/mysql frm:存放表结构 myd:存放表数据 myi:存放表索 ...
分类:数据库   时间:2020-06-30 20:34:28    阅读次数:79
Promise.all( ) 的使用
多个函数等待执行 //初始化权限列表 initPermission() { return new Promise((resolve, reject) => { this.$ajax.get(this.permissionUrl[1], { type: 9 }).then(res => { if (r ...
分类:其他好文   时间:2020-06-29 18:44:53    阅读次数:108
Linq语句in与not in的使用
1.IN的使用; (1)当多项查询的是Guid类型时; #region 将string数组转化Guid数组 string[] ProjIdList = ProjIdset.Trim().Split(','); Guid[] guid_ProjId = new Guid[ProjIdList.Leng ...
分类:其他好文   时间:2020-06-28 12:56:02    阅读次数:65
APP——自动化——python——driver其他常用的方法
一、AndroidDriver下的方法 1、启动其他app /使用命令获取adb shell dumpsys window windows | findstr "mCurrentFocus" Activity activity=new Activity("appPackage", "appActiv ...
分类:移动开发   时间:2020-06-26 20:27:19    阅读次数:109
js获取属性
获取元素的属性,设置元素的属性: 1-原生JS 设置属性 .setAttribute("属性","值") 获取属性 .getAttribute("属性") 2-jquery 设置属性 .attr("属性","值") 获取属性 .attr("属性") 下面的标签 <div id="xige" clas ...
分类:Web程序   时间:2020-06-24 22:06:38    阅读次数:79
存储过程(增删改查)
**个人项目所建的表,可根据实际情况更改表数据 ++++++++++++++++存储过程查询分页+++++++++++++++++++++++++++++++++++--if(exists(select * from sys.objects where name='proc_UserShowPage ...
分类:其他好文   时间:2020-06-18 21:33:46    阅读次数:64
NetChangeReceiver
package com.android.demo.lileidemo.listener;import android.content.BroadcastReceiver;import android.content.Context;import android.content.Intent;impo ...
分类:Web程序   时间:2020-06-16 15:23:06    阅读次数:78
ReflectUtil
package com.android.demo.lileidemo.utils;import android.app.usage.UsageStats;import android.util.Log;import com.android.demo.lileidemo.MyApplication;i ...
分类:其他好文   时间:2020-06-16 14:47:43    阅读次数:58
1023条   上一页 1 ... 4 5 6 7 8 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!