在eclipse中开发创建了一个sqlite数据库文件,为了查看数据库文件的内容,决定复制到PC上一看究竟,位置在data……里当我点击ddms文件浏览里的pull a file from the device按钮时,总是出错,提示Failed to pull selection后来思考是不是真机的...
分类:
移动开发 时间:
2014-08-30 18:57:29
阅读次数:
283
准备工作安装:openssl卸载旧版本apt-get remove opensslapt-get autoremove openssl下载最新版本wget http://www.openssl.org/source/openssl-1.0.1i.tar.gztar -zxvfopenssl-1.0....
分类:
其他好文 时间:
2014-08-30 18:57:19
阅读次数:
3363
font-family:"sans serif"文字的字体border-width:1px; border-style:solid; border-color:#CCCCCC;边框 实现 边框颜色style="border-width:1px; border-style:solid dashed; ...
分类:
Web程序 时间:
2014-08-30 18:57:09
阅读次数:
277
GG,,,g艹#include #include #include #include #include #include #include using namespace std;vectorG[21][7];//G[i][j] 表示n=i k=j的情况下 二进制的状态int n, k, l;int...
分类:
其他好文 时间:
2014-08-30 18:56:59
阅读次数:
182
在android sdk 1.6版本API帮助文档中,其中关于BitmapFactory.decodeFactory.decodeStream(InputStream is)的帮助文档是这么说明的: Bitmap android.graphics.BitmapFactory.decodeStream...
分类:
移动开发 时间:
2014-08-30 18:56:49
阅读次数:
257
//输入一个多次运算字符串,输出结果,只支持四则运算,只支持整数。//解析字符串运算(无括号状态下)int calculatorFinal(char *str){ //jieGuo[100][10]用于存放解析出来的数组 char *p[100], jieGuo[100][10]; int r...
分类:
编程语言 时间:
2014-08-30 18:56:39
阅读次数:
181
学习PHP开发要配置各种环境,一般会用到apache作为服务器、Mysql数据库。如何快速的配置环境成为困扰大家的烦恼,之前自己也配过,比较繁琐。最新发现一款集成安装软件“phpStudy”。真可谓是实现了一键式安装配置php开发环境,下面是phpStudy信息截图:安装只要按照向导,一步一步安装就...
分类:
数据库 时间:
2014-08-30 18:56:29
阅读次数:
273
需要使用join,例如select g.id,g.res_count,count(gr.r_id) cnt from mb_game_res gr left join mb_game g on gr.g_id = g.id group by gr.g_id order by cnt descupda...
分类:
数据库 时间:
2014-08-30 18:56:19
阅读次数:
243
水仙花数是指一个N位正整数(N>=3),它的每个位上的数字的N次幂之和等于它本身。例 如:153 = 13 + 53+ 33。 本题要求编写程序,计算所有N位水仙花数。输入格式:输入在一行中给出一个正整数N(31){ n*=10; N--; } i=n; ...
分类:
其他好文 时间:
2014-08-30 18:55:59
阅读次数:
175
作用:adb是SDK提供的一个常用的命令行工具,全称为Android Debug Bridge就是调试桥的作用,用于在调试时连接本机和手机设备.借助这个工具,我们可以管理设备或手机模拟器的状态。还可以进行以下的操作:1、快速更新设备或手机模拟器中的代码,如应用或Android 系统升级;2、在设备上...
分类:
移动开发 时间:
2014-08-30 18:55:49
阅读次数:
260
一个vs只能打开一个解决方案,为此,在新建项目时,选择添加到解决方案,而非创建新的解决方案。两个项目同时使用一个解决方案,就可以了
分类:
其他好文 时间:
2014-08-30 18:55:29
阅读次数:
188
hudson插件的安装: (1)系统管理中的管理插件:(2)选择 available,就可以查询到相关的插件
分类:
其他好文 时间:
2014-08-30 18:55:19
阅读次数:
220
#includevoid ShellSort(int array[],int length){ int i,j,h,temp; for(h=length/2;h>0;h=h/2) { for(i=h;i=0;j-=h) { ...
分类:
其他好文 时间:
2014-08-30 18:55:09
阅读次数:
158
Phone重绘机制drawRect如何使用iPhone进行绘图、重绘操作iPhone的绘图操作是在UIView类的drawRect方法中完成的,所以如果我们要想在一个UIView中绘图,需要写一个扩展UIView 的类,并重写drawRect方法,在这里进行绘图操作,程序会自动调用此方法进行绘图。下...
分类:
其他好文 时间:
2014-08-30 18:54:59
阅读次数:
171
wsc@WSC-PC /d/wsc/study-spring-source$ git clone https://github.com/spring-projects/spring-frameworkCloning into 'spring-framework'...remote: Counting...
分类:
编程语言 时间:
2014-08-30 18:54:49
阅读次数:
264
1、Dist函数的算法如下(很显然该算法的本质就是常说的欧氏距离算法)R(i,j)=SQRT(F(i)^2+G(j)^2)where: F(i)=iIF0n/2 G(i)=iIF0m/2图解:tvscl,dist(200)扩展:SURFACE, DIST(20), /SAVEIDL实现源码:; $I...
分类:
其他好文 时间:
2014-08-30 18:54:39
阅读次数:
1516
In this chapter, we will use MLlib to make personalized movie recommendations tailored for you. We will work with 10 million ratings from 72,000 users...
分类:
其他好文 时间:
2014-08-30 18:54:20
阅读次数:
587