html代码:<divclass="reg_con"style="position:relative;"><label>联系电话</label><inputid="telphone"type="text"name="userExt.telphone"value="13800000000"class="inp"maxlength="11"/><divid="telphone_tip"style="position:absolute;right:..
分类:
移动开发 时间:
2015-05-19 16:50:45
阅读次数:
439
Description
Input
Output
Sample Input
4 3
5 1 1 2
5 2 2
0 0
Sample Output
Case 1:
11
0 5
30 4 6
1 27
HINT
Source
题意:根据给定的数字算出r1,r2,然后对于r1,r2的四则运算我们要用一系列的...
分类:
其他好文 时间:
2015-05-18 19:00:32
阅读次数:
189
1、源代码安装#wget http://nchc.dl.sourceforge.net/sourceforge/net-snmp/net-snmp-5.4.2.1.tar.gz #tar zxvf net-snmp-5.4.2.1.tar.gz #cd net-snmp-5.4.2.1 #./con...
分类:
其他好文 时间:
2015-05-18 18:03:43
阅读次数:
113
一般发生在长期使用hbase,后面再安装之后直接使用hbase shell 想要进入hbase界面,却没有启动start-hbase.sh而导致的。
[root@master local]# hbase shell
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:fi...
分类:
Web程序 时间:
2015-05-18 14:46:32
阅读次数:
138
sql语句
select * from think_neirong a,think_class b where a.class_id=b.id
thinkphp语句
$Neirong = M("Neirong");
$con = $Neirong->alias('a')->join('think_class b ON a.class_id= b.id')->select();
具体详...
分类:
Web程序 时间:
2015-05-18 12:54:55
阅读次数:
95
1、查看git版本$ git --version2、设置用户姓名和邮箱$ git config --global user.name “Craftor”$ git config --global usrer.email “craftor0924@gmail.com”3、设置命令别名$ git con...
分类:
其他好文 时间:
2015-05-18 10:45:10
阅读次数:
129
import java.sql.*;
public class MysqlBean {
private Connection con = null;
private ResultSet rs;
private String driverName = "com.mysql.jdbc.Driver";
private String serverName = "loc...
分类:
数据库 时间:
2015-05-17 18:49:27
阅读次数:
164
#What Context? 英文原文:[Context, What Context?](http://possiblemobile.com/2013/06/context/) 译文Github地址:[Context, What Context?](https://github.com/xesam/tech-translate/blob/master/android/Con...
分类:
移动开发 时间:
2015-05-17 02:21:40
阅读次数:
157
在文章的内容区中,通常会有图片。如果图片的尺寸过大,常会把页面结构撑得变形。 以前,我采用JS来控制,效果还是不错。 这段时间,一直用DIV+CSS的方式来制作页面,发现用CSS来得更方便,相信处理速度也更高。方法如下: 程序代码 程序代码 .new_body .con img{vertical.....
分类:
Web程序 时间:
2015-05-16 13:16:41
阅读次数:
170
在ASP.NET中要实现部分内容非缓存,而其它的都需要缓存输出,可以使用Substitution控件实现.Substitution控件实例Substitution控件实例演示您好当前时间[非缓存]:缓存: using System;using System.Data;using System.Con...
分类:
Web程序 时间:
2015-05-15 19:53:15
阅读次数:
135