E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
ROOTS
开始编写一个Salt模块
编写模块简述以ubuntu为例salt全部模块文件置于如下目录中:/usr/share/pyshared/salt/编写一个自定义的模块在已定义的file_
roots
中,创建一个_modules/目录,
行者深蓝
·
2013-12-20 16:00
saltstack state tree 的版本控制
statetree多版本控制:topfile的环境和设置的file_
roots
是一致的,在一个简单的,单一环境中,你只设置了base环境,因此你只有一个statetree,例子如下:file_
roots
行者深蓝
·
2013-12-13 14:00
(Relax 数论1.8)POJ 1284 Primitive
Roots
(欧拉函数的应用: 以n为模的本原根的个数phi(n-1))
/* *POJ_2407.cpp * *Createdon:2013年11月19日 *Author:Administrator */ #include #include #include usingnamespacestd; typedeflonglongll; constintmaxn=1000015; boolu[maxn]; llsu[maxn]; llnum; llgcd(ll
caihongshijie6
·
2013-12-10 20:00
「追根溯源」Ruby数组的uniq方法
详细请查看:http://tao.logdown.com/posts/165685-
roots
-uniq-ruby-array-methods
blackanger
·
2013-12-06 14:11
uniq方法
ruby数组
被注入木马的漏洞,修复过程
pid=1"}'2.查看被修改文件的时间[
roots
]$statindex.php.bad File:"index.php.bad" Size:648 Blocks:8 IOBlock:4096
seared2008
·
2013-12-02 16:00
(Relax ST1.15)POJ 3175 Finding Bovine
Roots
枚举:如果x.123...这个数字的平方是一个整数的话,那必然sqr(x.124)>ceil(sqr(x.123))[sqr=求平方,ceil=向上取整]所以,就可以从小到大枚举它的整数部分x,遇到第一个满足结果的x,就是答案了。 #include #include #include usingnamespacestd; doublep[]={1,1e-1,1e-2,1e-3,1e-4,1
caihongshijie6
·
2013-11-29 13:00
垃圾收集器和内存分配策略
垃圾收集(Garbage Collection,GC),需要完成的三件事情: 1、哪些内存需要回收 2、什么时候回收 3、如何回收 一、在主流的商用程序语言中,都是使用根搜索算法(GC
Roots
xuelu198708
·
2013-11-29 11:00
内存分配
java 获得磁盘信息
importjava.io.File;publicclassSpaceChecker{publicstaticvoidmain(String[]args){File[]
roots
=File.listRoots
chenweishaoxing
·
2013-11-15 10:30
java
java 获得磁盘信息
java.io.File; public class SpaceChecker { public static void main(String[] args) { File[]
roots
endual
·
2013-11-15 10:00
java
java 获得磁盘信息
java.io.File; public class SpaceChecker { public static void main(String[] args) { File[]
roots
endual
·
2013-11-15 10:00
java
[ACM - 数论]Eddy's digital
Roots
(九余数定理)
Eddy'sdigitalRootsTimeLimit:2000/1000ms(Java/Other) MemoryLimit:65536/32768K(Java/Other)TotalSubmission(s):11 AcceptedSubmission(s):7Font: TimesNewRoman | Verdana | GeorgiaFontSize: ← →ProblemDesc
sr19930829
·
2013-11-09 19:00
数论
ACM
recovery中event 事件实现
/bootable/recovery/ui.cpp /bootable/recovery/recovery.cpp /bootable/recovery/
roots
.cpp
liyongming1982
·
2013-11-04 22:00
android
linux
事件
event
recovery
HDU 1013 Digital
Roots
Thedigitalrootofapositiveintegerisfoundbysummingthedigitsoftheinteger.Iftheresultingvalueisasingledigitthenthatdigitisthedigitalroot.Iftheresultingvaluecontainstwoormoredigits,thosedigitsaresummedandt
u011217342
·
2013-11-02 00:00
hdu 1013 Digital
Roots
题目链接:hdu 1013 Digital
Roots
题目大意:给出一个数num,计算num每一个位数上的值之和,的到新的num,如果num>= 10, 重复操作,直到为个数。
·
2013-11-01 18:00
root
hdu 1013 Digital
Roots
题目链接:hdu1013DigitalRoots题目大意:给出一个数num,计算num每一个位数上的值之和,的到新的num,如果num>=10,重复操作,直到为个数。解题思路:第一次输入的时候位数很多,得用字符串读入。#include #include #include constintN=10005; intmain(){ longlongsum; charstr[N]; while(scan
u011328934
·
2013-11-01 17:00
用salt快速部署应用
1、调整/etc/salt/masterfile_
roots
:base:�C/srv/salt我们使用默认的配置,不变,但你要记住上面这几行配置。2、编辑top.sls
紫暝1127
·
2013-10-10 17:05
SALT
salt-stack
JVM Knowleadge-垃圾回收GC
Roots
Tracing
本文参考了周志明的《深入理解Java虚拟机:JVM高级特性与最佳实践》,这本书写的非常好!极力推荐!》JVM中对内存进行回收时,需要判断对象是否仍在使用中,可以通过GCRootsTracing辨别。定义:通过一系列名为”GCRoots”的对象作为起始点,从这个节点向下搜索,搜索走过的路径称为ReferenceChain,当一个对象到GCRoots没有任何ReferenceChain相连时,(图论:
time_hunter
·
2013-10-07 22:00
HDU 1013 Digital
Roots
题目链接~~> 求DigitalRoots的简单方法。代码:#include #include chars[1005]; intmain() { while(scanf("%s",s)!=EOF) { if(!strcmp(s,"0")) break; inth=strlen(s),sum=0; for(inti=0;i
u011074149
·
2013-09-20 15:00
java 获取磁盘空间的大小的方法
* */ public class SpaceChecker { public static void main(String[] args) { File[]
roots
zhuojb
·
2013-09-10 11:00
java 磁盘空间大小
HD1013Digital
Roots
Problem Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that digit is the digital root. If the resultin
·
2013-09-06 22:00
root
ViewVC Manual
#cvs_
roots
=cvs:/home/cvsroot….root_parents=/home
tadcat
·
2013-08-07 11:00
POJ 1284 Primitive
Roots
(素数原根)
原根概念:设m是正整数,a是整数,若a模m的阶等于φ(m),则称a为模m的一个原根。(其中φ(m)表示m的欧拉函数)本题需应用的结论:若p是一个素数,则p有φ(p-1)个原根。#include usingnamespacestd; constintmaxn=10000+5; intph(intx) { intans=x; for(inti=2;i*i1)ans=ans/x*(x-1); retur
z690933166
·
2013-08-06 13:00
ACM-水题之Digital
Roots
——hdu1013
好吧,这几天刷一些水题找找感觉,发现,一段时间不练,水平下降好多啊,做个水题都磨蹭半天了。。。。 DigitalRootsProblemDescription Thedigitalrootofapositiveintegerisfoundbysummingthedigitsoftheinteger.Iftheresultingvalueisasingledigitthenthatdigitisth
lx417147512
·
2013-08-01 10:00
深入JAVA虚拟机
判断对象已经死的方法:1.引用计数法 2根搜索算法 GC
Roots
: 1 虚拟机栈(栈帧中的本地变量表)中的引用对象。 2 方法区中的类静态属性引用的对象。
lt200819
·
2013-07-24 16:00
JAVA虚拟机
深入理解java虚拟机学习笔记(二)
(缺点:很难解决对象之间的相互循环引用的问题) b:根搜索算法 通过一系列的名为“GC
Roots
“的对象作为起始点,从这些节点开始向下搜索,搜索所走过的路径称为引用链(Reference Chai
lg70124752
·
2013-07-20 09:00
java jvm
HDU 1013 Digital
Roots
DigitalRootsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):39049 AcceptedSubmission(s):11989ProblemDescriptionThedigitalrootofapositiveintegerisfoundb
fjy4328286
·
2013-07-19 08:00
垃圾回收机制
跟踪收集器跟踪收集器采用的为集中式的管理方式,全局记录对象之间的引用状态,执行时从一些列GC
Roots
的对象做为起点,从这些节点向下开始进行搜索所有的引用链,当一个对象到GC
Roots
没有任何引用链时
maylorChao
·
2013-07-18 11:00
jvm
垃圾回收算法
jvm内存管理之java堆溢出 -实例分析
java堆用于存储对象实例,我们只要不断地创建对象,并且保证GC
Roots
到对象之间有可达路径来避免垃圾回收机制清楚这些对象,就会在对象数量达到最大堆的容量限制后产生内存溢出异常。
marb
·
2013-07-13 22:00
jvm内存
HDU1013 Digital
Roots
DigitalRootsTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/32768K(Java/Others)TotalSubmission(s):38824 AcceptedSubmission(s):11925Probl
lsh670660992
·
2013-07-10 21:00
High Order Functions,
Roots
of MapReduce
Hadoophasitsrootsinfunctionalprogramming,whichisexemplifiedinlanguagessuchasLispandML.Akeyfeatureoffunctionalprogramminglanguageistheconceptofhigher-orderfunctions,orfunctionsthatcanacceptanotherfunct
sunwinner
·
2013-07-09 23:00
mapreduce
调用webservice,解析返回数据为xml格式的字符串,进行数据绑定
><
roots
><root><id>1</id><name>张三</name>
v5browser
·
2013-07-09 17:00
webservice
salt的远程部署java-1.6.0-openjdk
salt通过yum方式安装JDK:1.设置salt-master的配置文件/etc/salt/master,打开242行注释如下:file_
roots
: base: -/srv/salt/保存后重启salt-master
woshizb110
·
2013-06-26 14:51
SALT
jdk部署
elFinder配置MySQL--使用MySQLStorage.sql文件
执行MySQLStorage.sql文件,执行完毕则生成elfinder_file表其中id=1的数据是执行MySQLStorage.sql文件时生成的2.修改connector.php文件中的参数:'
roots
Sherry1026
·
2013-05-23 13:00
mysql
elfinder
go get 安装报错 x509: failed to load system
roots
a...
sh-3.2#gogetgithub.com/PuerkitoBio/goquery packagecode.google.com/p/cascadia:Gethttps://code.google.com/p/cascadia/source/checkout?repo=:dialtcp74.125.31.101:443:operationtimedout packagecode.google
donotworry
·
2013-05-17 15:00
GC Root
常说的GC(GarbageCollector)
roots
,特指的是垃圾收集器(GarbageCollector)的对象,GC会收集那些不是GCroots且没有被GCroots引用的对象。
冯立彬
·
2013-05-15 10:42
JAVA实用笔记
GC Root
常说的GC(GarbageCollector)
roots
,特指的是垃圾收集器(GarbageCollector)的对象,GC会收集那些不是GCroots且没有被GCroots引用的对象。
fenglibing
·
2013-05-15 10:00
saltstack官方文档——File Server Client API
转自:http://docs.saltstack.com/ref/file_server/file_
roots
.htmlFile Server ConfigurationTheSaltfileserverisahighperformancefileserverwritteninZeroMQ.Itmanageslargefilesquicklyandwithlittleoverhead
shanliangliuxing
·
2013-05-09 12:00
Java垃圾收集之对象引用
基本思路是通过一系列的名为“GC
Roots
”的对象作为起始点,从这些节点开始向下搜索,所走过的路
chinaemerson
·
2013-05-07 20:00
java
hdu 1163 Eddy's digital
Roots
直接暴力 #include intmain() { inti,j,sum,b,n; while(scanf("%d",&n)!=-1&&n>0) { sum=1; for(i=1;i9) { b=0; while(sum) { b+=sum%10; sum=sum/10; } sum=b; } } printf("%d\n",sum); } return
aixiaoling1314
·
2013-05-05 19:00
编程
c
算法
百度
ACM
校赛 E 题 Cows and Primitive
Roots
题目链接这是我从codeforce中找到的一道题:就是模拟,要注意边计算边取mod,这样才不会爆int~~#include intn; intjudge(intnum){ inttmp=1,i; for(i=1;i<=n-2;i++){ tmp=tmp*num%n;//边乘边取mod if((tmp-1)%n==0)break; } if(i<=n-2)return0; if((tmp*num-1
yangshuolll
·
2013-04-15 01:00
算法
hdu1013(Digital
Roots
)
#include #include #include usingnamespacestd; constintmaxlen=10000; chara[maxlen]; //Accepted10130MS244K630BC++Achiberx intget(inta){ ints=0; while(a){ s+=a%10; a/=10; } if(s>9){ returnget(s); } els
wangwenhao00
·
2013-04-13 22:00
Codeforces 284A Cows and Primitive
Roots
[模拟题]
题目链接:http://codeforces.com/problemset/problem/284/A水题水过去了。#include #include #include #include #include #include #include #include #include #defineMin(a,b)(ab?a:b) #defineAbs(a)(a>0?(a):-(a)) #definell
wuyanyi
·
2013-03-22 11:00
CF-50E-Square Equation
Roots
(数论)
E- SquareEquationRootsTimeLimit:5000MS MemoryLimit:262144KB 64bitIOFormat:%I64d&%I64uSubmit Status Practice CodeForces50EDescriptionAschoolboyPetyastudiessquareequations.Theequationsthatareinc
nealgavin
·
2013-03-17 17:00
SGU 261 Discrete
Roots
给定p,k,a,其中p,k是素数,求x^k=a(modp)。传说中的muchsimplertask。。。。 设r是p的原根,(素数都有原根)那么r^1,r^2...r^phi(p)构成模p的完全剩余系,故可设x=r^i,a=r^j,那么等式化成r^(i*k)=r^j(modp)那么由定理可得i*k=j(modp-1)由r^j=amodp可由离散对数求得j由i*k=jmodp-1可由模线性方程求得i
zzxyyx_1
·
2013-03-07 12:00
数论
原根
模线性方程
N次剩余
离散对数
Java获得磁盘盘符,并且分析电脑各个盘符中的大小
packagecn.edu.hactcm;importjava.io.File;publicclassSpaceChecker{ publicstaticvoidmain(String[]args){ File[]
roots
toto1297488504
·
2013-02-27 14:00
poj1284Primitive
Roots
(欧拉函数)
#include #include #include usingnamespacestd; //Accepted164K0MS intwork(intn){ intrea=n; for(inti=2;i*i1){rea=rea-rea/n;} returnrea; } intmain() { intn; while(scanf("%d",&n)!=EOF){ intres=work(n-1);
wangwenhao00
·
2013-02-23 17:00
poj - 1284 - Primitive
Roots
题意:题意映射为求p-1的欧拉函数。题目链接:http://poj.org/problem?id=1284——>>直接求单个数的欧拉函数。#include #include usingnamespacestd; intmain() { intp,i; while(~scanf("%d",&p)) { p--; intm=(int)sqrt(p+0.5),ans=p; for(i=2;i1)an
SCNU_Jiechao
·
2013-02-08 08:00
删除指定目录下指定类型的文件操作
import java.io.File; public class FileManager { public static void listRoots() { // 将根目录存入File数组
roots
canhai
·
2012-12-14 14:00
文件操作
Digital
Roots
(c递归求解)
前言 今天晚上现在是12:38写了个递归程序解决了九度的一个二星题,自我感觉写的还不错,记录一下。解题思路: 看懂英语,因为是英文描述的 大整数的时候尽量用字符串存储,普通的就算是long long int类型一般都不够九度测试的长度(我就因为开始用了intWA了一次) 题目描述: The digital root of a positive integer is
xitong
·
2012-12-08 00:00
root
Digital
Roots
(c递归求解)
前言今天晚上现在是12:38写了个递归程序解决了九度的一个二星题,自我感觉写的还不错,记录一下。解题思路:看懂英语,因为是英文描述的大整数的时候尽量用字符串存储,普通的就算是longlongint类型一般都不够九度测试的长度(我就因为开始用了intWA了一次)题目描述: Thedigitalrootofapositiveintegerisfoundbysummingthedigitsofthe
zinss26914
·
2012-12-08 00:00
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他