- Windows 10上源码编译glog和gflags 编写glog-config.cmake和gflags-config.cmake
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/bb64e398/,欢迎阅读!compileglogv0.3.5andglagsonwindowsfromsource.Seriescompileglogandglagsonwindowscompileglogandglagsonubuntu16.04Guideversionglog:v0.3.5https://github.co
- ubuntu 16.04上源码编译glog和gflags 编写glog-config.cmake和gflags-config.cmake
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/977f5125/,欢迎阅读!compileglogandglagsonubuntu16.04Seriescompileglogandglagsonwindowscompileglogandglagsonubuntu16.04Guideversionwgethttps://github.com/schuhschuh/gflags/
- ubuntu 16.04源码编译OpenCV教程 | compile opencv on ubuntu 16.04
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/15f5c3e8/,欢迎阅读!compileopencvonubuntu16.04SeriesPart1:compileopencvonubuntu16.04Part2:compileopencvwithCUDAsupportonwindows10Part3:opencvmatforloopPart4:speedupopencvi
- Ubuntu 16.04源码编译boost库 编写CMakeLists.txt | compile boost 1.66.0 from source on ubuntu 16.04
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/d5d4a460/,欢迎阅读!compileboost1.66.0fromsourceonubuntu16.04Guideapt-get#1.58forubuntu16.04sudoapt-getinstalllibboost-all-devcompilefromsourcesudoapt-get-ypurgelibboost-a
- windows 10使用vscode进行远程代码开发 | tutorial to use vscode for remote development using ssh on windows
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/c93b6ba6/,欢迎阅读最新内容!tutorialtousevscodeforremotedevelopmentusingsshonwindowsGuideserversudoapt-getinstallopenssh-serverlocalinstallssh-clientonlocalmachine.downloadVSC
- Ubuntu 16.04安装ROS Kinetic详细教程 | Tutorial to Install ROS Kinetic on Ubuntu 16.04
kezunlin
kezunlin.meros
本文首发于个人博客https://kezunlin.me/post/e2780b93/,欢迎阅读!TutorialtoInstallandConfigureROSKineticonUbuntu16.04.ROSreleaseROSversionUbuntuversion2016.3ROSKineticKameUbuntu16.04(Xenial)/Ubuntu15.10InstallGuidequ
- 使用TensorRT对caffe和pytorch onnx模型进行fp32和fp16推理
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/bcdfb73c/,欢迎阅读最新内容!tensorrtfp32fp16tutorialwithcaffepytorchministmodelSeriesPart1:installandconfiguretensorrt4onubuntu16.04Part2:tensorrtfp32fp16tutorialPart3:tensorr
- keras EfficientNet介绍,在ImageNet任务上涨点明显 | keras efficientnet introduction
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/88fbc049/,欢迎阅读最新内容!kerasefficientnetintroductionGuideAboutEfficientNetModelscomparedwithresnet50,EfficientNet-B4improvesthetop-1accuracyfrom76.3%ofResNet-50to82.6%(6.
- C 中自定义类2种自增运算的代码实现和区别
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/caef83a3/,欢迎阅读最新内容!cppivsiforuserdefinedclassGuidecode#include#include#include#include#includeusingnamespacestd;classInteger{public:Integer(intvalue):v(value){cout<<"
- 如何使用resty命令行客户端和http rest服务进行交互
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/4f5f98b9/,欢迎阅读最新内容!howtoinstallanduserestycommandlineclientforinteractingwithrestservicesGuideinstallYouhavecurl,right?Okay.curl-Lhttps://raw.githubusercontent.com/mi
- python有用代码合集 旋转图像/base64图像编码/json序列化/request爬取网页等
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/77697d8d/,欢迎阅读最新内容!pythonusefultoolsandcodesnippetsGuideflipimportcv2image=cv2.imread("demo.jpg")#FlippedHorizontally水平翻转h_flip=cv2.flip(image,1)cv2.imwrite("demo-h.j
- C 中如何使用CUDA进行高性能大规模矩阵乘法运算?
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/ad5c5bd9/,欢迎阅读最新内容!cublasSgemmforlargematrixmultiplicationongpuinCGuidePart1:cppcudaprogrammingtutorialPart2:cudaactivationkernelsPart3:cublasSgemmforlargematrixmulti
- ubuntu 16.04 上使用pybind11进行C 和Python代码相互调用 | Interfacing C and Python
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/a41adc1/,欢迎阅读!InterfacingCandPythonwithpybind11onubuntu16.04SeriesPart1:InterfacingCandPythonwithpybind11onwindows10Part2:InterfacingCandPythonwithpybind11onubuntu16.
- C 中如何使用CUDA自己实现常用的深度学习激活函数?
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/ee123cac/,欢迎阅读最新内容!howtoimplementdeeplearningactivationkernelswithcudaincGuidePart1:cppcudaprogrammingtutorialPart2:cudaactivationkernelsPart3:cublasSgemmforlargematr
- ubuntu 16.04上源码编译和安装cgal并编写CMakeLists.txt | compile and install cgal on ubuntu 16.04
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/39ab7ed9/,欢迎阅读最新内容!compileandinstallcgalonubuntu16.04Guideversion:4.13.1installwgethttps://github.com/CGAL/cgal/releases/download/releases/CGAL-4.13.1/CGAL-4.13.1.zip
- Ubuntu 16.04上源码编译和安装pytorch教程,并编写C Demo CMakeLists.txt
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/54e7a3d8/,欢迎阅读最新内容!tutorialtocompileandusepytorchonubuntu16.04PyTorchforPythoninstallpytorchfromanacondacondainfo--envscondaactivatepy35#newestversion#1.1.0pytorch/0.
- keras RAdam优化器使用教程, keras加载模型包含自定义优化器报错 如何解决?
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/c691f02b/,欢迎阅读最新内容!pythonkerasRAdamtutorialandloadcustomoptimizerwithCustomObjectScopeRAdamusageimportkerasimportnumpyasnpfromkeras_radamimportRAdam#Buildtoymodelwith
- Ubuntu网络network eth0配置 | ubuntu network configuration
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/5076bc45/,欢迎阅读!ubuntunetworkconfigurationGuidenetworkproxySystemwide:Network--->None/Manualchrome:cannotsetfirefox:about:preferences--->NetworkProxyeth0configrenamexx
- keras对图像数据进行增强 | keras data augmentation
kezunlin
kezunlin.me
本文首发于个人博客https://kezunlin.me/post/8db507ff/,欢迎阅读最新内容!kerasdataaugmentationGuidecode#importthenecessarypackagesfromkeras.preprocessing.imageimportImageDataGeneratorfromkeras.preprocessing.imageimportim
- 如何编译和使用自定义Qt动态链接库 | how to build and use user-defined qt library
kezunlin
本文首发于个人博客https://kezunlin.me/post/cf628dd8/,欢迎阅读!guidetobuildqtlibraryanduseinanotherprojectGuidebuildqtlibraryQObjectclassclassSHARED_EXPORTCameraGrabber:publicQObject{Q_OBJECTsignals:voidsendFrameTr
- C++中如何使用CUDA进行高性能大规模矩阵乘法运算
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/ad5c5bd9/,欢迎阅读最新内容!cublasSgemmforlargematrixmultiplicationongpuinC++GuidePart1:cppcudaprogrammingtutorialPart2:cudaactivationkernelsPart3:cublasSgemmforlargematrixmul
- C++中如何使用CUDA自己实现常用的深度学习激活函数?
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/ee123cac/,欢迎阅读最新内容!howtoimplementdeeplearningactivationkernelswithcudainc++GuidePart1:cppcudaprogrammingtutorialPart2:cudaactivationkernelsPart3:cublasSgemmforlargema
- caffe和pytorch如何从文件file和流stream中导入模型?
kezunlin
深度学习
本文首发于个人博客https://kezunlin.me/post/5898412/,欢迎阅读最新内容!loadmodelfromfileandstreamforcaffeandpytorchGuidecaffeloadfromfileenumcaffe::Phasephase=caffe::Phase::TEST;std::stringproto_filepath="yolov3.prototx
- 如何在动态链接库dll/so中导出自定义的模板类template class
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/4ec4ae49/,欢迎阅读最新内容!howtoimplementatemplateclasswithc++andexportindll/soGuidequestions模板类必须在header中实现,而不能在cpp中实现,否则作为dll调用进行链接的时候回出错。commonsolutions(Recommend)implemen
- 5种智能指针指向数组的方法
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/b82753fc/,欢迎阅读最新内容!5methodsforc++shared_ptrpointtoanarrayGuideshared_ptrPriortoC++17,shared_ptrcouldnotbeusedtomanagedynamicallyallocatedarrays.Bydefault,shared_ptrwi
- nlohmann 最优秀的C++序列化工具库 详细入门教程
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/f3c3eb8/,欢迎阅读最新内容!tutorialtousenlohmannjsonforserializingdatawithmoderncppGuideinclude#include//forconvenienceusingjson=nlohmann::json;compilewith-std=c++11CMakeLists
- C++ 如何用百行代码实现线程安全的并发队列 | concurrent queue
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/cabccf5c/,欢迎阅读最新内容!concurrentqueueorblockingqueueimplementedincppGuideintroductionWhereproduce-consumerpatternispresentitisoftenthecasethatoneisfasterthattheother:apa
- 你的首个golang语言详细入门教程 | your first golang tutorial
kezunlin
golang
本文首发于个人博客https://kezunlin.me/post/a0fb7f06/,欢迎阅读最新内容!yourfirstgolangtutorialgotutorialversions:go:1.13.1installwgethttps://dl.google.com/go/go1.13.1.linux-amd64.tar.gzsudotar-C/usr/local-xzfgo1.13.1.l
- 如何使用1行代码让你的C++程序控制台输出彩色log信息
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/a201e11b/,欢迎阅读最新内容!colorwheelforcoloredprintandtraceforcppprogramsGuideinstallsudowget-O/usr/include/colorwheel.hhttps://raw.githubusercontent.com/Totoditoto/colorwhe
- C++如何使用宏定义来简化代码性能测试
kezunlin
c++
本文首发于个人博客https://kezunlin.me/post/65dc693d/,欢迎阅读最新内容!cppmacrolikefunctiontoimplementaperformanceprofilerGuidemacroexpansionsname===>quoteasstrings"xxx"name,name===>xxxa##b===>concatenatetheprecedingan
- 戴尔笔记本win8系统改装win7系统
sophia天雪
win7戴尔改装系统win8
戴尔win8 系统改装win7 系统详述
第一步:使用U盘制作虚拟光驱:
1)下载安装UltraISO:注册码可以在网上搜索。
2)启动UltraISO,点击“文件”—》“打开”按钮,打开已经准备好的ISO镜像文
- BeanUtils.copyProperties使用笔记
bylijinnan
java
BeanUtils.copyProperties VS PropertyUtils.copyProperties
两者最大的区别是:
BeanUtils.copyProperties会进行类型转换,而PropertyUtils.copyProperties不会。
既然进行了类型转换,那BeanUtils.copyProperties的速度比不上PropertyUtils.copyProp
- MyEclipse中文乱码问题
0624chenhong
MyEclipse
一、设置新建常见文件的默认编码格式,也就是文件保存的格式。
在不对MyEclipse进行设置的时候,默认保存文件的编码,一般跟简体中文操作系统(如windows2000,windowsXP)的编码一致,即GBK。
在简体中文系统下,ANSI 编码代表 GBK编码;在日文操作系统下,ANSI 编码代表 JIS 编码。
Window-->Preferences-->General -
- 发送邮件
不懂事的小屁孩
send email
import org.apache.commons.mail.EmailAttachment;
import org.apache.commons.mail.EmailException;
import org.apache.commons.mail.HtmlEmail;
import org.apache.commons.mail.MultiPartEmail;
- 动画合集
换个号韩国红果果
htmlcss
动画 指一种样式变为另一种样式 keyframes应当始终定义0 100 过程
1 transition 制作鼠标滑过图片时的放大效果
css
.wrap{
width: 340px;height: 340px;
position: absolute;
top: 30%;
left: 20%;
overflow: hidden;
bor
- 网络最常见的攻击方式竟然是SQL注入
蓝儿唯美
sql注入
NTT研究表明,尽管SQL注入(SQLi)型攻击记录详尽且为人熟知,但目前网络应用程序仍然是SQLi攻击的重灾区。
信息安全和风险管理公司NTTCom Security发布的《2015全球智能威胁风险报告》表明,目前黑客攻击网络应用程序方式中最流行的,要数SQLi攻击。报告对去年发生的60亿攻击 行为进行分析,指出SQLi攻击是最常见的网络应用程序攻击方式。全球网络应用程序攻击中,SQLi攻击占
- java笔记2
a-john
java
类的封装:
1,java中,对象就是一个封装体。封装是把对象的属性和服务结合成一个独立的的单位。并尽可能隐藏对象的内部细节(尤其是私有数据)
2,目的:使对象以外的部分不能随意存取对象的内部数据(如属性),从而使软件错误能够局部化,减少差错和排错的难度。
3,简单来说,“隐藏属性、方法或实现细节的过程”称为——封装。
4,封装的特性:
4.1设置
- [Andengine]Error:can't creat bitmap form path “gfx/xxx.xxx”
aijuans
学习Android遇到的错误
最开始遇到这个错误是很早以前了,以前也没注意,只当是一个不理解的bug,因为所有的texture,textureregion都没有问题,但是就是提示错误。
昨天和美工要图片,本来是要背景透明的png格式,可是她却给了我一个jpg的。说明了之后她说没法改,因为没有png这个保存选项。
我就看了一下,和她要了psd的文件,还好我有一点
- 自己写的一个繁体到简体的转换程序
asialee
java转换繁体filter简体
今天调研一个任务,基于java的filter实现繁体到简体的转换,于是写了一个demo,给各位博友奉上,欢迎批评指正。
实现的思路是重载request的调取参数的几个方法,然后做下转换。
- android意图和意图监听器技术
百合不是茶
android显示意图隐式意图意图监听器
Intent是在activity之间传递数据;Intent的传递分为显示传递和隐式传递
显式意图:调用Intent.setComponent() 或 Intent.setClassName() 或 Intent.setClass()方法明确指定了组件名的Intent为显式意图,显式意图明确指定了Intent应该传递给哪个组件。
隐式意图;不指明调用的名称,根据设
- spring3中新增的@value注解
bijian1013
javaspring@Value
在spring 3.0中,可以通过使用@value,对一些如xxx.properties文件中的文件,进行键值对的注入,例子如下:
1.首先在applicationContext.xml中加入:
<beans xmlns="http://www.springframework.
- Jboss启用CXF日志
sunjing
logjbossCXF
1. 在standalone.xml配置文件中添加system-properties:
<system-properties> <property name="org.apache.cxf.logging.enabled" value=&
- 【Hadoop三】Centos7_x86_64部署Hadoop集群之编译Hadoop源代码
bit1129
centos
编译必需的软件
Firebugs3.0.0
Maven3.2.3
Ant
JDK1.7.0_67
protobuf-2.5.0
Hadoop 2.5.2源码包
Firebugs3.0.0
http://sourceforge.jp/projects/sfnet_findbug
- struts2验证框架的使用和扩展
白糖_
框架xmlbeanstruts正则表达式
struts2能够对前台提交的表单数据进行输入有效性校验,通常有两种方式:
1、在Action类中通过validatexx方法验证,这种方式很简单,在此不再赘述;
2、通过编写xx-validation.xml文件执行表单验证,当用户提交表单请求后,struts会优先执行xml文件,如果校验不通过是不会让请求访问指定action的。
本文介绍一下struts2通过xml文件进行校验的方法并说
- 记录-感悟
braveCS
感悟
再翻翻以前写的感悟,有时会发现自己很幼稚,也会让自己找回初心。
2015-1-11 1. 能在工作之余学习感兴趣的东西已经很幸福了;
2. 要改变自己,不能这样一直在原来区域,要突破安全区舒适区,才能提高自己,往好的方面发展;
3. 多反省多思考;要会用工具,而不是变成工具的奴隶;
4. 一天内集中一个定长时间段看最新资讯和偏流式博
- 编程之美-数组中最长递增子序列
bylijinnan
编程之美
import java.util.Arrays;
import java.util.Random;
public class LongestAccendingSubSequence {
/**
* 编程之美 数组中最长递增子序列
* 书上的解法容易理解
* 另一方法书上没有提到的是,可以将数组排序(由小到大)得到新的数组,
* 然后求排序后的数组与原数
- 读书笔记5
chengxuyuancsdn
重复提交struts2的token验证
1、重复提交
2、struts2的token验证
3、用response返回xml时的注意
1、重复提交
(1)应用场景
(1-1)点击提交按钮两次。
(1-2)使用浏览器后退按钮重复之前的操作,导致重复提交表单。
(1-3)刷新页面
(1-4)使用浏览器历史记录重复提交表单。
(1-5)浏览器重复的 HTTP 请求。
(2)解决方法
(2-1)禁掉提交按钮
(2-2)
- [时空与探索]全球联合进行第二次费城实验的可能性
comsci
二次世界大战前后,由爱因斯坦参加的一次在海军舰艇上进行的物理学实验 -费城实验
至今给我们大家留下很多迷团.....
关于费城实验的详细过程,大家可以在网络上搜索一下,我这里就不详细描述了
在这里,我的意思是,现在
- easy connect 之 ORA-12154: TNS: 无法解析指定的连接标识符
daizj
oracleORA-12154
用easy connect连接出现“tns无法解析指定的连接标示符”的错误,如下:
C:\Users\Administrator>sqlplus username/
[email protected]:1521/orcl
SQL*Plus: Release 10.2.0.1.0 – Production on 星期一 5月 21 18:16:20 2012
Copyright (c) 198
- 简单排序:归并排序
dieslrae
归并排序
public void mergeSort(int[] array){
int temp = array.length/2;
if(temp == 0){
return;
}
int[] a = new int[temp];
int
- C语言中字符串的\0和空格
dcj3sjt126com
c
\0 为字符串结束符,比如说:
abcd (空格)cdefg;
存入数组时,空格作为一个字符占有一个字节的空间,我们
- 解决Composer国内速度慢的办法
dcj3sjt126com
Composer
用法:
有两种方式启用本镜像服务:
1 将以下配置信息添加到 Composer 的配置文件 config.json 中(系统全局配置)。见“例1”
2 将以下配置信息添加到你的项目的 composer.json 文件中(针对单个项目配置)。见“例2”
为了避免安装包的时候都要执行两次查询,切记要添加禁用 packagist 的设置,如下 1 2 3 4 5
- 高效可伸缩的结果缓存
shuizhaosi888
高效可伸缩的结果缓存
/**
* 要执行的算法,返回结果v
*/
public interface Computable<A, V> {
public V comput(final A arg);
}
/**
* 用于缓存数据
*/
public class Memoizer<A, V> implements Computable<A,
- 三点定位的算法
haoningabc
c算法
三点定位,
已知a,b,c三个顶点的x,y坐标
和三个点都z坐标的距离,la,lb,lc
求z点的坐标
原理就是围绕a,b,c 三个点画圆,三个圆焦点的部分就是所求
但是,由于三个点的距离可能不准,不一定会有结果,
所以是三个圆环的焦点,环的宽度开始为0,没有取到则加1
运行
gcc -lm test.c
test.c代码如下
#include "stdi
- epoll使用详解
jimmee
clinux服务端编程epoll
epoll - I/O event notification facility在linux的网络编程中,很长的时间都在使用select来做事件触发。在linux新的内核中,有了一种替换它的机制,就是epoll。相比于select,epoll最大的好处在于它不会随着监听fd数目的增长而降低效率。因为在内核中的select实现中,它是采用轮询来处理的,轮询的fd数目越多,自然耗时越多。并且,在linu
- Hibernate对Enum的映射的基本使用方法
linzx0212
enumHibernate
枚举
/**
* 性别枚举
*/
public enum Gender {
MALE(0), FEMALE(1), OTHER(2);
private Gender(int i) {
this.i = i;
}
private int i;
public int getI
- 第10章 高级事件(下)
onestopweb
事件
index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/
- 孙子兵法
roadrunners
孙子兵法
始计第一
孙子曰:
兵者,国之大事,死生之地,存亡之道,不可不察也。
故经之以五事,校之以计,而索其情:一曰道,二曰天,三曰地,四曰将,五
曰法。道者,令民于上同意,可与之死,可与之生,而不危也;天者,阴阳、寒暑
、时制也;地者,远近、险易、广狭、死生也;将者,智、信、仁、勇、严也;法
者,曲制、官道、主用也。凡此五者,将莫不闻,知之者胜,不知之者不胜。故校
之以计,而索其情,曰
- MySQL双向复制
tomcat_oracle
mysql
本文包括:
主机配置
从机配置
建立主-从复制
建立双向复制
背景
按照以下简单的步骤:
参考一下:
在机器A配置主机(192.168.1.30)
在机器B配置从机(192.168.1.29)
我们可以使用下面的步骤来实现这一点
步骤1:机器A设置主机
在主机中打开配置文件 ,
- zoj 3822 Domination(dp)
阿尔萨斯
Mina
题目链接:zoj 3822 Domination
题目大意:给定一个N∗M的棋盘,每次任选一个位置放置一枚棋子,直到每行每列上都至少有一枚棋子,问放置棋子个数的期望。
解题思路:大白书上概率那一张有一道类似的题目,但是因为时间比较久了,还是稍微想了一下。dp[i][j][k]表示i行j列上均有至少一枚棋子,并且消耗k步的概率(k≤i∗j),因为放置在i+1~n上等价与放在i+1行上,同理