http://1.su.bdimg.com/skin_zoom/*.jpg符号:“*”为数字、可更换数字查看;比如:http://1.su.bdimg.com/skin_zoom/93.jpg 这个就是静夜紫的图片
分类:
其他好文 时间:
2014-11-22 22:55:05
阅读次数:
256
宋体: SimSun黑体: SimHei华文细黑: STHeiti Light [STXihei]华文黑体: STHeiti微软雅黑: Microsoft YaHei微软正黑体: Microsoft JhengHei新宋体: NSimSun新细明体: PMingLiU仿宋: FangSong楷体: ...
分类:
Web程序 时间:
2014-11-21 18:25:31
阅读次数:
150
1. Linux常用指令常用指令功能startx进入图形界面Shutdown -h now关机Shutdown -r now 或者 reboot重启Su -切换管理员logout注销Ls 或者 dir当前目录所有文件Ls -l当前目录所有文件详细信息cd切换目录pwd列出当前目录路径Useradd....
分类:
系统相关 时间:
2014-11-21 18:11:18
阅读次数:
256
su 切换到rootsu - username 切换到username who 显示当前用户 cat /etc/passwd 可以查看所有用户,用户的信息都存储在这个文件之中 /etc/group 该文件内存储用户组信息。想要提取特定信息,使用grep即可uname -a 显示系统...
分类:
系统相关 时间:
2014-11-21 15:42:31
阅读次数:
162
1、无法使用命令 /usr/bin/xdpyinfo 自动检查显示器颜色 在linux as5下安装oracle11g,环境都配置好了!等运行./runInstaller的时候无法弹出安装的图形界面我几乎用了网站提到所有的方法!1.xhost +ip2.su - oracle3.export DIS...
分类:
数据库 时间:
2014-11-21 13:59:42
阅读次数:
187
1 登录Oracle用户 ?su?-?oracle 2 进入 SQLplus ,扫行 @awrrpt.sql .这里注意,要指定?awrrpt.sql脚本路径,所以建议一开始就进到指定目录这样方便些 cd?/u01/app/oracle/product/11.2.0/db_1/rdbms/admin/ 这...
分类:
数据库 时间:
2014-11-21 00:10:23
阅读次数:
358
进入系统,进入系统, # su oracle $cd $ORACLE_HOME $./sqlplus /nolog >connect / as sysdba; >show parameter sga; (查看内存占用情况) NAME ...
分类:
数据库 时间:
2014-11-20 23:32:37
阅读次数:
339
1. Linux常用指令常用指令功能startx进入图形界面Shutdown -h now关机Shutdown -r now 或者 reboot重启Su -切换管理员logout注销Ls 或者 dir当前目录所有文件Ls -l当前目录所有文件详细信息cd切换目录pwd列出当前目录路径Useradd....
分类:
系统相关 时间:
2014-11-20 20:18:47
阅读次数:
201
1. 1 - (id) init 2 { 3 return [self initWithWidth: 0 andHeight: 0]; 4 } 5 6 - (id) initWithWidth: (int) w andHeight: (int) h 7 { 8 self = [su...
分类:
其他好文 时间:
2014-11-19 23:39:36
阅读次数:
267
Reference material:Thinking In C++ 2nd eidition chapter 5 section "Handle classes"If there's something need to be hidden from clients of the class (su...
分类:
编程语言 时间:
2014-11-19 20:08:08
阅读次数:
235