1.电话拨号器:
activity_main.xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
a...
分类:
移动开发 时间:
2014-05-13 15:08:57
阅读次数:
508
<img title="red oak plywood- plain sliced and rotary cut" alt="red oak plywood- plain sliced and rotary cut" src="http://s12.sinaimg.cn/bmiddle/507a9ec8g70eb53f7624b&690"
real_src="http://s12.sinaim...
分类:
其他好文 时间:
2014-05-13 14:34:11
阅读次数:
355
显示提交关系图
git log --graph --oneline
显示最近的几条日志
git log -3 --pretty=oneline
显示每次提交的具体改动
git log -p -1
显示每次提交的变更概要
git log --state --oneline
定制输出
git log --pretty=raw -1
git log --pretty=fuller -...
分类:
其他好文 时间:
2014-05-13 14:05:35
阅读次数:
250
<img title="rotary cut birch plywood-b-2, c-2, d-3 per hpva" alt="rotary cut birch plywood-b-2, c-2, d-3 per hpva" src="http://s4.sinaimg.cn/bmiddle/507a9ec8g70eb46e60533&690"
real_src="http://s4.si...
分类:
其他好文 时间:
2014-05-13 14:04:36
阅读次数:
354
<?php
if(isset($_GET[‘type‘])&&$_GET[‘type‘]=="send"){
if($_FILES[‘userfile‘][‘error‘]==0){
/*echo‘FileName:‘.$_FILES[‘userfile‘][‘name‘].‘<br>‘;
echo‘FileType:‘.$_FILES[‘userfile‘][‘type‘].‘<br>‘;
echo‘FileSize:‘.$_FILES[‘userfile‘][..
分类:
Web程序 时间:
2014-05-13 13:18:26
阅读次数:
301
按javaweb王者归来做strut2练习使用<struts:headtheme:"ajax">报错org.apache.jasper.JasperException:Template/template/ajax/head.ftlnotfound加入struts2-dojo-plugin-2.1.6包并在jsp里引入<%@taglibprefix="sx"uri="/struts-dojo-tags"%><sx:head/>这是..
分类:
Web程序 时间:
2014-05-13 13:00:55
阅读次数:
854
1.常量<1>.constconstinta;intconsta;constint*a;int*consta;intconst*aconst;前两个的作用一样,a是一个常整型数;第三个意味着a是一个指向常整型数的指针(整型数是不可修改的,但指针可以);第四个a是一个指向整型数的常指针(指针指向的整型数十可以修改的,但指针是不..
分类:
其他好文 时间:
2014-05-13 12:51:45
阅读次数:
233
进入SQLPLUS,查询shared_pool,往往看到结果如下:SQL>showparametershared_poolNAMETYPEVALUE-----------------------------------------------------------------------------shared_pool_reserved_sizebiginteger20971520shared_pool_sizebiginteger419430400在Oracle中..
分类:
数据库 时间:
2014-05-13 12:42:30
阅读次数:
447
<!doctypehtml>
<html>
<metacharset="utf-8"/>
<head>
<title>益司CMS-PC与手机建站集成</title>
<metaname="viewport"content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<linkrel="stylesh..
分类:
其他好文 时间:
2014-05-13 11:58:21
阅读次数:
335
//升序void insertion_sort(vector &num){
for(int i = 1; i =0 && num[j] >= val){
num[j+1] = num[j];...
分类:
其他好文 时间:
2014-05-13 11:42:59
阅读次数:
190