这是一个简单的shell脚本,里面包含了很多的shell脚本编写技巧,虽然脚本是从别的视频教程里面整理而来,但是对我的以后的编写shell脚本的道路有了一定的铺垫。#!/bin/bash
#############
#mainmenu#
#############
main_menu()
{
echo
echo
dis_mainmenu="CREATEMINISITEINCHI..
分类:
其他好文 时间:
2014-07-20 03:13:21
阅读次数:
213
方式一在Idle方法中更新 1 void OnApplicationIdle(object sender, EventArgs e) 2 { 3 // Use the Idle event to update the status of menu and to...
分类:
其他好文 时间:
2014-07-19 20:06:17
阅读次数:
210
package com.example.helloworld; import android.os.Bundle;import android.app.Activity;import android.content.Intent;import android.view.Menu;import and...
分类:
移动开发 时间:
2014-07-19 00:39:34
阅读次数:
207
package com.example.test;import java.util.Date;import android.os.Bundle;import android.app.Activity;import android.view.Menu;import android.vi...
分类:
移动开发 时间:
2014-07-18 23:14:36
阅读次数:
181
我们来讲Google glass GDK开发中的菜单吧。(上一节讲得真JB烂 = = 这一节在以后的我看来也是,所以就草草写一点 然后等技术成熟了,再出一套完整的教程!)先来看效果图
分类:
其他好文 时间:
2014-07-18 14:10:49
阅读次数:
253
jsp页面:
css/menu.css">
...
分类:
编程语言 时间:
2014-07-17 19:07:20
阅读次数:
282
点击外部消失,只需要设置popupWindow.setBackgroundDrawable(new PaintDrawable());设置popupWindow.setFocusable(true); //popupWindow.setBackgroundDrawable(new PaintDra....
分类:
移动开发 时间:
2014-07-16 12:34:06
阅读次数:
808
//这里以created字段为例子
function Hook_form_alter($form,$form_state,$form_id){
$form['created']['#type'] = 'date_popup';
$form['created']['#date_format'] = 'Y-m-d';
$form['created']['#size'] =...
分类:
其他好文 时间:
2014-07-14 17:29:48
阅读次数:
257
在上一篇博客中,我们成功把地图导入了我们的项目。本篇我们准备为地图添加:第一,定位功能;第二,与方向传感器结合,通过旋转手机进行道路的方向确认。有了这两个功能,地图已经可以为我服务了~~~~
效果图:
好了,可以代码,为了方便,我把所有的按钮都放到了menu菜单中。
1、初次启动定位
/**
* 定位的客户端
*/
private LocationClient mLoca...
分类:
移动开发 时间:
2014-07-13 15:36:22
阅读次数:
266