码迷,mamicode.com
首页 >  
搜索关键字:ca 加密解密    ( 5669个结果
UILabel 字体加粗
加粗loginLabel.font = [UIFont fontWithName:@"Helvetica-Bold" size:20];加粗并且倾斜loginLabel.font = [UIFont fontWithName:@"Helvetica-BoldOblique" size:20];
分类:其他好文   时间:2014-07-16 19:51:14    阅读次数:201
python AES 双向对称加密解密
高级加密标准(Advanced Encryption Standard,AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于200...
分类:编程语言   时间:2014-07-13 00:28:54    阅读次数:791
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
键盘unicode值对照表
A:65B:66C:67D:68E:69F:70G:71H:72I:73J:74K:75L:76M:77N:78O:79P:80Q:81R:82S:83T:84U:85V:86W:87X:88Y:89Z:90-------------------------------上:38下:40左:37右:3...
分类:其他好文   时间:2014-07-12 14:58:01    阅读次数:264
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
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
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
迷上了代码!