码迷,mamicode.com
首页 >  
搜索关键字:software update    ( 23595个结果
Linux -- 使用笔记
Linux新增分辨率1920x1080sudo gedit /etc/default/grub找到:#GRUB_GFXMODE=640x480 在这行下面加一行GRUB_GFXMODE=1920x1080保存后sudo update-grub重新启动后在显示设置里面就有1920x1080选项了
分类:系统相关   时间:2014-05-10 00:16:10    阅读次数:471
程序员阿士顿的故事[zz]
程序员阿士顿的故事2011-03-19 21:37:51前几天有人在 Stack Exchange 上提了一个问题 How can a new programmer impress the software engineer (boss)?(作为新手程序员如何给软件工程师出身的老板留下好印象?),J...
分类:其他好文   时间:2014-05-10 00:00:32    阅读次数:583
Theos简介
【Theos简介】 Theos is a cross-platform suite of development tools for managing, developing, and deploying iOS software without the use of Xcode. The Th.....
分类:其他好文   时间:2014-05-09 23:33:29    阅读次数:456
Wikilo 1191线段树区间修改单点查询
这题也算比较容易的了。 如果哪个区间已经没有黑色的话,就不用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
git-push(1) Manual Page
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 该数据库参数命令: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
使用C#解决部分Win8.1系统窗口每隔几秒失去焦点的问题
使用了Win8.1 With Update 1后,发现重启系统后,当前激活的窗口总是每隔几秒失去焦点,过0.5~1秒焦点回来,导致输入无法正常工作,严重影响使用心情和效率。 在网上找了很久,也没找到相应的解决办法,大多提供的是关闭计划任务中禁用阿里巴巴的自动更新任务(http://www.paopaoche.net/gonglue/21442.html)。可是这个方法对我来说并不管用,而且那种是...
分类:Windows程序   时间:2014-05-09 14:50:49    阅读次数:438
extjs rowedit update按钮不可用
重写Ext.override(Ext.grid.RowEditor, { addFieldsForColumn : function(column, initial) { var me = this, i, length, field; if (Ext.isArray(col...
分类:Web程序   时间:2014-05-09 10:31:24    阅读次数:411
Free and Open Source Load-Balancing Software and Projects--转
http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.htmlThis overview is also maintained at the Xing "Load-Balancin...
分类:其他好文   时间:2014-05-09 10:17:18    阅读次数:340
aptana增加svn插件
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!