JNI,opencv 在安卓中的应用,去OpenCVManager安装
分类:
其他好文 时间:
2015-08-11 18:16:19
阅读次数:
113
原网址:http://blog.csdn.net/ssy_shandong/article/details/932898511. jsp与servlet之间页面跳转及参数传递实例分类:Java Web2013-07-17 16:2416461人阅读评论(12)收藏举报jsp servlet传递参数目...
分类:
Web程序 时间:
2015-08-11 18:15:47
阅读次数:
180
操作系统版本:CentOS release 6.5 (Final) 2.6.32-431.el6.x86_64 #1内存:32GCPU:Intel(R) Xeon(R) CPU E5-2450 v2 @ 2.50GHz (逻辑32核)磁盘:PCIE-SSD(型号稍后补上)文件系统类型:xfsmysq...
分类:
数据库 时间:
2015-08-11 18:17:26
阅读次数:
237
实现目标:实现原理:为CheckBox添加一个监听器事件;实现的源码:packageedu.cquptzx.showPassword;importandroid.app.Activity;importandroid.os.Bundle;importandroid.text.method.HideRe...
分类:
其他好文 时间:
2015-08-11 18:14:54
阅读次数:
166
svn提交遇到恶心的问题,可能是因为上次cleanup中断后,进入死循环了。解决方案:找到你项目的.svn文件,查看是否存在wc.db网上下载SQLite Expert工具,手动打开wc.db,找到work_queue 数据表,将表中的数据清空即可,再运行cleanup,svn的图标显示就正常了。
分类:
其他好文 时间:
2015-08-11 18:16:05
阅读次数:
128
Try this command:java -versionIf 1.6* comes then try:sudo apt-get autoremove openjdk-6-jreIf 1.7* comes then try:sudo apt-get autoremove openjdk-7-jre...
分类:
编程语言 时间:
2015-08-11 18:16:23
阅读次数:
147
转自:KL距离,Kullback-Leibler DivergenceKL距离,是Kullback-Leibler差异(Kullback-Leibler Divergence)的简称,也叫做相对熵(Relative Entropy)。它衡量的是相同事件空间里的两个概率分布的差异情况。其物理意义是:在...
分类:
其他好文 时间:
2015-08-11 18:16:40
阅读次数:
127
App.Person = Ember.Object.extend({ init: function() { var name = this.get('name'); alert(name + ", reporting for duty!"); }});App.Person.creat...
分类:
其他好文 时间:
2015-08-11 18:14:44
阅读次数:
106
我相信有很多朋友因为学习而烦恼,有一定计算机语言基础的同学还好,通过各种渠道,比如视频,书籍,笔记的方法可以自学,提升自己的能力,但如果是零基础的同学想要入行,自学就变的难如登天了,大学毕业以后因为各种私事,公事,杂七杂八的事总能扰的我们心神不宁,没办法平心静气的学习一门与自己毫不相关的一门新知识。...
分类:
其他好文 时间:
2015-08-11 18:16:19
阅读次数:
124
1、在调用另外一个activity时是为了得到返回来的值时,若选择通讯录时候进入通讯录只是返回一个电话号码等等,我们可以调用startActivityForResult(); Intent intent=new Intent(); intent.setAction("com.exa...
分类:
移动开发 时间:
2015-08-11 18:14:01
阅读次数:
143
本文转自:http://blog.163.com/oracle_wwf/blog/static/213030127201211191481101/[root@web1 soft]# wget ftp://ftp.gnu.org/pub/gnu/screen/screen-4.0.3.tar.gz[r...
分类:
其他好文 时间:
2015-08-11 18:16:01
阅读次数:
255
DescriptionGiven a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the ma...
分类:
其他好文 时间:
2015-08-11 18:12:54
阅读次数:
104
拍的太慢了,很不满意排完序之后,枚举自己和对手状态,若被击败,则再枚举自己下一个策略,直到可以击败对手所有的策略#include#include#include#include#include#include#includeusing namespace std;#define MOD 100000...
分类:
其他好文 时间:
2015-08-11 18:12:39
阅读次数:
101
wiki 伪代码看上去一直以为怪。发现葡萄牙语和俄罗斯语那里的 if 推断都还缺少一个条件。国内的资料比較少。这几份学习资料不错。比我稀里糊涂的思路要好,分享下:http://www.liafa.univ-paris-diderot.fr/~carton/Enseignement/Complexit...
分类:
编程语言 时间:
2015-08-11 18:12:58
阅读次数:
258
1 :把按钮或者div的边框设置成圆角边框:css为: text-align:center; border:2px solid #a1a1a1; padding:10px 40px; background:#dddddd; width:350px; border-radius:25px;...
分类:
Web程序 时间:
2015-08-11 18:13:21
阅读次数:
143
int minDepth(TreeNode* root) { if (root == nullptr) { return 0; } constexpr int MAX_DEPTH = INT16_MAX; constexpr int initLay...
分类:
其他好文 时间:
2015-08-11 18:13:04
阅读次数:
160
1、利用intent传递数据,若是单个传递数据时,利用putExtra即可完成传递 intent.putExtra("tel", "15607209140");//单个数据传递 Bundle b=new Bundle(); b.putString("name1", "zp"); b.pu...
分类:
其他好文 时间:
2015-08-11 18:12:22
阅读次数:
110