自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (13)
  • 收藏
  • 关注

原创 使用debuginfo-install安装glibc

安装yum-utils[root@localhost ~]# yum install nss-softokn-debuginfo --nogpgcheck[root@localhost ~]# yum install yum-utils使用debuginfo-install安装glibc[root@localhost ~]# debuginfo-install glibc

2018-01-31 17:49:58 3713

原创 121. Best Time to Buy and Sell Stock

Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), d

2018-01-26 10:50:10 168

原创 53. Maximum Subarray

Find the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array [-2,1,-3,4,-1,2,1,-5,4],the contiguous subarray [4,-1,2,1] ha

2018-01-25 16:53:12 148

原创 10. Regular Expression Matching

Implement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The matching should cover the entire inpu

2018-01-25 11:05:07 151

原创 763. Partition Labels

A string S of lowercase letters is given. We want to partition this string into as many parts as possible so that each letter appears in at most one part, and return a list of integers representing

2018-01-23 16:17:16 200

原创 读内核源码(Linux 4.9.9)之共享内存的实现

1 共享内存使用1.1 共享内存头文件#include#include1.2 共享内存APIint shmget(key_t key,size_t size,int shmflg);@key    : 提供一个参数key,它有效地为共享内存段命名,@size   : 以字节为单位指定需要共享的内存容量@shmflg : 是权限标志,它的作用与open函数的mo

2018-01-22 20:18:01 1274

原创 Merge Two Binary Trees

Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are not.You need to merge them into a new binary tr

2018-01-22 17:48:24 217

原创 654. Maximum Binary Tree

Given an integer array with no duplicates. A maximum tree building on this array is defined as follow:The root is the maximum number in the array.The left subtree is the maximum tree constructed f

2018-01-22 16:53:36 142

原创 760. Find Anagram Mappings

Given two lists Aand B, and B is an anagram of A. B is an anagram of A means B is made by randomizing the order of the elements in A.We want to find an index mapping P, from A to B. A mapping P[

2018-01-22 14:49:18 326

原创 内核添加调试信息

Systemtap需要添加kernel-debuginfo和utrace支持,添加一下选项,重新编译内核CONFIG_KPROBE=yCONFIG_DEBUG_INFO=yCONFIG_DEBUG_FS=yCONFIG_RELAY=yCONFIG_KPROBE_EVENT=yCONFIG_UPROBE_EVENT=yC

2018-01-17 18:35:54 1284

原创 openstack访问horizon出现End of script output before headers: django.wsgi

WSGIApplicationGroup %{GLOBAL}把上面这行添加到/etc/apache2/conf-available/openstack-dashboard.conf重启httpd

2018-01-02 11:07:29 1164

奥比中光3D摄像头驱动(包含Linux和Windows)

OpenNI-Linux-Arm-2.3.0.66 OpenNI-Linux-Arm64-2.3.0.66 OpenNI-Linux-x64-2.3.0.66 OpenNI-Linux-x86-2.3.0.66 Windows-x64 Windows-x86

2023-03-16

Linux 下制作Windows 启动盘

Ubuntu等Linux系统下 下制作Windows 启动盘

2023-03-11

mac mounty

mac下读写ntfs,免费,方便,非常方便的小软件,操作简便

2019-01-18

bcprov加密库

org.bouncycastle.openssl.PEMException: problem parsing ENCRYPTED PRIVATE KEY: java.lang.SecurityException: JCE cannot authenticate the provider BC at org.bouncycastle.openssl.PEMReader$EncryptedPrivateKeyParser.parseObject(Unknown Source) at org.bouncycastle.openssl.PEMReader.readObject(Unknown Source) at org.whispersystems.textsecuregcm.push.RetryingApnsClient.initializePrivateKey(RetryingApnsClient.java:135) at org.whispersystems.textsecuregcm.push.RetryingApnsClient.(RetryingApnsClient.java:65) at org.whispersystems.textsecuregcm.push.APNSender.(APNSender.java:61) at org.whispersystems.textsecuregcm.WhisperServerService.run(WhisperServerService.java:182) at org.whispersystems.textsecuregcm.WhisperServerService.run(WhisperServerService.java:111) at io.dropwizard.cli.EnvironmentCommand.run(EnvironmentCommand.java:43) at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:87) at io.dropwizard.cli.Cli.run(Cli.java:78) at io.dropwizard.Application.run(Application.java:93) at org.whispersystems.textsecuregcm.WhisperServerService.main(WhisperServerService.java:283) Caused by: java.lang.SecurityException: JCE cannot authenticate the provider BC at javax.crypto.Cipher.getInstance(Cipher.java:656) at javax.crypto.Cipher.getInstance(Cipher.java:595) ... 12 more Caused by: java.util.jar.JarException: file:/opt/code/signal-Server-master/target/TextSecureServer-1.87.jar has unsigned entries - org/whispersystems/dispatch/DispatchManager$4.class at javax.crypto.JarVerifier.verifySingleJar(JarVerifier.java:502) at javax.crypto.JarVerifier.verifyJars(JarVerifier.java:363) at javax.crypto.JarVerifier.verify(JarVerifier.java:289) at javax.crypto.JceSecurity.verifyProviderJar(JceSecurity.java:164) at javax.crypto.JceSecurity.getVerificationResult(JceSecurity.java:190) at javax.crypto.Cipher.getInstance(Cipher.java:652) ... 13 more --------------------- 作者:idwtwt 来源:CSDN 原文:https://blog.csdn.net/idwtwt/article/details/83793940 版权声明:本文为

2018-11-06

数值分析 索尔 中文版 扫描版

全网最低分,高质量文档,数值分析 ,国内外最权威著作

2018-09-19

深度学习入门之PyTorch.pdf

带完整目录,个人专门编辑,非常好的深度学习入门文档

2018-09-05

fer2013.tar.gz

表情识别数据fer2013,原地址在https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge/data

2018-08-08

source insight 宏

source insight 宏,快捷添加文件头,函数头注释等宏

2017-06-13

java反编译工具

java反编译工具

2016-09-16

android备份,恢复源码

功能:备份联系人,短信到邮箱或sd卡,从sd卡,邮箱恢复短信,联系人,大部分有详细解释

2013-12-22

vc波形实时显示,可以多路

别人写的一个类,相当于控件;挺好用的;里面有使用的介绍

2012-05-14

红外模拟调制发射接收

老师给的一个红外调制发射接收器,由巴特沃斯滤波器组成,还没有经过实践验证,现分享一下

2012-01-12

PCF8591中文手册

PCEF8591的中文技术手册,翻译得还过得去,分享给大家,希望对英文不好的用些好处

2011-05-01

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除