上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 102 下一页
摘要: 在安装时 设置了静态ip 但是 使用ifconfig命令时 只有 127.0.0.1的ip地址 这时候查看/etc/sysconfig/network-scripts 目录下是否存在ifcfg-eth0 文件如果不存在 查看是否存在ifcfg-开头的文件 我的系统... 阅读全文
posted @ 2015-03-18 20:47 饺子吃遍天 阅读(232) 评论(0) 推荐(0)
摘要: 在图形界面使用 ctrl+alt+F2切换到dos界面 dos界面 ctrl+alt+F2切换回图形界面在命令上 输入 init 3 命令 切换到dos界面 输入 init 5命令 切换到图形界面如果想系统默认 以某种方式启动 使用systemd创建符号链接指向默认... 阅读全文
posted @ 2015-03-18 20:13 饺子吃遍天 阅读(153) 评论(0) 推荐(0)
摘要: with event_trace as(select * from w_user where user_name like '%a%')select * from event_trace相当于建个临时表 也相当于是一个针对sql的别名语法就是with tempname... 阅读全文
posted @ 2015-03-18 09:15 饺子吃遍天 阅读(194) 评论(0) 推荐(0)
摘要: 在CMD里输入命令如下:C:\Documents and Settings\Administrator>orapwdUsage: orapwd file= password= entries=wherefile - name of password file (man... 阅读全文
posted @ 2015-03-16 21:41 饺子吃遍天 阅读(312) 评论(0) 推荐(0)
摘要: ORACLE9I和10Gshow parameter dump; 可以查看 SQL> show parameter dumpNAME TYPE VALUE------------------... 阅读全文
posted @ 2015-03-16 20:02 饺子吃遍天 阅读(1145) 评论(0) 推荐(0)
摘要: 使用wube傻瓜式安装后 无法 进入 图形界面 或者 为/ 检查磁盘时发现严重错误 解决方法 在 重启 选中的列表中 第一项 按 e键 将其中 有一个 ro改成 rw 然后 按 F10 会 自动登录 图形界面 系统 使用 administrator登... 阅读全文
posted @ 2015-02-28 15:53 饺子吃遍天 阅读(105) 评论(0) 推荐(0)
摘要: 一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat、Centos、Fedora等 2.Debian系列:Debian、Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安装rpm包的命令是“rpm -参数” 2 包管理工... 阅读全文
posted @ 2015-02-28 13:57 饺子吃遍天 阅读(152) 评论(0) 推荐(0)
摘要: POI中背景颜色设置方法如下:HSSFWorkbook wb = new HSSFWorkbook();HSSFSheet sheet = wb.createSheet("sheet1");HSSFRow row = sheet.createRow(0);CellSt... 阅读全文
posted @ 2015-01-13 14:53 饺子吃遍天 阅读(531) 评论(0) 推荐(0)
摘要: 分布式领域CAP理论,Consistency(一致性), 数据一致更新,所有数据变动都是同步的Availability(可用性), 好的响应性能Partition tolerance(分区容错性) 可靠性定理:任何分布式系统只可同时满足二点,没法三者兼顾。忠告:架构师... 阅读全文
posted @ 2015-01-13 10:21 饺子吃遍天 阅读(150) 评论(0) 推荐(0)
摘要: http://blog.51yip.com/apachenginx/873.htmlhttp://blog.csdn.net/fenglibing/article/details/6796094 阅读全文
posted @ 2014-12-28 23:34 饺子吃遍天 阅读(87) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 102 下一页