1. ConfigurationManager的命名空间:using
System.Configuration;2.To be able to save you have to use a configuration object
returned by the OpenExeConfigurati...
分类:
移动开发 时间:
2014-05-09 03:03:07
阅读次数:
596
工作中经常会遇到,在执行一个脚本时后,觉得有些地方要补充,而这个脚本又已经运行了一段时间,如果从头再来很浪费时间,这时如果能修改这个运行中的脚本就方便多了。如:cat
test.sh#!/bin/bashecho 1111sleep 60echo 2222当开始运行后,如果想修改第二个echo的输出...
分类:
系统相关 时间:
2014-05-08 18:37:45
阅读次数:
344
为了尽快展示ES能做什么,并且使用起来是多么的容易,那就先来一个简单的教程指导一下,这个简单的教程包含了如下基础概念,indexing,search,aggregations。这里会介绍一些新的术语和概念,如果无法立即了解也没有关系,这些概念将会在以后的介绍中加深你的理解的。假设我们已经作为Mega...
分类:
其他好文 时间:
2014-05-08 15:22:10
阅读次数:
288
import java.io.*; public class MyEclipseGen {
private static final String LL = "Decompiling this copyrighted software is a
violation of both your lice...
分类:
系统相关 时间:
2014-05-08 11:34:40
阅读次数:
460
Linux下如何让CPU负载瞬间升高?前段时间,有一个命令组合想不起来是什么了,上网搜索了一番也没有找到合适的结果,最后好不容易翻看以前测试监控服务器时配置的脚本,终于找到了。这是一个很简洁的命令行,当初前面是记起来了,cat/dev/urandom(注意不是/dev/random),后面..
分类:
其他好文 时间:
2014-05-08 11:12:58
阅读次数:
267
Single Number
Total Accepted: 19800 Total
Submissions: 44027My Submissions
Given an array of integers, every element appears twice except for one. Find that single one.
Note:
Your algor...
分类:
其他好文 时间:
2014-05-08 11:01:40
阅读次数:
298
【Entitlements】 Entitlements confer specific
capabilities or security permissions to your iOS or OS X app. You can set many
entitlements using the Su.....
分类:
其他好文 时间:
2014-05-08 10:21:55
阅读次数:
290
其实很简单,就是实用lpadmin命令,下面给出一个例子:
printername="YOUR_PRINTER_NAME"
location="LOCATION INFO"
gui_display_name="HP Color LaserJet M600 in Office for Example"
address="ipp://printserver.yourcompany.org/YOUR_...
分类:
其他好文 时间:
2014-05-08 06:05:55
阅读次数:
303
1、查看物理cpu个数
cat /proc/cupinfo |grep 'physical id'|sort|uniq|wc -l
2、查看一个cpu的物理核数
cat /proc/cupinfo |grep 'core id'|sort|uniq -c|wc -l
或
cat /proc/cupinfo |grep 'cpu cores'|uniq|awk -F ":" '{print...
分类:
系统相关 时间:
2014-05-08 04:07:55
阅读次数:
483
Pat1060代码
题目描述:
If a machine can save only 3 significant digits, the float numbers 12300 and 12358.9 are considered equal since they are both saved as 0.123*105 with simple chopping. Now given...
分类:
其他好文 时间:
2014-05-08 02:07:49
阅读次数:
452