- 浏览: 621014 次
- 来自: 信阳
最新评论
-
贝塔ZQ:
导出数据到excel文档中,可以使用pageoffice插件实 ...
Java POI 数据导出到Excel 2010 -
熊佳佳:
key是需要向支付宝购买额度的
支付宝即时到帐接口调试入口页面 -
zhuzuofei:
你好,你代码中提供的pid,key好像是无效的...
支付宝即时到帐接口调试入口页面 -
xingxing:
光有图没有解决方案......
centOS setup 命令 设置网络参数 -
atgoingguoat:
...
Android:简单的图片浏览器
文章列表
JDK 6 中文 API
- 博客分类:
- java
下载地址:https://blogs.oracle.com/eyan/entry/jdk_6_api_doc_simplified
X 服务器访问被主机拒绝
[致命错误] DISPLAY 变量的设置不正确: :0
[解决方法] 请确保正确设置了 DISPLAY 环境变量,
并确保系统上存在 X11 服务器。如果是以其他主机上的其他用户身份
运行 Oracle Installer,
可能需要使用 xhost 命令来确保该主机/用户
有权写入 DISPLAY 环境变量。
linux 安装 weblogic
- 博客分类:
- Linux
[root@dbserver 下载]# yum install glibc.i686
[root@dbserver 下载]# chmod +x oepe-12.1.3-kepler-installer-linux-gtk.bin
[root@dbserver 下载]# ./oepe-12.1.3-kepler-installer-linux-gtk.bin
64位linux安装32位程序
[root@dbserver 下载]# yum install glibc.i686
Welcome to JBoss Application Server 7.1.1http://www.jboss.org/jbossas/Go to the above link for documentation, and additional downloads.Also, once JBoss AS7 is started you can go to http://localhost:8080for additional information.Key Features--------------* Java EE 6* Fast Startup* Small Footprint* ...
[root@dbserver latte]# service mysql stopShutting down MySQL.. [ 确定 ][root@dbserver latte]# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &[root@dbserver latte]# mysql -u root mysql Reading table information for completion of table and colum ...
linux 安装 mysql
- 博客分类:
- Linux
#忽略大小写检查已安装的mysql
[root@dbserver Mysql]# rpm -qa|grep -i mysql
perl-DBD-MySQL-4.023-5.el7.x86_64
qt3-MySQL-3.3.8b-51.el7.x86_64
qt-mysql-4.8.5-8.el7.x86_64
akonadi-mysql-1.9.2-4.el7.x86_64
#卸载自带的MySQL
[root@dbserver Mysql]# rpm -e perl-DBD-MySQL-4.023-5.el7.x86_64 --nodeps
[root@dbserver Mysql]# rpm ...
linux 电子词典 stardict
- 博客分类:
- Linux
http://pkgs.org/download/stardict
http://pkgs.org/centos-6/naulinux-school-x86_64/stardict-3.0.2-1.el6.x86_64.rpm.html
http://downloads.naulinux.ru/pub/NauLinux/
bash-4.2$ su
密码:
[root@localhost latte]# yum install gucharmap.x86_64
[root@localhost latte]# vi /etc/yum.repos.d/naulinux-school.repo
=== ...
[latte@localhost ~]$ su
密码:
[root@localhost latte]# cd /usr/share/applications/
[root@localhost applications]# vi eclipse.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Eclipse
Comment=Eclipse IDE
Exec=/home/latte/software/eclipse/eclipse
Icon=/home/latte/software/eclipse/icon.xpm
Terminal=false
...
查看Windows分区UUID
修改grub.cfg
menuentry 'Windows 7'{
insmod ntfs
set root='hd0,msdos3'
search --no-floppy --fs-uuid --set B2C49581C495490D
chainloader +1
}
Index of /fuse-ntfs-3g:http://pkgs.repoforge.org/fuse-ntfs-3g/
安装 ntfsprogs
插上NTFS移动硬盘
OK!
SQL> startup
ORA-01078: failure in processing system parameters
LRM-00109: could not open parameter file '/home/xiongjiajia/app/xiongjiajia/product/12.1.0/dbhome_1/dbs/initORADB.ora'
oracle默认将使用spfile启动数据库,如果spfile不存在,就会出现上述错误。
解决方法:
mv $ORACLE_BASE/admin/orcl/pfile/init.ora.71201565558 $ORACL ...