创建完Managed Metadata Service Application之后,或者是在使用过程中,经常会遇到一个错误--The Managed Metadata Service or Connection is currently not available.如何解决呢?...
分类:
移动开发 时间:
2015-01-18 11:52:10
阅读次数:
223
1. Go to 'Extras' -> download and install 'Babel'.2. Set up '.htaccess' file, currently, we set up three languages:find '# The Friendly URLs part' in ...
分类:
其他好文 时间:
2015-01-16 20:48:12
阅读次数:
292
1,simulink生成hdl的话需要用支持的模块,否则不能生成,支持的模块组成一个库,这个库需要自己生成,用hdllib命令生成,官方原话:The hdllib function creates a library of blocks that are currently supportedfor...
分类:
其他好文 时间:
2015-01-09 18:58:42
阅读次数:
394
大概看了下网上的解决方法,发现在我的项目中不能解决问题,于是我自己去慢慢查找问题,后来发现原来是我update项目的时候,这个project.properties文件出现的问题,但是因为没有报错,所以比较难找这个问题。下面是我update后project.properties这个问题出现的部分,导致这个问题的原因是我本地项目的库引用路径和svn上的不一样,所以导致了这个问题。
---------...
分类:
其他好文 时间:
2015-01-09 10:49:27
阅读次数:
181
今天在设置修改密码成功进行跳转到登录页面重新登录的时候,我写的原代码是:
[self dismissViewControllerAnimated:YES completion:nil];
[UIApplication sharedApplication].keyWindow.rootViewController = [[loginViewController alloc...
分类:
移动开发 时间:
2015-01-09 10:47:16
阅读次数:
236
今天生产上项目启动访问 一个数据库的时候,出现了
ORA-12505, TNS:listener does not currently know of SID given in connect desc .
后面看了下,我的数据库配置为:
driverClassName=oracle.jdbc.driver.OracleDriver
url=jdbc:o...
分类:
数据库 时间:
2015-01-08 17:55:02
阅读次数:
183
1. 桥接网卡界面名称未指定 http://wenku.baidu.com/link?url=VFG0hknsDX3VPXQoX5f-g1wUX_LBl-lOj0ZqD222kM31iVCPJKVu3lfqh6UVwUWeU6gQW4TGLV-b5k8XynqjStcVj3woW5woaFQWQpAmDKK&qq-pf-to=pcqq.c2c 2. Filters currently inst...
分类:
其他好文 时间:
2015-01-06 17:54:05
阅读次数:
137
装软件的时候总是提示dpkg: warning: files list file for package `*****' missing, assuming package has no files currently installed,导致无法安装任何软件,结果百度+Google了好多教程,最后...
分类:
系统相关 时间:
2015-01-04 19:09:04
阅读次数:
273
查看了进程, nginx, php-fpm都在运行, 排除程序错误, 那么就是配置的问题了.一个可能的错误, 是由于配置中的fastcgi_pass 配置错了错误的配置如下server { listen 80; server_name localhost; #cha...
分类:
其他好文 时间:
2014-12-30 20:24:41
阅读次数:
3066
Circle
Time Limit: 2000ms Memory limit: 65536K 有疑问?点这里^_^
题目描述
You have been given a circle from 0 to n?-?1. If you are currently at x, you will move to (x?-?1) mod n or (x?+?1) mod n with...
分类:
其他好文 时间:
2014-12-30 11:52:09
阅读次数:
160