//题意 求阶乘的位数。这么机智的做法肯定不是我自己想的o(╯□╰)oProblem DescriptionIn many applications very large integers numbers are required. Some of these applications are us...
分类:
其他好文 时间:
2015-02-02 12:11:59
阅读次数:
204
原文地址:http://www.techferry.com/articles/ExtJS-vs-AngularJS.htmlExtJS 和AngularJS 是两种企业级的富 UI设计框架。这篇文章从优势、架构、测试、性能等各个方面比较了ExtJS 和 AngularJS我们用ExtJS和Angul...
分类:
Web程序 时间:
2015-02-02 12:10:32
阅读次数:
1328
今天更新网站时dedecms系统时,遇到一个问题:DedeTag Engine Create File False 出现这样的提示。其实这也不算是什么错误,我个人觉得最重要的一点就是根目录下没有给写权限。当然,我用的是Linux系统。我直接给了777权限之后就可以了。之后在网上看到了一些答案,也贴在...
分类:
其他好文 时间:
2015-02-02 12:10:23
阅读次数:
195
http://blog.csdn.net/anzelin_ruc/article/details/8741286F11 和 Shift+F11 进入全屏免打扰模式鼠标选中多行,按下 Ctrl+Shift+L (Command+Shift+L) 即可同时编辑这些行;鼠标选中文本,反复按 CTRL+D ...
分类:
编程语言 时间:
2015-02-02 12:11:20
阅读次数:
158
/**POJ 2513 Colored Sticks*参考: http://poj.org/showmessage?message_id=181500*Hash + 并查集 + 欧拉通路判定*把每根棍子看成一条无向边*Hash函数来自上面的链接,数据弱所以table 1000 就够了*/#inclu...
分类:
其他好文 时间:
2015-02-02 12:10:32
阅读次数:
154
原文链接:http://www.faceye.net/search/143763.html前言:自己刚从Redhat Linux 9转到Redhat AS4学习,就出了RHEL5,只有学习学习再学习,真是学海无涯,了解一下RHEL5的特性,如果想试试这个操作系统也可以下载来看看。摘要:2007.03...
分类:
系统相关 时间:
2015-02-02 12:11:44
阅读次数:
185
website:http://qtip2.com/qTip2 is dual-licensed under the open source MITand GPLv2 licenses. In short:you can use qTip2 in any project, commercial or ...
分类:
其他好文 时间:
2015-02-02 12:11:14
阅读次数:
239
1、打开https://github.com/winghc/点击右下角的下载zip完成后进行解压2、打开命令行cd /hadoop2.6.0-eclipse-plugin/src/contrib/eclipse-plugin3、执行如下命令,执行前需修改eclipse的路径和hadoop的路径ant...
分类:
系统相关 时间:
2015-02-02 12:12:32
阅读次数:
215
1.更换淘宝gemgem sources --remove https://rubygems.org/gem sources -a https://ruby.taobao.org/2.gem安装passengergem install passenger3.用passenger安装nginxpass...
分类:
其他好文 时间:
2015-02-02 12:12:23
阅读次数:
222
js禁止滚动条移动var scrollFunc=function(e){ e=e||window.event; if (e&&e.preventDefault){ e.preventDefault(); e.stopPropagation(); }els...
分类:
移动开发 时间:
2015-02-02 12:11:35
阅读次数:
237
C#使用反射调用有参数、无参数的构造函数/有参数、无参数的方法,以及拿到他们的返回值
1.基本概念的理解绝对路径:绝对路径就是你的主页上的文件或目录在硬盘上真正的路径,(URL和物理路径)例如:C:xyz est.txt 代表了test.txt文件的绝对路径。http://www.sun.com/index.htm也代表了一个URL绝对路径。相对路径:相对与某个基准目录的路径。包含W...
分类:
编程语言 时间:
2015-02-02 12:09:35
阅读次数:
96
一次做到一个关于使用DataContractJsonSerializer类的表述。其中需要用到MemoryStream数组读取。发生数组溢出错误,这里特记录一笔:public static class JsonSerializer where T:new() { public s...
分类:
其他好文 时间:
2015-02-02 12:08:29
阅读次数:
178
幽灵漏斗简介: 编号CVE-2015-0235的GHOST(幽灵)漏洞是Qualys研究员发现的一个Linux服务上非常严重的安全漏洞,可以被利用来远程代码执行及本地权限提升。 漏洞简要描述 该漏洞存在于 glic 库中的__nss_hostname_digits_dots() 函数,在nss/ge...
分类:
其他好文 时间:
2015-02-02 12:10:34
阅读次数:
203
(转)查看apache当前并发访问数和进程数(2012-07-19 11:26:11)转载▼标签:apacheapache进程查看进程杂谈分类:Linux:http://rainwang.iteye.com/blog/7427491、查看apache当前并发访问数: netstat -an | gr...
分类:
Web程序 时间:
2015-02-02 12:09:47
阅读次数:
224
1.sudo systemctl enable teamviewerd.service2.sudo systemctl start teamviewerd.service3.sudo systemctl status teamviewerd.service
分类:
其他好文 时间:
2015-02-02 12:09:17
阅读次数:
698
使用场景,在assert文件夹下 有些文本文件,我们需要通过工具类读取出来,然后放到String字符串中,我们该如何操作呢:直接上代码:public static String readAssertResource(Context context, String strAssertFileName)...
分类:
移动开发 时间:
2015-02-02 12:08:32
阅读次数:
166