上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 158 下一页

2017年5月30日

android下拉刷新控件之第三方开源控件的使用实现

摘要: 本次使用的第三方下拉刷新控件是:Android-Pull-Refresh,下载地址:https://github.com/chrisbanes/Android-PullToRefresh 该控件适用于: ViewPager HorizontalScrollView ScrollView WebVie 阅读全文

posted @ 2017-05-30 10:08 wgwyanfs 阅读(759) 评论(0) 推荐(0)

memcached 命令行參数解释

摘要: memcached 1.4.2 -p <num> 监听的TCPport(默认: 11211) -U <num> 监听的UDPport(默认: 11211, 0表示不监听) -s <file> 用于监听的UNIX套接字路径(禁用网络支持) -a <mask> UNIX套接字訪问掩码,八进制数字(默认: 阅读全文

posted @ 2017-05-30 09:00 wgwyanfs 阅读(124) 评论(0) 推荐(0)

怎样读取ppt内容

摘要: 1、java版本号 public string PptReader(string filename) { string fullname = DocPath+filename; //绝对路径 PowerPoint.Application papp = new PowerPoint.Applicati 阅读全文

posted @ 2017-05-30 08:46 wgwyanfs 阅读(209) 评论(0) 推荐(0)

大话设计模式之模板方法模式

摘要: 模板?生科的小朋友也许会这样理解,DNA复制或转录时,用来产生互补链的核苷酸序列。在我们的日程生活中。我们也时常与模板打交道,比方有些师哥师姐毕业了,须要写简历应聘,这个时候就有了简历模板;临近毕业大四的孩子,须要准备论文,就有了论文模板,所以,模板的概念就是有一个规定的格式,然后每一个人都能够依据 阅读全文

posted @ 2017-05-30 08:05 wgwyanfs 阅读(167) 评论(0) 推荐(0)

2017年5月29日

Conditionals with Omitted Operands (x ? : y) example

摘要: #include <stdio.h> int f(int x) { return x?:1; } int main() { printf("f %d\n", f(0)); printf("f %d\n", f(1)); return 0; } //output: f 1 f 1//And when 阅读全文

posted @ 2017-05-29 21:16 wgwyanfs 阅读(116) 评论(0) 推荐(0)

EBS系统多层次password与改动方法

摘要: 我们将EBS系统password分成四类,更改password都须要遵照章程、规范。特别是做好备份。 1.操作系统用户,如root,ora,appl等用户。 【改动方法】 利用passwd这个OS命令去更改用户password。 如: passwd root passwd ora passwd ap 阅读全文

posted @ 2017-05-29 19:48 wgwyanfs 阅读(238) 评论(0) 推荐(0)

HDU 3152 Obstacle Course(BFS+优先队列 重载)

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3152 Problem Description You are working on the team assisting with programming for the Mars rover. To 阅读全文

posted @ 2017-05-29 18:12 wgwyanfs 阅读(219) 评论(0) 推荐(0)

芸芸毕业生

摘要: 小编我前几天出差,去了几所高校,看到的是芸芸迷茫的毕业生。小学弟学妹告诉我学校教了一堆东西。就是没有教怎么找工作。书里背了一堆东西,就是没有招聘潜规则。考试考了一堆东西,就是没考面试和笔试。那么问题来了,大学生毕业了,该干什么? 还用问?一定是找工作咯…… OK。小编问你:參加过校招吗?家里有后门或 阅读全文

posted @ 2017-05-29 16:35 wgwyanfs 阅读(175) 评论(0) 推荐(0)

shell学习三十四天----printf具体解释

摘要: printf 先来看一个简单的样例:使用命令printf “hello,world\n”, 输出:hello,world 再使用echo “hello,world\n”,输出为:hello,world\n 案例二:使用命令printf "%s\n" hello,world 输出结果为:hello,w 阅读全文

posted @ 2017-05-29 15:58 wgwyanfs 阅读(361) 评论(0) 推荐(0)

tomcat启动批处理——catalina.bat

摘要: 这个批处理才是tomcat服务器启动跟关闭的核心脚本。当中包括。。。。(各种变量),此节将具体解说这个批处理的逻辑。先看看第一部分脚本:********************************************************************************** 阅读全文

posted @ 2017-05-29 14:59 wgwyanfs 阅读(695) 评论(0) 推荐(0)

上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 158 下一页

导航