其他-月排行
三月 23, 2015 1:58:31 下午 org.apache.catalina.core.StandardWrapperValve invoke严重: Servlet.service() for servlet [spring] in context with path [/rabbit] t...
分类:其他 时间:2015-03-23 17:22:25 收藏:0 阅读:8950
google 出结果http://stackoverflow.com/questions/15623609/including-curl-into-the-android-aosp...............................................................
分类:其他 时间:2015-04-10 17:06:19 收藏:0 阅读:3692
1 x=[1 2 3 4 5 6];2 y=[3 6 8 13 31 24];3 xx=linspace(1,6);4 yy=spline(x,y,xx);5 plot(xx,yy,'r',x,y,'o')
分类:其他 时间:2015-04-27 11:08:08 收藏:0 阅读:939
local uuid = require "resty.uuid";-- 参考:http://blog.csdn.net/zhangxaochen/article/details/8095007-- 参考:http://zivn.me/?p=157uuid.randomseed(tostring(....
分类:其他 时间:2015-05-07 21:36:35 收藏:0 阅读:1285
OpenCV Error: The function/feature is not implemented (OpenCV was built without SURF support) in cvExtractSURF, file /tmp/buildd/ros-hydro-opencv2-2.4.9-2precise-20141231-1914/modules/legacy/src/featu...
分类:其他 时间:2015-05-19 10:31:53 收藏:0 阅读:2079
基于open source开源库,介绍了几种主流的Q-R Code编码与解码技术!使用JRuby,C#进行了实验。
分类:其他 时间:2015-05-28 09:23:53 收藏:0 阅读:1948
本文采用了opencv的一些函数来对平面进行拟合。 //Ax+by+cz=D void cvFitPlane(const CvMat* points, float* plane){ // Estimate geometric centroid. int nrows = points->rows; int ncols = points->cols; int type = point...
分类:其他 时间:2015-05-28 16:17:04 收藏:0 阅读:739
前面几篇已经介绍了线性表和树两类数据结构,线性表中的元素是“一对一”的关系,树中的元素是“一对多”的关系,本章所述的图结构中的元素则是“多对多”的关系。图(Graph)是一种复杂的非线性结构,在图结构中,每个元素都可以有零个或多个前驱,也可以有零个或多个后继,也就是说,元素之间的关系是任意的。现实生...
分类:其他 时间:2015-07-25 14:59:13 收藏:0 阅读:257
trim是ata的一个指令,对应scsi指令是unmap,那么什么是trim呢?trim就是OS发送给ssdorothertypecontroller,告诉它哪些数据对应的LBA地址是无效的。之后trim就不做什么其他操作了。后续的事情由GC来进行。Secureerase是一则ATA安全擦除命令,用户清除磁盘上的所有数据。这则命..
分类:其他 时间:2015-07-26 06:19:05 收藏:0 阅读:616
在配置Phalcon 的时候,配置的使用是: server { listen 80; server_name localhost.dev; index index.php index.html index.htm; set $root_path ‘/var/www/phalcon/public‘; root $root_path; location ...
分类:其他 时间:2015-07-31 10:54:34 收藏:0 阅读:4948
异常解决 1、401 Unauthorized: ERROR Failed to connect to newly launched supervisor. Agent will exit? 这是由于在主节点上启动了Agent后,又将Agent scp到了其他节点上导致的,首次启动Agent,它会生成一个...
分类:其他 时间:2015-08-27 16:51:44 收藏:0 阅读:4317
在option下 tooltip内添加以下代码:(本文在后台进行传值 也就是其中的viewstate[]) tooltip: { show: true, trigger: 'axis', ...
分类:其他 时间:2015-10-09 16:54:42 收藏:0 阅读:1397
系统找不到指定文件 可能原因: (1)文件名乱码。你工程的编码是 utf-8还是 gbk,如果是gbk那么小心文件名如果有中文,会乱码。 (2)没有创建文件夹,在没有文件夹情况下,创建文件将报错.解决方案为先创建文件夹,具...
分类:其他 时间:2015-10-21 16:02:24 收藏:0 阅读:1698
今天突然想试下华为的模拟器,所以就安装了个ENSP下载的地址:http://support.huawei.com/enterprise/toolsinfo?idAbsPath=0602_ROOT&pid=0602_ROOT&show=showVersionDetail&contentId=TL1000000015&offeringid=9017384&versionid=21605923安装的过程好简..
分类:其他 时间:2015-11-03 17:53:31 收藏:0 阅读:4845
可视化编程 可视化编程: 一种所见即所得的编程方式, 可以快速创建控件, 方便布局页面 iOS中可视化编程分两种方式: 1.Xib: Xcode interface builder, 一对一(一个文件对应一个页面) 2.Storyboard: 故事版, sb, 一对多(一个文件对应多个页面) ...
分类:其他 时间:2015-11-05 22:10:47 收藏:0 阅读:514
package?schedule; import?java.text.ParseException; import?java.util.Calendar; import?java.util.Date; import?org.quartz.CronExpression; import?org.quartz.CronTrigger; import?org.quartz.Sche...
分类:其他 时间:2015-11-17 13:06:44 收藏:0 阅读:685
方法一:如果告警函数只在文件内部使用,在函数前面添加static即可消除告警; static void foo() {}方法二:如果告警函数在其他文件被调用,则函数定义文件使用include包含函数声明头文件接口消除告警; #include "foo.h" //foo.h中包含函数foo的声...
分类:其他 时间:2015-11-20 19:52:49 收藏:0 阅读:1264
今天在服务器上配置了自己电脑的public key,但是还是不能直接免密码登录, 原因是 ssh 对目录的权限有要求,代码中要设置下新生成的config文件权限才行。~目录权限是750,~/.ssh 的是700, ~/.ssh/* 的是600,~/.ssh/config 是700 -rw-rw-r-
分类:其他 时间:2016-02-19 14:13:39 收藏:0 阅读:1982
【JEECG技术博文】jeecg 定时任务配置用法...
分类:其他 时间:2016-03-16 12:29:47 收藏:0 阅读:1001
效果图: ...
分类:其他 时间:2016-04-11 23:49:39 收藏:0 阅读:672
126426526626726883372
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!