码迷,mamicode.com
首页 >  
搜索关键字:vcenter ca    ( 4721个结果
UILabel 字体加粗
加粗loginLabel.font = [UIFont fontWithName:@"Helvetica-Bold" size:20];加粗并且倾斜loginLabel.font = [UIFont fontWithName:@"Helvetica-BoldOblique" size:20];
分类:其他好文   时间:2014-07-16 19:51:14    阅读次数:201
GWP PHP auth page works
经过修改,看起来GWP能工作了。不过还是需要深入了解ca的page flow,PHP and Perl大不同1015 ls /var/www/html/gwp/lib/database.php1016 cp /var/www/html/cacti/lib/functions.php /var/www...
分类:Web程序   时间:2014-07-12 15:10:30    阅读次数:475
ZookeeperNet太难用,写了个RetryHelper来进行配套使用
普通的zk用法,如下写法:zk.Exists("/aaa", true);zk.Create(...);但是由于这些API会抛Zookeeper的Exception,比如ConnectionLossException, NoNodeException等,所以必须配合一堆try/catch的机制来ca...
分类:Web程序   时间:2014-07-12 00:58:19    阅读次数:330
Tire 字典树&& uva1401
题意:给一个长字符串s(1#include#define MOD 20071027#define maxnode 4010*101#define MAXLEN 300005#define sigema_size 26int ca=0,S,d[MAXLEN];char str[MAXLEN],tmp[...
分类:其他好文   时间:2014-07-12 00:41:50    阅读次数:423
《OOC》笔记(0)——为何要看这本书
《OOC》全名是《Object-oriented Programming with ANSI-C》,步步为营地讲述了作者用C来实现封装、继承、多态、异常处理和自动化工具的过程。这本书吸引我的理由如下: 我也研究过OOC的问题,想和作者对比对比,取长补短。 学习C实现异常处理try{}ca...
分类:其他好文   时间:2014-07-09 20:51:09    阅读次数:197
mysql-关联查询sql记录
//查询账单关联订单selecto.id as id,o.order_no as orderNo,o.case_no as caseNo,o.send_time as sendTime,o.final_time as finalTime,(select ca.car_no from fm_order...
分类:数据库   时间:2014-07-09 17:53:55    阅读次数:259
redis学习(一)
Introduction to RedisRedis is an open source, BSD licensed, advanced key-value store. It is often referred to as a data structure server since keys ca...
分类:其他好文   时间:2014-07-09 15:35:56    阅读次数:211
Android Apk反编译
前言 不得不说,最近接触的技术都是我不熟悉的领域,我自己也在边摸索边积累的过程中。 工具 主要用到两个反编译工具:dex2jar 和 jd-gui,下载地址如下: dex2jar : https://code.google.com/p/dex2jar/downloads/list jd-gui : http://jd.benow.ca/ (下载linux版本) ...
分类:移动开发   时间:2014-07-09 10:40:37    阅读次数:241
读TIJ -6 类再生
《Think in java·第 6 章类再生》 读TIJ -1 对象入门 中已经就代码复用性吐槽了。继承关系在结果上(不是为了代码复用而设计继承关系)为代码复用提供了新的途径。 本章看其目录就比较杂,程序员的内聚思想去哪儿了?合成复用优先——合成、继承,为什么实现继承是不好的…… 6.1 合成的语法 解释了一个例程,没有什么好说的。has_a关系。 6.2 继承的语法 【You ca...
分类:其他好文   时间:2014-07-08 18:01:33    阅读次数:198
LeetCode——String to Integer (atoi)
Implement atoi to convert a string to an integer. Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below and ask yourself what are the possible input ca...
分类:其他好文   时间:2014-07-08 12:52:05    阅读次数:200
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!