Linux新增分辨率1920x1080sudo gedit
/etc/default/grub找到:#GRUB_GFXMODE=640x480 在这行下面加一行GRUB_GFXMODE=1920x1080保存后sudo
update-grub重新启动后在显示设置里面就有1920x1080选项了
分类:
系统相关 时间:
2014-05-10 00:16:10
阅读次数:
471
这题也算比较容易的了。
如果哪个区间已经没有黑色的话,就不用update了,就是因为这个原因WA了2发,唉……
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#define PI acos(-1.0)
...
分类:
其他好文 时间:
2014-05-09 22:55:55
阅读次数:
341
ASP常用的函数,希望能用的着。
dim db
db="dbms.mdb"
'******************************************************************
'执行sql语句,不返回值,sql语句最好是如下:
'update 表名 set 字段名=value,字段名=value where 字段名=value
'dele...
分类:
其他好文 时间:
2014-05-09 22:35:47
阅读次数:
341
phpize可以往php种追加新的模块
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script....
分类:
Web程序 时间:
2014-05-09 21:06:27
阅读次数:
375
git-push(1) Manual Page
NAME
git-push - Update remote refs along with associated objects
SYNOPSIS
git push [--all | --mirror | --tags] [--follow-tags] [-n | --dry-run] [--receive...
分类:
其他好文 时间:
2014-05-09 20:46:06
阅读次数:
370
查看DB2 该数据库参数命令:db2 get db cfg for
databasename修改 "APP_CTL_HEAP_SZ" 值,命令:db2 update db cfg for databasename using
APP_CTL_HEAP_SZ 1000关于db2中sql文过长,过复杂的...
分类:
数据库 时间:
2014-05-09 15:58:41
阅读次数:
343
使用了Win8.1 With Update 1后,发现重启系统后,当前激活的窗口总是每隔几秒失去焦点,过0.5~1秒焦点回来,导致输入无法正常工作,严重影响使用心情和效率。
在网上找了很久,也没找到相应的解决办法,大多提供的是关闭计划任务中禁用阿里巴巴的自动更新任务(http://www.paopaoche.net/gonglue/21442.html)。可是这个方法对我来说并不管用,而且那种是...
本文简要介绍使用ADT Bundle快速搭建Android 开发环境并创建HelloWord程序的步骤
分类:
移动开发 时间:
2014-05-09 09:22:30
阅读次数:
360
在配置安卓开发环境时,我将sdk、eclipse等工具包解压在了/opt目录下,在安装adt、导入sdk时,频频出现问题,Failed to create
directory /opt/adt-bundle-linux-x86_64-20140321/sdk/temp原因是程序在/opt目录下权限不...
分类:
系统相关 时间:
2014-05-09 09:03:05
阅读次数:
399
http://subclipse.tigris.org/update_1.8.x1,打开‘Help’->‘InstallnewSoftware’,点击"add"按钮,随便起个名字,把上面的url输入一下。2,在Subclipse下拉列表只选中Subclipse–RequiredSubversionClientAdapter–RequiredSubversionNativeLibraryAdapter(JavaHL)–St..
分类:
其他好文 时间:
2014-05-09 06:53:13
阅读次数:
236