码迷,mamicode.com
首页 >  
搜索关键字:sig    ( 4633个结果
ABP 常见错误
使用ABP框架进行First Code时,出现错误如下: Your startup project 'HF.Template.Migrator' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is requi ...
分类:其他好文   时间:2020-12-02 12:00:53    阅读次数:5
关于 Blog 以及我的友链
Blog 序 岁月如梭,韶光易逝,重回首,去时年,揽尽风雨苦亦甜。夜阑珊,读无眠,听尽春言,每天都是新的一片,不再清闲,望着洒满月光的星星一路向前。 来吧,新的旅程从更新开始! 关于友链 友链已经好啦,欢迎大家参观 \(My\) \(Friends'blog.\) 半笙、凡尘 今生有幸遇见小彬喔。 ...
分类:其他好文   时间:2020-12-01 12:11:17    阅读次数:5
最近3款Android APP逆向分析总结
项目需求,最近team逆向了3款竞品APP,总结一些经验和想法, 两款APP分别是A、B和C, A: 无法中间人,抓不到包,一旦走Charles,则提示更新APP。 一定是做了证书校验,Android里面是SSL Pinning,分析后是在Java侧做的,直接hook掉校验函数即可。 B: 可抓包, ...
分类:移动开发   时间:2020-11-25 12:48:12    阅读次数:25
【原创】Java并发编程系列31 | 阻塞队列(上)
【原创】Java并发编程系列31|阻塞队列(上)收录于话题#并发编程240#程序员2286#java976#进阶架构师|并发编程专题12★★★建议星标我们★★★公众号改版后文章乱序推荐,希望你可以点击上方“Java进阶架构师”,点击右上角,将我们设为★“星标”!这样才不会错过每日进阶架构文章呀。2020年Java原创面试题库连载中【000期】Java最全面试题库思维导图【001期】JavaSE面试
分类:编程语言   时间:2020-11-24 12:56:45    阅读次数:11
mormot2 http.sys
mormot2 http.sys 单元文件:mormot.net.server.pas /// HTTP server using fast http.sys kernel-mode server // - The HTTP Server API enables applications to co ...
分类:Web程序   时间:2020-11-24 12:24:19    阅读次数:8
NO.A.0006——DOS常用命令
一、DOS常用命令操作:1、常用操作示例:win+R键打开运行命令行:启动DOS窗口:sndrec32-------录音机Nslookup-------IP地址侦测器explorer-------打开资源管理器logoff---------注销命令tsshutdn-------60秒倒计时关机命令lusrmgr.msc----本机用户和组services.msc---本地服务设置oobe/msoo
分类:其他好文   时间:2020-11-24 12:22:11    阅读次数:9
Python爬虫实现翻译功能
##前言 学了这么久的python理论知识,需要开始实战来练手巩固了。 ##准备 首先安装爬虫urllib库 pip install urllib 获取有道翻译的链接url 需要发送的参数在form data里 ##示例 import urllib.request import urllib.par ...
分类:编程语言   时间:2020-11-24 12:19:27    阅读次数:8
对图片进行Base64转码和解码
Base64代码 base64.c #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> #include <fcntl.h> // bindata待编码数据buffer base64 编码后数据 ...
分类:其他好文   时间:2020-11-24 12:13:36    阅读次数:7
leetcode 116. Populating Next Right Pointers in Each Node
You are given a perfect binary tree where all leaves are on the same level, and every parent has two children. The binary tree has the following defin ...
分类:其他好文   时间:2020-11-20 12:00:39    阅读次数:9
ACS130 Introduction to Systems
ACS130 Introduction to Systems Engineering and SoftwareIndividual C Programming Assignment 1Assignment weighting: 10% of module markAssignment release ...
分类:其他好文   时间:2020-11-19 12:12:45    阅读次数:5
4633条   上一页 1 ... 10 11 12 13 14 ... 464 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!