码迷,mamicode.com
首页 >  
搜索关键字:groups    ( 1428个结果
(转)jpbc的基本函数介绍
双线性群简介 质数阶双线性群(Prime-Order Bilinear Groups) 质数双线性群可以由五元组(p,G1,G2,GT,e)来描述。五元组中p是一个与给定安全常数λ相关的大质数,G1,G2,GT均是阶为p的乘法循环群,e为双线性映射e:G1×G2→GT,它满足以下3个条件: 双线性( ...
分类:其他好文   时间:2016-06-24 12:06:25    阅读次数:1825
linux groupmems命令
Because users group membership is defined in two different locations, it can be difficult to find out which groups exactly a user is a member of. A co ...
分类:系统相关   时间:2016-06-23 16:03:29    阅读次数:302
Number Sequence
Description A single positive integer i is given. Write a program to find the digit located in the position i in the sequence of number groups S1S2... ...
分类:其他好文   时间:2016-06-11 13:18:40    阅读次数:144
Thread in Java
References: [1]. http://www.javaworld.com/article/2074481/java-concurrency/java-101--understanding-java-threads--part-4 thread-groups--volatility--and ...
分类:编程语言   时间:2016-06-07 01:11:11    阅读次数:238
docker依赖的Linux内核特性
namespaces命名空间编程语言封装→代码隔离操作系统系统资源的隔离进程、网络、文件系统进程隔离PID:ProcessID网络接口管理NET:Network跨进程通信的访问IPC:InterProcessCommunication管理挂载点MNT:Mount隔离内核和版本标识UTS:UnixTimesharingSystemControlgroups控制组资..
分类:系统相关   时间:2016-05-28 14:33:03    阅读次数:260
[RxJS] Transformation operator: buffer, bufferCount, bufferTime
This lesson will teach you about another horizontal combination operator: buffer and its variants. Buffer groups consecutive values together, emitting ...
分类:Web程序   时间:2016-05-27 19:58:02    阅读次数:234
gitlab使用
安装好 git + TortoiseGit 工具; TortoiseGit (PuTTYgen工具)生成私钥+公钥,并添加到pagean工具 中 申请gitlab账号,进入gitlab管理:右上角 系统设置按钮--》 “SSH keys” 把公钥添加进去; 申请加入项目组Groups(加入进去,才能 ...
分类:其他好文   时间:2016-05-27 14:49:52    阅读次数:152
QQ好友列表
一 好友的页面的搭建(tableView) 1. 控制器代码 #pragma mark - 数据源方法 // 返回有多少组 - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView { return self.groups.c ...
分类:其他好文   时间:2016-05-25 00:28:37    阅读次数:226
源码编译安装mysql
mysql5.5.8要使用cmake编译1)创建用户#useradd-r-s/sbin/nologinmysql#idmysqluid=101(mysql)gid=101(mysql)groups=101(mysql)#chown-Rmysql.mysql/data/mysql/说明:#whichcmake/usr/local/bin/cmake2)编译cmake.-DCMAKE_INSTALL_PREFIX=/usr/local/mysql-DMYSQL_DATADIR=/d..
分类:数据库   时间:2016-05-23 22:50:26    阅读次数:250
Django 【进阶篇】
Django 流程 Django url常用匹配语法 几种匹配(在与项目同名的文件夹里的urls.py里写,对应的函数在APP*里的views.py里写) Name Groups 上面url里面的匹配和正则表达式是一样的,根据我们自己的需要去选择相应的正则表达式 include在url中的用途:项目 ...
分类:其他好文   时间:2016-05-22 18:06:37    阅读次数:209
1428条   上一页 1 ... 95 96 97 98 99 ... 143 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!