- 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
- PHP,安卓,UI,java,linux视频教程合集
cocos2d-x小菜
javaUIPHPandroidlinux
╔-----------------------------------╗┆
- 各表中的列名必须唯一。在表 'dbo.XXX' 中多次指定了列名 'XXX'。
bozch
.net.net mvc
在.net mvc5中,在执行某一操作的时候,出现了如下错误:
各表中的列名必须唯一。在表 'dbo.XXX' 中多次指定了列名 'XXX'。
经查询当前的操作与错误内容无关,经过对错误信息的排查发现,事故出现在数据库迁移上。
回想过去: 在迁移之前已经对数据库进行了添加字段操作,再次进行迁移插入XXX字段的时候,就会提示如上错误。
&
- Java 对象大小的计算
e200702084
java
Java对象的大小
如何计算一个对象的大小呢?
 
- Mybatis Spring
171815164
mybatis
ApplicationContext ac = new ClassPathXmlApplicationContext("applicationContext.xml");
CustomerService userService = (CustomerService) ac.getBean("customerService");
Customer cust
- JVM 不稳定参数
g21121
jvm
-XX 参数被称为不稳定参数,之所以这么叫是因为此类参数的设置很容易引起JVM 性能上的差异,使JVM 存在极大的不稳定性。当然这是在非合理设置的前提下,如果此类参数设置合理讲大大提高JVM 的性能及稳定性。 可以说“不稳定参数”
- 用户自动登录网站
永夜-极光
用户
1.目标:实现用户登录后,再次登录就自动登录,无需用户名和密码
2.思路:将用户的信息保存为cookie
每次用户访问网站,通过filter拦截所有请求,在filter中读取所有的cookie,如果找到了保存登录信息的cookie,那么在cookie中读取登录信息,然后直接
- centos7 安装后失去win7的引导记录
程序员是怎么炼成的
操作系统
1.使用root身份(必须)打开 /boot/grub2/grub.cfg 2.找到 ### BEGIN /etc/grub.d/30_os-prober ### 在后面添加 menuentry "Windows 7 (loader) (on /dev/sda1)" { 
- Oracle 10g 官方中文安装帮助文档以及Oracle官方中文教程文档下载
aijuans
oracle
Oracle 10g 官方中文安装帮助文档下载:http://download.csdn.net/tag/Oracle%E4%B8%AD%E6%96%87API%EF%BC%8COracle%E4%B8%AD%E6%96%87%E6%96%87%E6%A1%A3%EF%BC%8Coracle%E5%AD%A6%E4%B9%A0%E6%96%87%E6%A1%A3 Oracle 10g 官方中文教程
- JavaEE开源快速开发平台G4Studio_V3.2发布了
無為子
AOPoraclemysqljavaeeG4Studio
我非常高兴地宣布,今天我们最新的JavaEE开源快速开发平台G4Studio_V3.2版本已经正式发布。大家可以通过如下地址下载。
访问G4Studio网站
http://www.g4it.org
G4Studio_V3.2版本变更日志
功能新增
(1).新增了系统右下角滑出提示窗口功能。
(2).新增了文件资源的Zip压缩和解压缩
- Oracle常用的单行函数应用技巧总结
百合不是茶
日期函数转换函数(核心)数字函数通用函数(核心)字符函数
单行函数; 字符函数,数字函数,日期函数,转换函数(核心),通用函数(核心)
一:字符函数:
.UPPER(字符串) 将字符串转为大写
.LOWER (字符串) 将字符串转为小写
.INITCAP(字符串) 将首字母大写
.LENGTH (字符串) 字符串的长度
.REPLACE(字符串,'A','_') 将字符串字符A转换成_
- Mockito异常测试实例
bijian1013
java单元测试mockito
Mockito异常测试实例:
package com.bijian.study;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import org.junit.Assert;
import org.junit.Test;
import org.mockito.
- GA与量子恒道统计
Bill_chen
JavaScript浏览器百度Google防火墙
前一阵子,统计**网址时,Google Analytics(GA) 和量子恒道统计(也称量子统计),数据有较大的偏差,仔细找相关资料研究了下,总结如下:
为何GA和量子网站统计(量子统计前身为雅虎统计)结果不同?
首先:没有一种网站统计工具能保证百分之百的准确出现该问题可能有以下几个原因:(1)不同的统计分析系统的算法机制不同;(2)统计代码放置的位置和前后
- 【Linux命令三】Top命令
bit1129
linux命令
Linux的Top命令类似于Windows的任务管理器,可以查看当前系统的运行情况,包括CPU、内存的使用情况等。如下是一个Top命令的执行结果:
top - 21:22:04 up 1 day, 23:49, 1 user, load average: 1.10, 1.66, 1.99
Tasks: 202 total, 4 running, 198 sl
- spring四种依赖注入方式
白糖_
spring
平常的java开发中,程序员在某个类中需要依赖其它类的方法,则通常是new一个依赖类再调用类实例的方法,这种开发存在的问题是new的类实例不好统一管理,spring提出了依赖注入的思想,即依赖类不由程序员实例化,而是通过spring容器帮我们new指定实例并且将实例注入到需要该对象的类中。依赖注入的另一种说法是“控制反转”,通俗的理解是:平常我们new一个实例,这个实例的控制权是我
- angular.injector
boyitech
AngularJSAngularJS API
angular.injector
描述: 创建一个injector对象, 调用injector对象的方法可以获得angular的service, 或者用来做依赖注入. 使用方法: angular.injector(modules, [strictDi]) 参数详解: Param Type Details mod
- java-同步访问一个数组Integer[10],生产者不断地往数组放入整数1000,数组满时等待;消费者不断地将数组里面的数置零,数组空时等待
bylijinnan
Integer
public class PC {
/**
* 题目:生产者-消费者。
* 同步访问一个数组Integer[10],生产者不断地往数组放入整数1000,数组满时等待;消费者不断地将数组里面的数置零,数组空时等待。
*/
private static final Integer[] val=new Integer[10];
private static
- 使用Struts2.2.1配置
Chen.H
apachespringWebxmlstruts
Struts2.2.1 需要如下 jar包: commons-fileupload-1.2.1.jar commons-io-1.3.2.jar commons-logging-1.0.4.jar freemarker-2.3.16.jar javassist-3.7.ga.jar ognl-3.0.jar spring.jar
struts2-core-2.2.1.jar struts2-sp
- [职业与教育]青春之歌
comsci
教育
每个人都有自己的青春之歌............但是我要说的却不是青春...
大家如果在自己的职业生涯没有给自己以后创业留一点点机会,仅仅凭学历和人脉关系,是难以在竞争激烈的市场中生存下去的....
&nbs
- oracle连接(join)中使用using关键字
daizj
JOINoraclesqlusing
在oracle连接(join)中使用using关键字
34. View the Exhibit and examine the structure of the ORDERS and ORDER_ITEMS tables.
Evaluate the following SQL statement:
SELECT oi.order_id, product_id, order_date
FRO
- NIO示例
daysinsun
nio
NIO服务端代码:
public class NIOServer {
private Selector selector;
public void startServer(int port) throws IOException {
ServerSocketChannel serverChannel = ServerSocketChannel.open(
- C语言学习homework1
dcj3sjt126com
chomework
0、 课堂练习做完
1、使用sizeof计算出你所知道的所有的类型占用的空间。
int x;
sizeof(x);
sizeof(int);
# include <stdio.h>
int main(void)
{
int x1;
char x2;
double x3;
float x4;
printf(&quo
- select in order by , mysql排序
dcj3sjt126com
mysql
If i select like this:
SELECT id FROM users WHERE id IN(3,4,8,1);
This by default will select users in this order
1,3,4,8,
I would like to select them in the same order that i put IN() values so:
- 页面校验-新建项目
fanxiaolong
页面校验
$(document).ready(
function() {
var flag = true;
$('#changeform').submit(function() {
var projectScValNull = true;
var s ="";
var parent_id = $("#parent_id").v
- Ehcache(02)——ehcache.xml简介
234390216
ehcacheehcache.xml简介
ehcache.xml简介
ehcache.xml文件是用来定义Ehcache的配置信息的,更准确的来说它是定义CacheManager的配置信息的。根据之前我们在《Ehcache简介》一文中对CacheManager的介绍我们知道一切Ehcache的应用都是从CacheManager开始的。在不指定配置信
- junit 4.11中三个新功能
jackyrong
java
junit 4.11中两个新增的功能,首先是注解中可以参数化,比如
import static org.junit.Assert.assertEquals;
import java.util.Arrays;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runn
- 国外程序员爱用苹果Mac电脑的10大理由
php教程分享
windowsPHPunixMicrosoftperl
Mac 在国外很受欢迎,尤其是在 设计/web开发/IT 人员圈子里。普通用户喜欢 Mac 可以理解,毕竟 Mac 设计美观,简单好用,没有病毒。那么为什么专业人士也对 Mac 情有独钟呢?从个人使用经验来看我想有下面几个原因:
1、Mac OS X 是基于 Unix 的
这一点太重要了,尤其是对开发人员,至少对于我来说很重要,这意味着Unix 下一堆好用的工具都可以随手捡到。如果你是个 wi
- 位运算、异或的实际应用
wenjinglian
位运算
一. 位操作基础,用一张表描述位操作符的应用规则并详细解释。
二. 常用位操作小技巧,有判断奇偶、交换两数、变换符号、求绝对值。
三. 位操作与空间压缩,针对筛素数进行空间压缩。
&n
- weblogic部署项目出现的一些问题(持续补充中……)
Everyday都不同
weblogic部署失败
好吧,weblogic的问题确实……
问题一:
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: URL [zip:E:/weblogic/user_projects/domains/base_domain/serve
- tomcat7性能调优(01)
toknowme
tomcat7
Tomcat优化: 1、最大连接数最大线程等设置
<Connector port="8082" protocol="HTTP/1.1"
useBodyEncodingForURI="t
- PO VO DAO DTO BO TO概念与区别
xp9802
javaDAO设计模式bean领域模型
O/R Mapping 是 Object Relational Mapping(对象关系映射)的缩写。通俗点讲,就是将对象与关系数据库绑定,用对象来表示关系数据。在O/R Mapping的世界里,有两个基本的也是重要的东东需要了解,即VO,PO。
它们的关系应该是相互独立的,一个VO可以只是PO的部分,也可以是多个PO构成,同样也可以等同于一个PO(指的是他们的属性)。这样,PO独立出来,数据持