http://blog.163.com/dongfang_1226/blog/static/5867778020126281245271/找出哪些rpm没有装,下载安装即可(在后面具体安装的时候会提示哪些没有装好的)Oracle
Net Configuration Assitant failed!解...
分类:
数据库 时间:
2014-05-09 17:00:51
阅读次数:
424
date: 20140505author: Jin故障背景:早上启动本本
无法启动,报错信息(几个关键)WARNING:Failed to connect to lvmetad: No such file
direct[FAILED]Failed to mount /var/run/user/100...
分类:
其他好文 时间:
2014-05-09 16:47:25
阅读次数:
479
在oracle10g中,oracle默认将使用spfile启动数据库,如果spfile不存在,则就会出现上述错误。解决方法:将$ORACLE_BASE/admin/你的数据库名称/pfile/init.ora.628201264542(这串数字未必一样)
copy到$ORACLE_HOME/dbs目...
分类:
数据库 时间:
2014-05-09 16:26:52
阅读次数:
508
#coding:utf8import sys,osdef process(path): for f
in os.listdir(path): fin = open(path+"/"+f,"r") print...
分类:
编程语言 时间:
2014-05-09 12:41:07
阅读次数:
362
There are no interfaces on which a capture can be
done解决方法:Open a terminal by pressingCtrl+Alt+Tand type the following
commands:sudo dpkg-reconfigure ...
分类:
其他好文 时间:
2014-05-08 22:18:45
阅读次数:
397
solution1.Tick the primary key 1.right click on
the Id of the entity in dataset schema. 2.Edit Key 3.Tick the Primary Key
分类:
其他好文 时间:
2014-05-07 19:18:56
阅读次数:
362
新浪微博开放平台为第三方应用提供了简便的合作模式,满足了手机用户和平板电脑用户随时随地分享信息的需求。通过调用平台的api即可实现很多微博上的功能。本篇主要目的是记录新浪微博移动SDK
iOS版本的在iOS5下的嵌入和使用。1、申请一个新浪微博的移动应用 。申请地址:http://open.weib...
分类:
移动开发 时间:
2014-05-07 18:56:00
阅读次数:
630
1. 加载XML文件方法1:ajax方式。代码如下:var xhr =
window.XMLHttpRequest ? new XMLHttpRequest() : new
ActiveXObject("Microsoft.XMLHTTP");xhr.open("GET", "data.xml", ...
分类:
Web程序 时间:
2014-05-07 18:24:56
阅读次数:
329
1.
文件I/O对于内核而言,所有打开的文件都通过文件描述符引用,内核不区分文本文件和二进制文件open函数:O_RDONLY O_WRONLY
O_RDWRcreate函数:close函数:关闭一个文件时还会释放该进程加在该文件上的所有记录锁lseek函数:显式地为一个打开的文件设置其偏移量每个打...
分类:
其他好文 时间:
2014-05-07 17:54:42
阅读次数:
297
第一部分:自定义 Atlas1 .
首先我们要准备一些图标素材,也就是我们的UI素材,将其导入到unity工程中。2. 全选我们需要用到的UI素材。选择菜单NGUI-->Open the
Atlas Maker(快捷键 Alt +shift+M)。打开Atlas Maker窗口,如图我们可以看到,刚...
分类:
其他好文 时间:
2014-05-06 10:12:29
阅读次数:
322