LM**项目开发感悟 经过一个多月的项目开发,自己主要负责服务端业务逻辑的实现。服务端采用纯servlet完成,自己是在已有的项目架构上进行编程,对于所使用的架构,自己还没有认真的研究过,但明白其用到了类似于hibernate反向工程的思想。通过配置文件,便可以生成对应于数据库中已存在数据表的操作方 ...
分类:
其他好文 时间:
2019-01-08 21:22:16
阅读次数:
199
工作中需要对tensorflow 的一个predict结果加速,利用python中的线程池 def getPPLs(tester,datas): tester = run_epoch.rescore(session, test_lm, data, test_data, eval_op=None, t ...
分类:
编程语言 时间:
2018-12-27 11:15:20
阅读次数:
275
1,新建文件夹,在文件下下鼠标右键git bush >git init,初始化仓库; 2,设置gitthub仓库地址:git remote add origin https://github.com/z*****g/lm.git 3,git pull origin master 4,git push ...
分类:
其他好文 时间:
2018-12-16 14:33:58
阅读次数:
788
SQL语句如何精准查找某一时间段的数据 在项目开发过程中,自己需要查询出一定时间段内的交易。故需要在sql查询语句中加入日期时间要素,sql语句如何实现? SELECT * FROM lmapp.lm_bill where tx_time Between '2015-12-20' And '2015 ...
分类:
数据库 时间:
2018-12-10 14:03:48
阅读次数:
176
<img src="http://image.baidu.com/search/detail?ct=503316480&z=undefined&tn=baiduimagedetail&ipn=d&word=python&step_word=&ie=utf-8&in=&cl=2&lm=-1&st=un... ...
分类:
编程语言 时间:
2018-11-14 12:26:36
阅读次数:
208
安装 1. 首先,下载网卡驱动e1000e http://downloadcenter.intel.com/download/15817 2. 复制到linux系统,解压缩。 3. 进入目录下的src文件夹 4. 编译 make install 5. 更新模块e1000e modprobe e100 ...
分类:
系统相关 时间:
2018-11-11 17:19:49
阅读次数:
623
1.概念 The Link Manager Protocol (LMP) is used to control and negotiate all aspects of the operation of the Bluetooth connection between two devices. Th ...
分类:
其他好文 时间:
2018-10-24 12:12:01
阅读次数:
236
只有两个变量,做相关性分析,先来个一元线性回归吧 因为未处理的x,y相关性不显著,于是用了ln(1+x)函数做了个处理(发现大家喜欢用ln,log,lg,指数函数做处理),处理完以后貌似就显著了。。虽然R方也比较小 model <- lm(y1~1+x1) summary(model) plot(x ...
分类:
编程语言 时间:
2018-10-02 18:01:23
阅读次数:
172
输出:Ba CC DD aa ba dd ee List<String>排序 输出:[Aa, Bal, Bli, Ccn, Dn, aaa, cm, dm, lm] 输出:[A , Aa , Admin, aete, bada, Beta, bood, cc, Could, dad, Good, K ...
分类:
编程语言 时间:
2018-09-23 13:30:29
阅读次数:
190
1.线性回归 最小二乘问题 $e=y-f(x)$ 2.线性方程组求解 最小二乘问题 3.直线(Line),曲线和平面(Plane)拟合 最小二乘问题 4.ICP点云匹配 最小二乘问题,可以用LM方法求解 5.NDT点云匹配 $min f(x)$ 高斯牛顿+线性搜索 6.测量平差 VS 图优化 最小二 ...
分类:
其他好文 时间:
2018-09-18 20:42:37
阅读次数:
424