码迷,mamicode.com
首页 >  
搜索关键字:intent based    ( 6181个结果
Cannot construct instance of `com.jty.entities.Dept` (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate- or property-based Creator)
使用RestTemplate对象访问请求出错 Cannot construct instance of (no Creators, like default construct, exist): cannot deserialize from Object value (no delegate or ...
分类:其他好文   时间:2020-03-15 10:09:59    阅读次数:100
Android开机自启动应用
问题场景 最近开发一个展示类应用项目,展示设备为若干个24小时运行的Android广告机。考虑到停电的情况该应用需要开机自启动。 背景知识 当Android启动时,会发出一个系统广播,内容为ACTION_BOOT_COMPLETED,它的字符串常量表示为 android.intent.action. ...
分类:移动开发   时间:2020-03-12 23:51:55    阅读次数:147
Object Detection
Object Detection Faster R CNN link for understanding R CNNs: https://medium.com/@jonathan_hui/what do we learn from region based object detectors fast ...
分类:其他好文   时间:2020-03-12 19:15:54    阅读次数:57
/proc/pid/smaps
The /proc/PID/smaps is an extension based on maps, showing the memory consumption for each of the process's mappings. For each of mappings there is a ...
分类:其他好文   时间:2020-03-10 20:11:09    阅读次数:72
Codeforces Round #626 (Div. 2, based on Moscow Open Olympiad in Informatics)(A-C)
题意:根据第一段,只是让你找到任意一组元素,和为偶数即可。还可以根据OUTPUT最后一句,多种答案,输出任意一种。 解析:随便找嘛,所以如果碰到单个偶数,直接输出,否则找出任意两个奇数输出即可。都没有,就输出-1. #include<iostream> #include<cstdio> #inclu ...
分类:其他好文   时间:2020-03-09 01:39:20    阅读次数:125
Codeforces Round #626 (Div. 1, based on Moscow Open Olympiad in Informatics)B(位运算,二分查找)
从低到高枚举当前位i,把所有数字对1<<(i+1)取模,因为比i位高的数字不会影响到低位,在这些数中,两两组成一对,每对的和如果在第i位上为1,++计数,如果计数为奇数,则答案上这一位为1。这个组对的过程通过排序后二分查找完成。 1 #define HAVE_STRUCT_TIMESPEC 2 #i ...
分类:其他好文   时间:2020-03-08 19:31:10    阅读次数:52
Codeforces Round #626 (Div. 2, based on Moscow Open Olympiad in Informatics)【ABCD】(题解)
[toc] 涵盖知识点:思维、树状数组。 比赛链接: "传送门" "A Even Subset Sum Problem" 题意: 找一个子序列使得和为偶数 题解: 选一个偶数或者两个奇数。 Accept Code: "E Instant Noodles" "F Reality Show" ...
分类:其他好文   时间:2020-03-08 14:10:17    阅读次数:59
Codeforces Round #626 (Div. 2, based on Moscow Open Olympiad in Informatics)
A. Even Subset Sum Problem 题意:找和是偶数的子集,没什么好说的,直接上代码。 #include <iostream> #include <algorithm> using namespace std; int n,x; int a[110]; int main() { i ...
分类:其他好文   时间:2020-03-08 12:27:33    阅读次数:68
Codeforces Round #623 (Div. 2, based on VK Cup 2019-2020 - Elimination Round, Engine)
题目链接:https://codeforces.com/contest/1315 A Dead Pixel 诚心诚意的送分题。 题意:给一个n\ m的格子矩阵,和一个坏掉的格子,找一个最大的不包含坏掉的格子的矩阵。 B Homecoming 比A题还没意思。 C Restoring Permutat ...
分类:其他好文   时间:2020-03-07 10:14:25    阅读次数:80
Less(28)GET - Error Based- All your UNION & SELECT belong to us String-Single quote without parenthesis基于错误的,单引号字符型,过滤了union和select等的注入
1.这个和Less(27)差不多,就是把参数变成 id=('1') 2.爆破 (1)爆库:?id=0')%0buniOn%0bsElEct%0b1,database(),3%0bor%0b('1')=('1 (2)爆表:?id=0')%0buniOn%0bsElEct%0b1,(group_conc ...
分类:其他好文   时间:2020-03-03 17:32:44    阅读次数:67
6181条   上一页 1 ... 22 23 24 25 26 ... 619 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!