工具方法:public static T parseJsonString(String json,Class classType){ ObjectMapper mapper = new ObjectMapper(); T object = null; tr...
分类:
Web程序 时间:
2015-05-21 17:07:31
阅读次数:
210
<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<metahttp-equiv="Content-Type"content="text/html;charset=gbk"/>
<title>CopyofformReg</title>
<scriptsrc="util/util.js"&..
分类:
编程语言 时间:
2015-05-20 18:40:23
阅读次数:
122
首先,需要申请Office 365 Enterprise E3版本的试用账户。在浏览器中,输入以下地址,然后回车:http://products.office.com/en-us/business/office-365-enterprise-e3-business-software单击Free tr...
分类:
其他好文 时间:
2015-05-19 18:33:58
阅读次数:
307
//live 后绑定事件(动态的生成后获取生成的对象)
$("#table1 tr[name='name111']").live("click", function() {
//这个tr的value值等于空则把这个tr加上背景并且把隐藏域的value值改为tr的ID值
if ($(this).next().val() == ''...
分类:
其他好文 时间:
2015-05-19 16:45:19
阅读次数:
160
使用本代码可以实现打开一个新的窗口,窗口的位置可变 <!DOCTYPE?html?PUBLIC?"-//W3C//DTD?XHTML?1.0?Transitional//EN"?"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html?xmlns="ht...
分类:
Web程序 时间:
2015-05-19 11:04:01
阅读次数:
106
解题思路:int型的注意,+= (a * b) % 9973时小心溢出了#include
#include
using namespace std;
#define maxn 10
#define mod 9973
typedef long long ll;
struct Matrix{
ll mat[maxn][maxn];
}a, b, tmp;
int...
分类:
其他好文 时间:
2015-05-19 10:46:29
阅读次数:
164
原文:https://robots.thoughtbot.com/keeping-a-github-fork-updatedI forked a GitHub repothoughtbot/dotfilestocroaky/dotfilesand want to keep it updated.Tr...
分类:
其他好文 时间:
2015-05-18 22:29:38
阅读次数:
121
d = { 'Adam': 95, 'Lisa': 85, 'Bart': 59 }def generate_tr(name, score): if score %s%s' % (name, score) return '%s%s' % (name, score)tds = [gener...
分类:
编程语言 时间:
2015-05-18 16:34:27
阅读次数:
96
有3个接口对于流类相当重要。其中两个接口是Closeable和Flushable,它们是在java.io包中定义的,并且是由JDK5添加的。第3个接口是AutoColseable,它是由JDK7添加的新接口,被打包到java.lang包中。AutoCloseable接口对JDK7新添加的带资源的tr...
分类:
编程语言 时间:
2015-05-18 12:29:58
阅读次数:
163
//检测勾选值 function checkEnter() { var Ivalue = ""; $("#dataTable tr").each(function () { var chk = $(this).find('td').eq(0)....
分类:
其他好文 时间:
2015-05-15 19:30:35
阅读次数:
267