上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 160 下一页
摘要: 下载oracle的安装包: 下载地址: 注意下载oracle是须要注冊oracle的 http://download.oracle.com/otn/nt/oracle11g 下载两个包: linux.x64_11gR2_database_1of2.zip linux.x64_11gR2_databa 阅读全文
posted @ 2017-05-15 14:07 clnchanpin 阅读(260) 评论(0) 推荐(0)
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o 阅读全文
posted @ 2017-05-15 13:20 clnchanpin 阅读(180) 评论(0) 推荐(0)
摘要: 场景:有N个合作方,每一个合作方都有一定的权重,按权重随机选择一个合作方 typedef struct { string k;//partner_id string v;//value string m;//0:number 1:ratio }Bookpartner_count_listInfo; 阅读全文
posted @ 2017-05-15 11:44 clnchanpin 阅读(563) 评论(0) 推荐(0)
摘要: 学历和工作有多大关系? 看多了高学历的人找不到工作。从而開始抱怨上学抱怨社会抱怨太多太多。高学历和失业联系在一起,你想到了什么?可能是非常多学历偏低的人不排斥低价的体力劳动从而easy找个凑合的工作,再者就是高学历找不到工作比低学历找不到工作更easy让人产生心理落差,还有非常多原因造成了如今大多数 阅读全文
posted @ 2017-05-15 11:08 clnchanpin 阅读(475) 评论(0) 推荐(0)
摘要: LRU的基本概念: LRU是Least Recently Used的缩写,最近最少使用算法。 Java 实现LRUCache 1、基于LRU的基本概念,为了达到按最近最少使用排序。能够选择HashMap的子类 LinkedHashMap来作为LRUCache的存储容器。 2、LinkedHashMa 阅读全文
posted @ 2017-05-15 09:40 clnchanpin 阅读(1243) 评论(0) 推荐(0)
摘要:  作为软件开发界最权威的期刊,《程序猿》杂志一直是业界推崇的高端读物,能被其採訪是极大的荣耀。 上个月,作为江西省内的排名第一的站点开发企业和专业的站点研发厂商,Zoomla!逐浪CMS与华夏互联hx008.com首席架构师汪照发先生应邀接受了程序猿杂志的专訪(採訪记录能够浏览http://ww 阅读全文
posted @ 2017-05-15 08:07 clnchanpin 阅读(192) 评论(0) 推荐(0)
摘要: 理论练习题 给出下面程序的运行结果。#include <iostream> class A { public: virtual void f() //虚函数 { cout << "A::f() called." << endl; } }; class B:public A { public: vir 阅读全文
posted @ 2017-05-14 21:53 clnchanpin 阅读(255) 评论(0) 推荐(0)
摘要: 流式计算在一些情况下会用到分布式缓存,从而实现(1)想把统计或计算结果保存在分布缓存中。供其他模块或其他系统调用。(2)某一滑动时间窗体上计数。比如实时统计1小时每一个Cookie的訪问量。实时统计某商品1天内的销售数量和销售额。实时统计某商家1天内的销售量。因为SODBASE CEP引擎本身集成了 阅读全文
posted @ 2017-05-14 20:52 clnchanpin 阅读(232) 评论(0) 推荐(0)
摘要: 今天被一个问题纠结了2个小时。一開始失败的代码大概是这种: dispatch_group_t group = dispatch_group_create(); while([rs next]){ dispatch_group_async(group, dispatch_get_global_queu 阅读全文
posted @ 2017-05-14 19:58 clnchanpin 阅读(521) 评论(0) 推荐(0)
摘要: 题目: Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two e 阅读全文
posted @ 2017-05-14 19:23 clnchanpin 阅读(137) 评论(0) 推荐(0)
上一页 1 ··· 120 121 122 123 124 125 126 127 128 ··· 160 下一页