首页 > 2014年12月27日 > 全部分享
Centos 6.5 下安装socket5代理
---恢复内容开始---1. 安装先安装依赖库yum -y install gcc gcc-c++ automake make pam-devel openldap-devel cyrus-sasl-devel 下载源码包 编译安装wget http://downloads.sourceforge....
分类:其他   时间:2014-12-27 20:14:17    收藏:0  评论:0  赞:0  阅读:417
大数阶乘问题!
对于 新手的我来说 写起来 还是有一点吃力 好在写出来了! 1 #include 2 int main() 3 { 4 int m; 5 scanf( "%d" , &m ); 6 int a[50000] = {0,1}; 7 //static int a[...
分类:其他   时间:2014-12-27 20:14:07    收藏:0  评论:0  赞:0  阅读:389
选择之难
最近的碰上工作的选择的问题,才发现以前自己最终的选择比较容易啊,你应该如何如何的说法,那就是一坨热乎乎的东西,不搁自己身上不知道啊。 选择之难,在于未知。 未知有二,一个是未来的未知,不知道这个决定下了以后,自己的未来会受到什么的影响。 一个是不知道选择的范围,或者说这个范围圈定在什么地方,自己看不...
分类:其他   时间:2014-12-27 20:13:57    收藏:0  评论:0  赞:0  阅读:284
Gradle Goodness: Set Java Compiler Encoding
If we want to set an explicit encoding for the Java compiler in Gradle we can use the options.encoding property. For example we could add the followin...
分类:编程语言   时间:2014-12-27 20:13:47    收藏:0  评论:0  赞:0  阅读:290
配置eth0
1.其中以eth0 为首的部分是本机的以太网卡配置参数,这里显示了网卡的设备名/dev/eth0 和硬件的MAC 地址 lo 则代表Link encap:本地环回 2.eth0,eth1,eth2……代表网卡一,网卡二,网卡三……lo(回路设备)代表127.0.0.1,即localhost e...
分类:其他   时间:2014-12-27 20:13:27    收藏:0  评论:0  赞:0  阅读:755
Leetcode:Longest Substring Without Repeating Characters 解题报告
Longest Substring Without Repeating CharactersGiven a string, find the length of the longest substring without repeating characters. For example, the ...
分类:其他   时间:2014-12-27 20:13:17    收藏:0  评论:0  赞:0  阅读:402
Linux下RPM包管理
概述一种用于互联网下载包的打包及安装工具,它包含在某些linux分发版中。它生成具有.RPM扩展名的文件。RPM是RedhatPackageManager(Redhat软件包管理工具)的缩写。这一文件格式虽然打上了Redhat的标志,但是其原始设计理念是开放式的,现在包括OpenLinux、S.u....
分类:系统服务   时间:2014-12-27 20:13:07    收藏:0  评论:0  赞:0  阅读:250
Gradle Goodness: Running Java Applications from External Dependency
With Gradle we can execute Java applications using the JavaExec task or the javaexec() method. If we want to run Java code from an external dependency...
分类:移动平台   时间:2014-12-27 20:12:57    收藏:0  评论:0  赞:0  阅读:320
【原创】leetCodeOj --- Majority Element 解题报告(脍炙人口的找n个元素数组中最少重复n/2次的元素)
题目地址:https://oj.leetcode.com/problems/majority-element/题目内容:Given an array of sizen, find the majority element. The majority element is the element th...
分类:编程语言   时间:2014-12-27 20:12:37    收藏:0  评论:0  赞:0  阅读:413
ie兼容图片缩小后模糊失真(锯齿)问题
无标题文档
分类:其他   时间:2014-12-27 20:12:27    收藏:0  评论:0  赞:0  阅读:1389
Linux下用户组、文件权限详解
用户组在linux中的每个用户必须属于一个组,不能独立于组外。在linux中每个文件有所有者、所在组、其它组的概念-所有者-所在组-其它组-改变用户所在的组所有者一般为文件的创建者,谁创建了该文件,就天然的成为该文件的所有者用ls‐ahl命令可以看到文件的所有者也可以使用chown用户名文件名来修改...
分类:系统服务   时间:2014-12-27 20:12:17    收藏:0  评论:0  赞:0  阅读:435
KVM虚拟化技术简介
kernel-based Virtual Machine的简称,是一个开源的系统虚拟化模块,自Linux 2.6.20之后集成在Linux的各个主要发行版本中。它使用Linux自身的调度器进行管理,所以相对于Xen,其核心源码很少。KVM目前已成为学术界的主流VMM之一。 KVM的虚拟化需要硬件支持...
分类:其他   时间:2014-12-27 20:12:07    收藏:0  评论:0  赞:0  阅读:446
周浩晖 - 斗宴(2014年12月27日)
《斗宴》作 者:周浩晖译 者:系 列:出 版:中国华侨出版社字 数:220千字阅读完成:2014年12月27日
分类:其他   时间:2014-12-27 20:11:37    收藏:0  评论:0  赞:0  阅读:249
PHP中如何使用CURL实现GET和POST请求
一、什么是CURL?cURL 是一个利用URL语法规定来传输文件和数据的工具,支持很多协议,如HTTP、FTP、TELNET等。最爽的是,PHP也支持 cURL 库。使用PHP的cURL库可以简单和有效地去抓网页。你只需要运行一个脚本,然后分析一下你所抓取的网页,然后就可以以程序的方式得到你想要的数...
分类:Web开发   时间:2014-12-27 20:11:27    收藏:0  评论:0  赞:0  阅读:393
Gradle Goodness: Adding Tasks to a Predefined Group
In Gradle we can group related tasks using the group property of a task. We provide the name of our group and if we look at the output of the tasks ta...
分类:其他   时间:2014-12-27 20:11:08    收藏:0  评论:0  赞:0  阅读:358
linux下用Apache一个IP多个域名建虚拟主机
如有两个域名,分别是hello.abc.com和play.abc.com,需把这两个域名都绑定到IP是219.13.34.32的服务器上1.首先需在域名供应商管理页面指定域名和IP的对应关系2.WEB服务器配置好LAMP环境3.把对应的源码分别放到/usr/local/apache/htdocs目....
分类:Web开发   时间:2014-12-27 20:10:57    收藏:0  评论:0  赞:0  阅读:333
Ubuntu14.02 Sublimte2安装
$sudo add-apt-repository ppa:webupd8team/sublime-text-2$sudo apt-get update$sudo apt-get install sublime-text安装控制器:ctrl+`,调出控制台:输入:import urllib2,os;p...
分类:系统服务   时间:2014-12-27 20:10:47    收藏:0  评论:0  赞:0  阅读:444
介绍一下linux的文件系统
(1)/bin:该目录用于存放用户命令。 目录 /usr/bin 中也存放了一些用户命令。(2)/sbin:该目录用于存放许多系统命令,例如 shutdown。目录 /usr/bin 中也包括了许多系统命令。(3)/root:该目录用于存放根用户(超级用户)的主目录。(4)/mnt:该目录主要用于存...
分类:系统服务   时间:2014-12-27 20:10:37    收藏:0  评论:0  赞:0  阅读:250
Leetcode:【DP】Longest Palindromic Substring 解题报告
Longest Palindromic Substring-- HARD 级别Question SolutionGiven a string S, find the longest palindromic substring in S. You may assume that the maximum...
分类:其他   时间:2014-12-27 20:10:07    收藏:0  评论:0  赞:0  阅读:409
Gradle Goodness: Profiling Information
If we want to know more about how much time is spent in tasks we can use the --profile command-line option. Gradle will generate a report file in the ...
分类:其他   时间:2014-12-27 20:09:57    收藏:0  评论:0  赞:0  阅读:341
1125条   上一页 1 ... 11 12 13 14 15 ... 57 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!