码迷,mamicode.com
首页 >  
搜索关键字:le ge lt gt eq ne    ( 256714个结果
Android(3)
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
red oak plywood- plain sliced and rotary cut myav
<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 -> git log笔记
显示提交关系图 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
Rotary Cut Birch plywood-B-2, C-2, D-3 per HPVA bjzi
<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文件上传系统
<?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
struts2jsp里<struts:head theme:"ajax">报错
按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
Oracle shared_pool_reserved_size参数设置说明
进入SQLPLUS,查询shared_pool,往往看到结果如下:SQL>showparametershared_poolNAMETYPEVALUE-----------------------------------------------------------------------------shared_pool_reserved_sizebiginteger20971520shared_pool_sizebiginteger419430400在Oracle中..
分类:数据库   时间:2014-05-13 12:42:30    阅读次数:447
bootstrap_12菜单栏
<!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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!