- 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
- ASM系列五 利用TreeApi 解析生成Class
lijingyao8206
ASM字节码动态生成ClassNodeTreeAPI
前面CoreApi的介绍部分基本涵盖了ASMCore包下面的主要API及功能,其中还有一部分关于MetaData的解析和生成就不再赘述。这篇开始介绍ASM另一部分主要的Api。TreeApi。这一部分源码是关联的asm-tree-5.0.4的版本。
在介绍前,先要知道一点, Tree工程的接口基本可以完
- 链表树——复合数据结构应用实例
bardo
数据结构树型结构表结构设计链表菜单排序
我们清楚:数据库设计中,表结构设计的好坏,直接影响程序的复杂度。所以,本文就无限级分类(目录)树与链表的复合在表设计中的应用进行探讨。当然,什么是树,什么是链表,这里不作介绍。有兴趣可以去看相关的教材。
需求简介:
经常遇到这样的需求,我们希望能将保存在数据库中的树结构能够按确定的顺序读出来。比如,多级菜单、组织结构、商品分类。更具体的,我们希望某个二级菜单在这一级别中就是第一个。虽然它是最后
- 为啥要用位运算代替取模呢
chenchao051
位运算哈希汇编
在hash中查找key的时候,经常会发现用&取代%,先看两段代码吧,
JDK6中的HashMap中的indexFor方法:
/**
* Returns index for hash code h.
*/
static int indexFor(int h, int length) {
- 最近的情况
麦田的设计者
生活感悟计划软考想
今天是2015年4月27号
整理一下最近的思绪以及要完成的任务
1、最近在驾校科目二练车,每周四天,练三周。其实做什么都要用心,追求合理的途径解决。为
- PHP去掉字符串中最后一个字符的方法
IT独行者
PHP字符串
今天在PHP项目开发中遇到一个需求,去掉字符串中的最后一个字符 原字符串1,2,3,4,5,6, 去掉最后一个字符",",最终结果为1,2,3,4,5,6 代码如下:
$str = "1,2,3,4,5,6,";
$newstr = substr($str,0,strlen($str)-1);
echo $newstr;
- hadoop在linux上单机安装过程
_wy_
linuxhadoop
1、安装JDK
jdk版本最好是1.6以上,可以使用执行命令java -version查看当前JAVA版本号,如果报命令不存在或版本比较低,则需要安装一个高版本的JDK,并在/etc/profile的文件末尾,根据本机JDK实际的安装位置加上以下几行:
export JAVA_HOME=/usr/java/jdk1.7.0_25  
- JAVA进阶----分布式事务的一种简单处理方法
无量
多系统交互分布式事务
每个方法都是原子操作:
提供第三方服务的系统,要同时提供执行方法和对应的回滚方法
A系统调用B,C,D系统完成分布式事务
=========执行开始========
A.aa();
try {
B.bb();
} catch(Exception e) {
A.rollbackAa();
}
try {
C.cc();
} catch(Excep
- 安墨移动广 告:移动DSP厚积薄发 引领未来广 告业发展命脉
矮蛋蛋
hadoop互联网
“谁掌握了强大的DSP技术,谁将引领未来的广 告行业发展命脉。”2014年,移动广 告行业的热点非移动DSP莫属。各个圈子都在纷纷谈论,认为移动DSP是行业突破点,一时间许多移动广 告联盟风起云涌,竞相推出专属移动DSP产品。
到底什么是移动DSP呢?
DSP(Demand-SidePlatform),就是需求方平台,为解决广 告主投放的各种需求,真正实现人群定位的精准广
- myelipse设置
alafqq
IP
在一个项目的完整的生命周期中,其维护费用,往往是其开发费用的数倍。因此项目的可维护性、可复用性是衡量一个项目好坏的关键。而注释则是可维护性中必不可少的一环。
注释模板导入步骤
安装方法:
打开eclipse/myeclipse
选择 window-->Preferences-->JAVA-->Code-->Code
- java数组
百合不是茶
java数组
java数组的 声明 创建 初始化; java支持C语言
数组中的每个数都有唯一的一个下标
一维数组的定义 声明: int[] a = new int[3];声明数组中有三个数int[3]
int[] a 中有三个数,下标从0开始,可以同过for来遍历数组中的数
- javascript读取表单数据
bijian1013
JavaScript
利用javascript读取表单数据,可以利用以下三种方法获取:
1、通过表单ID属性:var a = document.getElementByIdx_x_x("id");
2、通过表单名称属性:var b = document.getElementsByName("name");
3、直接通过表单名字获取:var c = form.content.
- 探索JUnit4扩展:使用Theory
bijian1013
javaJUnitTheory
理论机制(Theory)
一.为什么要引用理论机制(Theory)
当今软件开发中,测试驱动开发(TDD — Test-driven development)越发流行。为什么 TDD 会如此流行呢?因为它确实拥有很多优点,它允许开发人员通过简单的例子来指定和表明他们代码的行为意图。
TDD 的优点:
&nb
- [Spring Data Mongo一]Spring Mongo Template操作MongoDB
bit1129
template
什么是Spring Data Mongo
Spring Data MongoDB项目对访问MongoDB的Java客户端API进行了封装,这种封装类似于Spring封装Hibernate和JDBC而提供的HibernateTemplate和JDBCTemplate,主要能力包括
1. 封装客户端跟MongoDB的链接管理
2. 文档-对象映射,通过注解:@Document(collectio
- 【Kafka八】Zookeeper上关于Kafka的配置信息
bit1129
zookeeper
问题:
1. Kafka的哪些信息记录在Zookeeper中 2. Consumer Group消费的每个Partition的Offset信息存放在什么位置
3. Topic的每个Partition存放在哪个Broker上的信息存放在哪里
4. Producer跟Zookeeper究竟有没有关系?没有关系!!!
//consumers、config、brokers、cont
- java OOM内存异常的四种类型及异常与解决方案
ronin47
java OOM 内存异常
OOM异常的四种类型:
一: StackOverflowError :通常因为递归函数引起(死递归,递归太深)。-Xss 128k 一般够用。
二: out Of memory: PermGen Space:通常是动态类大多,比如web 服务器自动更新部署时引起。-Xmx
- java-实现链表反转-递归和非递归实现
bylijinnan
java
20120422更新:
对链表中部分节点进行反转操作,这些节点相隔k个:
0->1->2->3->4->5->6->7->8->9
k=2
8->1->6->3->4->5->2->7->0->9
注意1 3 5 7 9 位置是不变的。
解法:
将链表拆成两部分:
a.0-&
- Netty源码学习-DelimiterBasedFrameDecoder
bylijinnan
javanetty
看DelimiterBasedFrameDecoder的API,有举例:
接收到的ChannelBuffer如下:
+--------------+
| ABC\nDEF\r\n |
+--------------+
经过DelimiterBasedFrameDecoder(Delimiters.lineDelimiter())之后,得到:
+-----+----
- linux的一些命令 -查看cc攻击-网口ip统计等
hotsunshine
linux
Linux判断CC攻击命令详解
2011年12月23日 ⁄ 安全 ⁄ 暂无评论
查看所有80端口的连接数
netstat -nat|grep -i '80'|wc -l
对连接的IP按连接数量进行排序
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
查看TCP连接状态
n
- Spring获取SessionFactory
ctrain
sessionFactory
String sql = "select sysdate from dual";
WebApplicationContext wac = ContextLoader.getCurrentWebApplicationContext();
String[] names = wac.getBeanDefinitionNames();
for(int i=0; i&
- Hive几种导出数据方式
daizj
hive数据导出
Hive几种导出数据方式
1.拷贝文件
如果数据文件恰好是用户需要的格式,那么只需要拷贝文件或文件夹就可以。
hadoop fs –cp source_path target_path
2.导出到本地文件系统
--不能使用insert into local directory来导出数据,会报错
--只能使用
- 编程之美
dcj3sjt126com
编程PHP重构
我个人的 PHP 编程经验中,递归调用常常与静态变量使用。静态变量的含义可以参考 PHP 手册。希望下面的代码,会更有利于对递归以及静态变量的理解
header("Content-type: text/plain");
function static_function () {
static $i = 0;
if ($i++ < 1
- Android保存用户名和密码
dcj3sjt126com
android
转自:http://www.2cto.com/kf/201401/272336.html
我们不管在开发一个项目或者使用别人的项目,都有用户登录功能,为了让用户的体验效果更好,我们通常会做一个功能,叫做保存用户,这样做的目地就是为了让用户下一次再使用该程序不会重新输入用户名和密码,这里我使用3种方式来存储用户名和密码
1、通过普通 的txt文本存储
2、通过properties属性文件进行存
- Oracle 复习笔记之同义词
eksliang
Oracle 同义词Oracle synonym
转载请出自出处:http://eksliang.iteye.com/blog/2098861
1.什么是同义词
同义词是现有模式对象的一个别名。
概念性的东西,什么是模式呢?创建一个用户,就相应的创建了 一个模式。模式是指数据库对象,是对用户所创建的数据对象的总称。模式对象包括表、视图、索引、同义词、序列、过
- Ajax案例
gongmeitao
Ajaxjsp
数据库采用Sql Server2005
项目名称为:Ajax_Demo
1.com.demo.conn包
package com.demo.conn;
import java.sql.Connection;import java.sql.DriverManager;import java.sql.SQLException;
//获取数据库连接的类public class DBConnec
- ASP.NET中Request.RawUrl、Request.Url的区别
hvt
.netWebC#asp.nethovertree
如果访问的地址是:http://h.keleyi.com/guestbook/addmessage.aspx?key=hovertree%3C&n=myslider#zonemenu那么Request.Url.ToString() 的值是:http://h.keleyi.com/guestbook/addmessage.aspx?key=hovertree<&
- SVG 教程 (七)SVG 实例,SVG 参考手册
天梯梦
svg
SVG 实例 在线实例
下面的例子是把SVG代码直接嵌入到HTML代码中。
谷歌Chrome,火狐,Internet Explorer9,和Safari都支持。
注意:下面的例子将不会在Opera运行,即使Opera支持SVG - 它也不支持SVG在HTML代码中直接使用。 SVG 实例
SVG基本形状
一个圆
矩形
不透明矩形
一个矩形不透明2
一个带圆角矩
- 事务管理
luyulong
javaspring编程事务
事物管理
spring事物的好处
为不同的事物API提供了一致的编程模型
支持声明式事务管理
提供比大多数事务API更简单更易于使用的编程式事务管理API
整合spring的各种数据访问抽象
TransactionDefinition
定义了事务策略
int getIsolationLevel()得到当前事务的隔离级别
READ_COMMITTED
- 基础数据结构和算法十一:Red-black binary search tree
sunwinner
AlgorithmRed-black
The insertion algorithm for 2-3 trees just described is not difficult to understand; now, we will see that it is also not difficult to implement. We will consider a simple representation known
- centos同步时间
stunizhengjia
linux集群同步时间
做了集群,时间的同步就显得非常必要了。 以下是查到的如何做时间同步。 在CentOS 5不再区分客户端和服务器,只要配置了NTP,它就会提供NTP服务。 1)确认已经ntp程序包: # yum install ntp 2)配置时间源(默认就行,不需要修改) # vi /etc/ntp.conf server pool.ntp.o
- ITeye 9月技术图书有奖试读获奖名单公布
ITeye管理员
ITeye
ITeye携手博文视点举办的9月技术图书有奖试读活动已圆满结束,非常感谢广大用户对本次活动的关注与参与。 9月试读活动回顾:http://webmaster.iteye.com/blog/2118112本次技术图书试读活动的优秀奖获奖名单及相应作品如下(优秀文章有很多,但名额有限,没获奖并不代表不优秀):
《NFC:Arduino、Andro