微软近期Open的职位:Enterprise ArchitectCloud, HTML5, Big Data and Mobile are technology trends driving profound architecture change within enterprises. Enter...
分类:
其他好文 时间:
2014-07-12 00:15:49
阅读次数:
176
一、生成一个含有一个私钥的keystore文件user@ae01:~$ keytool -genkey -keystore keystore -alias jetty-azkaban -keyalg RSAEnter keystore password: Re-enter new password:...
分类:
其他好文 时间:
2014-07-11 11:16:04
阅读次数:
329
#!/bin/basha=$1 #将第一个命令行参数传递给变量a,第二个命令行参数传递给bb=$2if [-z $a] || [-z $b] #判断a 和 b 是否为空,只要有一个为空就打印提示语句并退出。then echo "please enter 2 no" exit 1fiif [$a .....
分类:
其他好文 时间:
2014-07-10 15:20:36
阅读次数:
203
1. Open a terminal window.2. Type in the following commands, then hit Enter after each.wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{pri...
分类:
其他好文 时间:
2014-07-09 17:51:26
阅读次数:
272
测试自动备份正常运转与否(备份恢复的方法)这里,以通过实际操作的过程来介绍问题出现后的恢复方法。[1] 当数据库被删除后的恢复方法首先建立一个测试用的数据库。[root@CentOS ~]# mysql -u root -p ← 用root登录到MySQL服务器Enter password: ...
分类:
数据库 时间:
2014-07-08 15:25:27
阅读次数:
311
编译运行python 文件func! CompileRunPy()exec "w"silent exec "!python %" endfunc如何不弹出 请输入 ENTER 继续 在 exec(执行) 前面加上 silent
分类:
其他好文 时间:
2014-07-06 19:43:16
阅读次数:
168
1.定义PopupWindow弹出与消失的两个动画文件,放在anim文件夹下popup_enter.xml popup_exit.xml 2.styles.xml文件中注册这两个动画效果 3.为创建的PopopWindow添加动画inflater = getLayo...
<EditText
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="输入单位"
android:layout_marginLef...
分类:
移动开发 时间:
2014-07-06 12:06:32
阅读次数:
296
当被选择元素和数据数量不一致时该如何处理呢,这一节将涉及 update, enter, exit 的使用。...
分类:
Web程序 时间:
2014-07-06 08:07:42
阅读次数:
234
1、打开microsoft visual studio 2008 / visual studio tools / visual studio 2008 命令提示 ,并输入ildasm 。如下图所示:2、按enter键,打开IL DASM 窗口,如下图所示:3、单击 文件 / 打开,打开编译好的.ex...
分类:
其他好文 时间:
2014-07-03 19:59:16
阅读次数:
224