打包时报如下错误:Export aborted because fatal lint errors
were found. These are listed in the Lint View. Either fix these before running
Export again,or turn ...
分类:
移动开发 时间:
2014-06-29 13:01:46
阅读次数:
364
Linux操作系统如何修改主机名:
第一步:
#hostname test.oracle.com
第二步:
修改/etc/sysconfig/network中的hostname
第三步:
修改/etc/hosts文件...
分类:
系统相关 时间:
2014-06-20 09:38:01
阅读次数:
272
1. 问题
我的环境是oracle11gr2,本地用plsql还是toad连接都没有任何问题,而用别的机器远程连接就提示 无监听程序等错误。
2. 原因
oracle安装路径 --- 例如: F:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN 下面的 listener.ora 和 tnsnames.ora 这两个文...
分类:
数据库 时间:
2014-06-20 09:35:27
阅读次数:
594
原题地址:https://oj.leetcode.com/problems/search-insert-position/题意:Given
a sorted array and a target value, return the index if the target is found. If
n...
分类:
编程语言 时间:
2014-06-11 11:28:40
阅读次数:
349
在C/C++写网络程序的时候,往往会遇到字节的网络顺序和主机顺序的问题。这时就可能用到htons(), ntohl(),
ntohs(),htons()这4个网络字节顺序与本地字节顺序之间的转换函数:htonl()--"Host to Network Long int"
32Bytesntohl.....
分类:
其他好文 时间:
2014-06-11 09:58:25
阅读次数:
328
Tomcat 启动报
The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path
提示的解决办法:...
分类:
其他好文 时间:
2014-06-07 13:08:51
阅读次数:
309
.Net3.5的WCF服务在IIS7中发布后,在IE中访问.svc文件出现以下错误:HTTP 错误
404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 后来发现在II7的WCF服务网站中中*.svc文件已经被.Net
Framework4.0的处理程序as...
分类:
其他好文 时间:
2014-06-07 09:47:55
阅读次数:
202
系统为centOS;配置网络cd
/etc/sysconfig/network-scripts/vi ifcfg-eth0先按装pel和相关模块yum -y install
perl-develyum -y install perl-CPAN然后进行CPAN的配置cpan -i o conf ini...
分类:
其他好文 时间:
2014-06-05 19:24:28
阅读次数:
396
在编写xcode的项目的时候出现过代码不高亮的症状,而且所有的warning都不再提示,include的内容也显示symbol not
found,非常奇怪,解决方案如下:方法一:1.把.pch里的内容全部注释掉2.clean掉项目里的内容3.把.pch里的注释去掉,编译。4.代码高亮,语法提示功能...
分类:
其他好文 时间:
2014-06-05 15:02:54
阅读次数:
304
在VirtualBox中,有时候打开虚拟机,会出现Waiting for 60 seconds
more for network configuration这种情况,从而使得开机变得很慢。通过以下操作,可以让虚拟机开机很快,并且开机后不用再执行sudo
dhclient eth0这种操作获取IP了。...
分类:
其他好文 时间:
2014-06-05 14:07:57
阅读次数:
300