上一页 1 ··· 162 163 164 165 166 167 168 169 170 ··· 714 下一页
摘要: #import /*** 分类 , Category ,类目:作用:为没有源码的类扩充功能.仅仅能扩充方法不能够扩充实例变量.*/@interface NSString (SayHi)- (void)sayHi;//可以获取首字母,字符串- (NSString *)firstCharactor;@e... 阅读全文
posted @ 2016-01-12 18:45 mengfanrong 阅读(2186) 评论(0) 推荐(0) 编辑
摘要: 算法导论:10.4-4对一个含n个结点的随意有根树,写出一个O(n)时间的过程。输出其全部keyword。该树以左孩子或兄弟表示法存储。#ifndef _ROOTED_TREE_H_#define _ROOTED_TREE_H_/***********************************... 阅读全文
posted @ 2016-01-12 17:45 mengfanrong 阅读(827) 评论(0) 推荐(0) 编辑
摘要: 构建工具maven=UTF-8''Gradle Effective Implementation Guide.pdf: http://www.t00y.com/file/76854506better-builds-with-maven-2008.pdf: http://www.t00y.com/... 阅读全文
posted @ 2016-01-12 17:35 mengfanrong 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 在屏幕上加入Widget:或长按屏幕空白处,或找到WidgetPreview App选择。原生系统4.0下面使用长按方式,4.0及以上 打开WIDGETS创建Widget的一般步骤:在menifest中 ... 阅读全文
posted @ 2016-01-12 16:22 mengfanrong 阅读(325) 评论(0) 推荐(0) 编辑
摘要: python模块下载http://www.lfd.uci.edu/~gohlke/pythonlibs/python编写的io画图工具https://oss.oracle.com/~mason/seekwatcher/matplotlib安装http://blog.sina.com.cn/s/blo... 阅读全文
posted @ 2016-01-12 16:12 mengfanrong 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 6.3.创建与管理模式概述:DB内组织对象的一种逻辑结构。一个DB内能够有多个模式。在未指定模式时默认放置在public中。能够通过”\dn”方式查看数据库中现有模式;testdw=# \dn List of schemas Name | Owner --------------------+---... 阅读全文
posted @ 2016-01-12 15:25 mengfanrong 阅读(519) 评论(0) 推荐(0) 编辑
摘要: 字符串包括题目:如果这有一个各种字母组成的字符串A,和另外一个字符串B,字符串里B的字母数相对少一些。什么方法能最快的查出全部小字符串B 里的字母在大字符串A里都有?= a.length()) { return false; } } re... 阅读全文
posted @ 2016-01-12 14:47 mengfanrong 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 1、错误描写叙述信息: Setting autowire strategy to name2014-7-13 1:37:43 org.apache.struts2.spring.StrutsSpringObjectFactory info信息: ... initialized Struts-Spri... 阅读全文
posted @ 2016-01-12 13:46 mengfanrong 阅读(516) 评论(0) 推荐(0) 编辑
摘要: 因为google 被限制,就是FQ后,下载的速度依旧非常慢,让人非常崩溃啊,所以这里就分享一下离线安装android SDK 和eclipse ADT 离线安装方法。 安装之前首先已经确保java sdk 以及安装好!(1)下载eclipse 官方下载地址:http://developer.andr... 阅读全文
posted @ 2016-01-12 13:23 mengfanrong 阅读(510) 评论(0) 推荐(0) 编辑
摘要: Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express... 阅读全文
posted @ 2016-01-12 12:28 mengfanrong 阅读(223) 评论(0) 推荐(0) 编辑
上一页 1 ··· 162 163 164 165 166 167 168 169 170 ··· 714 下一页