- 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
- HQL之投影查询
归来朝歌
HQLHibernate查询语句投影查询
在HQL查询中,常常面临这样一个场景,对于多表查询,是要将一个表的对象查出来还是要只需要每个表中的几个字段,最后放在一起显示?
针对上面的场景,如果需要将一个对象查出来:
HQL语句写“from 对象”即可
Session session = HibernateUtil.openSession();
- Spring整合redis
bylijinnan
redis
pom.xml
<dependencies>
<!-- Spring Data - Redis Library -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redi
- org.hibernate.NonUniqueResultException: query did not return a unique result: 2
0624chenhong
Hibernate
参考:http://blog.csdn.net/qingfeilee/article/details/7052736
org.hibernate.NonUniqueResultException: query did not return a unique result: 2
在项目中出现了org.hiber
- android动画效果
不懂事的小屁孩
android动画
前几天弄alertdialog和popupwindow的时候,用到了android的动画效果,今天专门研究了一下关于android的动画效果,列出来,方便以后使用。
Android 平台提供了两类动画。 一类是Tween动画,就是对场景里的对象不断的进行图像变化来产生动画效果(旋转、平移、放缩和渐变)。
第二类就是 Frame动画,即顺序的播放事先做好的图像,与gif图片原理类似。
- js delete 删除机理以及它的内存泄露问题的解决方案
换个号韩国红果果
JavaScript
delete删除属性时只是解除了属性与对象的绑定,故当属性值为一个对象时,删除时会造成内存泄露 (其实还未删除)
举例:
var person={name:{firstname:'bob'}}
var p=person.name
delete person.name
p.firstname -->'bob'
// 依然可以访问p.firstname,存在内存泄露
- Oracle将零干预分析加入网络即服务计划
蓝儿唯美
oracle
由Oracle通信技术部门主导的演示项目并没有在本月较早前法国南斯举行的行业集团TM论坛大会中获得嘉奖。但是,Oracle通信官员解雇致力于打造一个支持零干预分配和编制功能的网络即服务(NaaS)平台,帮助企业以更灵活和更适合云的方式实现通信服务提供商(CSP)的连接产品。这个Oracle主导的项目属于TM Forum Live!活动上展示的Catalyst计划的19个项目之一。Catalyst计
- spring学习——springmvc(二)
a-john
springMVC
Spring MVC提供了非常方便的文件上传功能。
1,配置Spring支持文件上传:
DispatcherServlet本身并不知道如何处理multipart的表单数据,需要一个multipart解析器把POST请求的multipart数据中抽取出来,这样DispatcherServlet就能将其传递给我们的控制器了。为了在Spring中注册multipart解析器,需要声明一个实现了Mul
- POJ-2828-Buy Tickets
aijuans
ACM_POJ
POJ-2828-Buy Tickets
http://poj.org/problem?id=2828
线段树,逆序插入
#include<iostream>#include<cstdio>#include<cstring>#include<cstdlib>using namespace std;#define N 200010struct
- Java Ant build.xml详解
asia007
build.xml
1,什么是antant是构建工具2,什么是构建概念到处可查到,形象来说,你要把代码从某个地方拿来,编译,再拷贝到某个地方去等等操作,当然不仅与此,但是主要用来干这个3,ant的好处跨平台 --因为ant是使用java实现的,所以它跨平台使用简单--与ant的兄弟make比起来语法清晰--同样是和make相比功能强大--ant能做的事情很多,可能你用了很久,你仍然不知道它能有
- android按钮监听器的四种技术
百合不是茶
androidxml配置监听器实现接口
android开发中经常会用到各种各样的监听器,android监听器的写法与java又有不同的地方;
1,activity中使用内部类实现接口 ,创建内部类实例 使用add方法 与java类似
创建监听器的实例
myLis lis = new myLis();
使用add方法给按钮添加监听器
- 软件架构师不等同于资深程序员
bijian1013
程序员架构师架构设计
本文的作者Armel Nene是ETAPIX Global公司的首席架构师,他居住在伦敦,他参与过的开源项目包括 Apache Lucene,,Apache Nutch, Liferay 和 Pentaho等。
如今很多的公司
- TeamForge Wiki Syntax & CollabNet User Information Center
sunjing
TeamForgeHow doAttachementAnchorWiki Syntax
the CollabNet user information center http://help.collab.net/
How do I create a new Wiki page?
A CollabNet TeamForge project can have any number of Wiki pages. All Wiki pages are linked, and
- 【Redis四】Redis数据类型
bit1129
redis
概述
Redis是一个高性能的数据结构服务器,称之为数据结构服务器的原因是,它提供了丰富的数据类型以满足不同的应用场景,本文对Redis的数据类型以及对这些类型可能的操作进行总结。
Redis常用的数据类型包括string、set、list、hash以及sorted set.Redis本身是K/V系统,这里的数据类型指的是value的类型,而不是key的类型,key的类型只有一种即string
- SSH2整合-附源码
白糖_
eclipsespringtomcatHibernateGoogle
今天用eclipse终于整合出了struts2+hibernate+spring框架。
我创建的是tomcat项目,需要有tomcat插件。导入项目以后,鼠标右键选择属性,然后再找到“tomcat”项,勾选一下“Is a tomcat project”即可。具体方法见源码里的jsp图片,sql也在源码里。
补充1:项目中部分jar包不是最新版的,可能导
- [转]开源项目代码的学习方法
braveCS
学习方法
转自:
http://blog.sina.com.cn/s/blog_693458530100lk5m.html
http://www.cnblogs.com/west-link/archive/2011/06/07/2074466.html
1)阅读features。以此来搞清楚该项目有哪些特性2)思考。想想如果自己来做有这些features的项目该如何构架3)下载并安装d
- 编程之美-子数组的最大和(二维)
bylijinnan
编程之美
package beautyOfCoding;
import java.util.Arrays;
import java.util.Random;
public class MaxSubArraySum2 {
/**
* 编程之美 子数组之和的最大值(二维)
*/
private static final int ROW = 5;
private stat
- 读书笔记-3
chengxuyuancsdn
jquery笔记resultMap配置ibatis一对多配置
1、resultMap配置
2、ibatis一对多配置
3、jquery笔记
1、resultMap配置
当<select resultMap="topic_data">
<resultMap id="topic_data">必须一一对应。
(1)<resultMap class="tblTopic&q
- [物理与天文]物理学新进展
comsci
如果我们必须获得某种地球上没有的矿石,才能够进行某些能量输出装置的设计和建造,而要获得这种矿石,又必须首先进行深空探测,而要进行深空探测,又必须获得这种能量输出装置,这个矛盾的循环,会导致地球联盟在与宇宙文明建立关系的时候,陷入困境
怎么办呢?
 
- Oracle 11g新特性:Automatic Diagnostic Repository
daizj
oracleADR
Oracle Database 11g的FDI(Fault Diagnosability Infrastructure)是自动化诊断方面的又一增强。
FDI的一个关键组件是自动诊断库(Automatic Diagnostic Repository-ADR)。
在oracle 11g中,alert文件的信息是以xml的文件格式存在的,另外提供了普通文本格式的alert文件。
这两份log文
- 简单排序:选择排序
dieslrae
选择排序
public void selectSort(int[] array){
int select;
for(int i=0;i<array.length;i++){
select = i;
for(int k=i+1;k<array.leng
- C语言学习六指针的经典程序,互换两个数字
dcj3sjt126com
c
示例程序,swap_1和swap_2都是错误的,推理从1开始推到2,2没完成,推到3就完成了
# include <stdio.h>
void swap_1(int, int);
void swap_2(int *, int *);
void swap_3(int *, int *);
int main(void)
{
int a = 3;
int b =
- php 5.4中php-fpm 的重启、终止操作命令
dcj3sjt126com
PHP
php 5.4中php-fpm 的重启、终止操作命令:
查看php运行目录命令:which php/usr/bin/php
查看php-fpm进程数:ps aux | grep -c php-fpm
查看运行内存/usr/bin/php -i|grep mem
重启php-fpm/etc/init.d/php-fpm restart
在phpinfo()输出内容可以看到php
- 线程同步工具类
shuizhaosi888
同步工具类
同步工具类包括信号量(Semaphore)、栅栏(barrier)、闭锁(CountDownLatch)
闭锁(CountDownLatch)
public class RunMain {
public long timeTasks(int nThreads, final Runnable task) throws InterruptedException {
fin
- bleeding edge是什么意思
haojinghua
DI
不止一次,看到很多讲技术的文章里面出现过这个词语。今天终于弄懂了——通过朋友给的浏览软件,上了wiki。
我再一次感到,没有辞典能像WiKi一样,给出这样体贴人心、一清二楚的解释了。为了表达我对WiKi的喜爱,只好在此一一中英对照,给大家上次课。
In computer science, bleeding edge is a term that
- c中实现utf8和gbk的互转
jimmee
ciconvutf8&gbk编码
#include <iconv.h>
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>
#include <sys/stat.h>
int code_c
- 大型分布式网站架构设计与实践
lilin530
应用服务器搜索引擎
1.大型网站软件系统的特点?
a.高并发,大流量。
b.高可用。
c.海量数据。
d.用户分布广泛,网络情况复杂。
e.安全环境恶劣。
f.需求快速变更,发布频繁。
g.渐进式发展。
2.大型网站架构演化发展历程?
a.初始阶段的网站架构。
应用程序,数据库,文件等所有的资源都在一台服务器上。
b.应用服务器和数据服务器分离。
c.使用缓存改善网站性能。
d.使用应用
- 在代码中获取Android theme中的attr属性值
OliveExcel
androidtheme
Android的Theme是由各种attr组合而成, 每个attr对应了这个属性的一个引用, 这个引用又可以是各种东西.
在某些情况下, 我们需要获取非自定义的主题下某个属性的内容 (比如拿到系统默认的配色colorAccent), 操作方式举例一则:
int defaultColor = 0xFF000000;
int[] attrsArray = { andorid.r.
- 基于Zookeeper的分布式共享锁
roadrunners
zookeeper分布式共享锁
首先,说说我们的场景,订单服务是做成集群的,当两个以上结点同时收到一个相同订单的创建指令,这时并发就产生了,系统就会重复创建订单。等等......场景。这时,分布式共享锁就闪亮登场了。
共享锁在同一个进程中是很容易实现的,但在跨进程或者在不同Server之间就不好实现了。Zookeeper就很容易实现。具体的实现原理官网和其它网站也有翻译,这里就不在赘述了。
官
- 两个容易被忽略的MySQL知识
tomcat_oracle
mysql
1、varchar(5)可以存储多少个汉字,多少个字母数字? 相信有好多人应该跟我一样,对这个已经很熟悉了,根据经验我们能很快的做出决定,比如说用varchar(200)去存储url等等,但是,即使你用了很多次也很熟悉了,也有可能对上面的问题做出错误的回答。 这个问题我查了好多资料,有的人说是可以存储5个字符,2.5个汉字(每个汉字占用两个字节的话),有的人说这个要区分版本,5.0
- zoj 3827 Information Entropy(水题)
阿尔萨斯
format
题目链接:zoj 3827 Information Entropy
题目大意:三种底,计算和。
解题思路:调用库函数就可以直接算了,不过要注意Pi = 0的时候,不过它题目里居然也讲了。。。limp→0+plogb(p)=0,因为p是logp的高阶。
#include <cstdio>
#include <cstring>
#include <cmath&