这个月公司安排我一个人做iOS客户端开发,由于急着用,我先发布一个版本,由于第一次发布iOS应用,期间出了不少问题,记录于此。 ? 1、使用Application Loader 发布时报错:Communication error.please use diag...
分类:
移动开发 时间:
2015-08-25 14:32:44
阅读次数:
175
题目写一个脚本
1. 传递一个参数给脚本,此参数为用户名;
2. 如果用户存在,则执行如下任务
* 如果用户的id号小于500,显示其为管理员或系统用户;
* 否则,显示其为普通用户;
3. 如果用户不存在,则添加之;解答#!/bin/bashusername=$1if [ "$username" = "" ]; then
echo "please i...
分类:
系统相关 时间:
2015-08-21 19:31:58
阅读次数:
215
在安装Apache的httpd的时候经常会遇到: configure: error: APR not found .? Please read the documentation. configure: error: APR-util not found .? Please read the documentation. configure: error: pcr...
分类:
Web程序 时间:
2015-08-21 15:58:20
阅读次数:
279
DFS to check cyclic. Please note some details.class Solution{ unordered_map> g; unordered_set visited; bool go(int i, int p) // true - cy...
分类:
其他好文 时间:
2015-08-21 14:59:18
阅读次数:
173
EBS中,有时进入一些基于OA Framework 的Web页面时,会出现这种现象: XXX 不是当前用户的有效责任,请联系您的系统管理员 ( or: xxxis not a valid responsibility for the current user. Please contact your...
分类:
其他好文 时间:
2015-08-21 12:49:21
阅读次数:
254
猫猫分享,必须精品原创文章,欢迎转载。转载请注明:翟乃玉的博客
地址:http://blog.csdn.net/u013357243一:错误当第一次打开Xcode我们进行commit操作的时候会报错:
The working copy “测试” failed to commit files.
* Please tell me who you are.Rungit config –globa...
分类:
移动开发 时间:
2015-08-21 09:28:34
阅读次数:
272
mysql workbench cannot be executed from a path that contains non-ASCII characters. this problem is imposed by used third party libraries. please run t...
分类:
数据库 时间:
2015-08-20 23:46:11
阅读次数:
456
单例模式 SingletonPattern
Ensure a class has only one instance,and provide a global point of access to it.
单例模式的主要作用是确保一个类只有一个实例存在。
懒汉式单例类:第一次引用类时,才进行对象实例化。
package com.DesignPattern.Creational.Sing...
分类:
编程语言 时间:
2015-08-20 22:38:30
阅读次数:
243
遇到问题描述: 运行android程序控制台输出 ?? ?[2013-10-13 16:45:50 - ] The connection to adb is down, and a severe error has occured. ?? ?[2013-10-1316:45:50?- ] You must restart adb and Ecli...
分类:
数据库 时间:
2015-08-20 17:06:52
阅读次数:
164
http://scikit-learn.org/stable/modules/classes.html#module-sklearn.decomposition
Reference
This is the class and function reference of scikit-learn. Please refer to the full
user gui...
分类:
其他好文 时间:
2015-08-20 09:13:03
阅读次数:
261