QVGA——QuarterVGA:标准VGA分辨率的1/4尺寸,亦即320*240,目前主要应用于手机及便携播放器上面;QQVGA为QVGA的1/4屏,分辨率为120*160。VGA——Video Graphics Array:分辨率为640×480,一些小的便携设备在使用这种屏幕。SVGA——Su...
分类:
其他好文 时间:
2014-11-29 18:54:21
阅读次数:
138
最近要在linux下使用PostgreSQL,在网上搜了下资料,整理下PostgreSQL-9.3安装与配置第一步:安装PostgreSQLsudo apt-get install postgresql-9.3 第二步:配置PostgreSQL默认用户的密码1 sudo su postgres -c...
分类:
数据库 时间:
2014-11-28 22:39:20
阅读次数:
809
本教程适合A20系类的开发板。我的A20板子上面使用的是rtl8188eu的usb-wifi,搞了三天才驱动成功,成功用wifi连接到路由器,并且ping通www.baidu.com。注:操作系统:linux-sunxi(非Android)1.查看内核中是否支持8188eu驱动打开 linux-su...
分类:
其他好文 时间:
2014-11-28 20:08:29
阅读次数:
220
系统:Ubuntu14.04方法一: 打开网络连接,新建wifi,设置SSID和密码,完成设置后保存,再连接到隐藏的wifi,选择刚建立好的连接即可 优点:简单方便 缺点:建立的是Ad-hoc模式信号,一般Android手机无法识别方法二: 使用ap-hotsopt 具体步骤: $ su...
分类:
系统相关 时间:
2014-11-26 14:10:10
阅读次数:
286
在采用IMPDP/IMP工具迁移数据时,经常会提示无效对象的警告,需要采用如下方式处理。1.查询指定用户的无效对象su–oraclesqlplus/assysdbaSQL>selectowner,object_name,replace(object_type,‘‘,‘‘)object_type,to_char(created,‘yyyy-mm-dd‘)ascreated,to_char(last_ddl_ti..
分类:
数据库 时间:
2014-11-26 06:51:45
阅读次数:
216
代码如下:
/*丑数是指不能被2、3、5以外的其他素数整除的数,把丑数从小到大排列起来,结果如下:
1,2,3,4,5,6,8,9,10,12,15...
求出第1500个丑数。
*/
#include
#include
#include
#include
using namespace std;
typedef long long LL;
int su[3]={2,3,5};
int main...
分类:
其他好文 时间:
2014-11-25 23:39:13
阅读次数:
255
SecureCRT 7 序列号Name:SherrillRayCompany:SerialNumber:03-40-084141LicenseKey:ABWGUEZPPZ6XXHTN2S1N7PERAB39ZJPX3312WS6BZFGHN2ETIssueDate:10-26-2002
分类:
其他好文 时间:
2014-11-25 14:09:46
阅读次数:
604
这里回溯算法还要好好研究一下试探一个位置是否有效,如果有效,试探下一个位置(DFS),如果无效则回退1.定义一个解空间,存放一个解的空间2.DFS(暂且认为是DFS)这里N皇后用的是递归+回溯实现的 1 package com.gxf.backtracking; 2 3 /** 4 * n皇后问.....
分类:
编程语言 时间:
2014-11-24 22:03:28
阅读次数:
204
Determine if a Sudoku is valid, according to:
Sudoku Puzzles - The Rules.
The Sudoku board could be partially filled, where empty cells are filled with the character '.'.
A partially filled su...
分类:
其他好文 时间:
2014-11-24 10:09:21
阅读次数:
208
【Display file information in the document window】 The status bar is located at the bottom of every document window and displays useful information—su....