Windows PowerShell Web Access(PSWA)是 Windows
Server 2012 中的新功能,充当 Windows PowerShell 网关,允许远程计算机基于 Web 方式(HTTPS)访问和操作目标计算机的
Windows PowerShell,以执行 Po.....
分类:
数据库 时间:
2014-06-10 22:04:59
阅读次数:
395
//登录csdn// String uri =
"https://passport.csdn.net/account/login";// String html =
HttpUtil.DownHtml(uri); // // // // String lt = getGrou...
分类:
编程语言 时间:
2014-06-10 21:48:54
阅读次数:
300
原题地址:https://oj.leetcode.com/problems/divide-two-integers/题意:Divide
two integers without using multiplication, division and mod
operator.解题思路:不许用乘、除和求...
分类:
编程语言 时间:
2014-06-10 21:43:00
阅读次数:
267
原题地址:https://oj.leetcode.com/problems/container-with-most-water/题意:Givennnon-negative
integersa1,a2, ...,an, where each represents a point at coordina...
分类:
编程语言 时间:
2014-06-10 20:05:44
阅读次数:
213
原题地址:https://oj.leetcode.com/problems/palindrome-number/题意:Determine
whether an integer is a palindrome. Do this without extra space.click to show
spo...
分类:
编程语言 时间:
2014-06-10 16:06:52
阅读次数:
286
继续上文CentOS6.5
Nginx优化编译配置本文记录有关Nginx系统环境的一些细节设置,有关Nginx性能调整除了配置文件吻合服务器硬件之前就是关闭不必要的服务、磁盘操作、文件描述符、内核调整等。1、关闭系统中不需要的服务###Centos
minimal 本来就是最小安装,这里我也就不提....
分类:
其他好文 时间:
2014-06-10 12:33:04
阅读次数:
234
1.下载npm源代码:https://github.com/isaacs/npm/tags2.
npm源代码解压到D:\npmjs目录中。 在命令提示符窗口中执行下面的操作,完成npm的安装:D:\>cd npmjsD:\npmjs>node
cli.js install -gf 另外:node c...
一、环境
OS:CentOS release 5.8(64位)
DB:MySQL5.5.17
二、操作
直接通过命令 rm -f 删除了慢查询日志
三、出现问题
慢查询日志没有自动生成,(如果有备份,再次拷贝回来也是不好使的)
四、解决方法
管理员身份登录MySQL 执行命令 flush ...
分类:
数据库 时间:
2014-06-10 10:44:52
阅读次数:
406
内容来自:http://blog.163.com/for_log/blog/static/2162830282013031031278/第一部分:安装前准备1.
准备两个fat32格式的分区,一个用于存放centos光盘镜像及相关安装程序,一个用于安装centos(这个分区的格式在安装时还会在更改)...
Json编码,在python里就是一句话:
json.dumps(user_data)
但是Erlang没有自带的Json模块,只能自己造轮子:
先下载mochijson2:
https://github.com/mochi/mochiweb/blob/master/src/mochijson2.erl
用erlc编译
然后,上代码:
get_json_data() ->
...
分类:
Web程序 时间:
2014-06-10 06:46:21
阅读次数:
309