码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
修改被公司固定的桌面背景
(1)打开注册表:开始—运行—regedit,然后找到HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies,这个下面有两个子目录expolrer和system,点开system可以看到右边wallpaper的数据里有...
分类:其他好文   时间:2015-05-15 10:29:02    阅读次数:186
Myeclipse与SVN相应问题
1.在Myeclipse会发生与从SVN上导出出现中文乱码问题,在6.*版本中即使修改相应的字符集也没效果,建议使用10版本,原因大概是SVN中所编辑使用的版本开发工具不向下兼容;2.导入项目后 出现Unbound classpath container: 'JRE System Library [...
分类:系统相关   时间:2015-05-15 10:22:50    阅读次数:182
如何解决Greenplum的gpcheckcat关于persistent的错误
Greenplum的gpcheckcat是用来检查system catalog的一致性的命令,其中有专门针对磁盘文件的检查($GPHOME/bin/lib/gpcheckcat -R persistent -p 5432 databasename),主要是对于system catalog里关于磁盘文件的记录与实际磁盘文件的情况的一致性检查。本文结合一个实际错误介绍如何解决这类元数据错误。...
分类:其他好文   时间:2015-05-15 09:11:29    阅读次数:400
ORA-02020 too many database links in use
在A库上建DB_link,更新B库。报ORA-2020 too many database links in use,是要设置OPEN_LINKS和OPEN_LINKS_PER_INSTANCE两个参数,它们的默认值都是4。 alter system set open_links=200 scope=both; alter system set open_links_per_instance=...
分类:数据库   时间:2015-05-15 09:04:07    阅读次数:195
For-Each循环
?For-Each循环的加入简化了集合的遍历?其語法如下–for(type element : array) { System.out.println(element).... }?参见程序 ForTest.java当遍历集合或数组时,如果需要访问集合或数组的下标,那么最好使用旧式的方式来实现循环或...
分类:其他好文   时间:2015-05-15 01:13:02    阅读次数:122
利用URLClassLoader加载两个位置的Class
内容:分别位于\myApp\WEB-INF\classes下的类和\webroot下的类,利用URL数组指定多个仓库位置加载。 MyClassLoader: public class MyClassLoader { public static final String WEB_ROOT = System.getProperty("user.dir") + File.separat...
分类:Web程序   时间:2015-05-14 23:53:25    阅读次数:181
MSMQ小Demo
Demo基于http://www.cnblogs.com/zhili/p/MSMQ.htmlServer代码:using System.Messaging;using System.Text;using System.Threading.Tasks;namespace MSMQServer{ ...
分类:其他好文   时间:2015-05-14 23:40:12    阅读次数:185
Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negative integernrepresenting the total number...
分类:其他好文   时间:2015-05-14 23:24:41    阅读次数:137
h3c无线控制器常用命令(wx)
ttserv.exe是很好的WEBFTPTelnetTFTP程序,轻便,快捷。该文件在哪个目录被打开,程序就默认在哪个位置传输文件。一、进入系统状态<H3C_AC>system-viewSystemView:returntoUserViewwithCtrl+Z.[H3C_AC]2、常用命令1、telnet:windows端远程连接与控制交换机的命令2、quit..
分类:其他好文   时间:2015-05-14 20:52:56    阅读次数:3415
andriod文件目录简述
Acct 启动/禁止进程信息记录功能。 系统的回收站,误删除的系统文件恢复Cache 系统缓存文件夹Data 用户程序目录Dev 设备文件Etc 系统主要配置文件Mnt 挂载点目录Proc 运行时文件,内进程号显示Sys linux内核文件System android系统文件Init.rc 启动脚本Default.prop 系统属性配..
分类:其他好文   时间:2015-05-14 20:45:52    阅读次数:223
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!