Redirect 1 page1.aspx 2 protected void Button1_Click(object sender, EventArgs e) 3 { 4 Response.Redirect("page2.aspx?name=" + TextBox1.Tex...
分类:
Web程序 时间:
2014-11-10 19:24:01
阅读次数:
188
在chrome下: input::-webkit-outer-spin-button, input::-webkit-inner-spin-button{ ??? -webkit-appearance: none !important; ??? margin: 0; } Firefox下: input[type="number"]{-moz-appearance:tex...
分类:
Web程序 时间:
2014-11-06 15:13:30
阅读次数:
144
diagbox 设计用来代替旧的 slashbox 宏包1。编写这个宏包的缘起是 slashbox 因为缺少明确的自由许可信息,被 TEX Live 排除。这个宏包是在 LPPL 协议下发行的。 diagbox 是 slashbox 宏包的一个现代的版本。它采用...
分类:
其他好文 时间:
2014-10-31 19:23:41
阅读次数:
252
最近在写一个js小玩意儿,里边涉及到这样一个功能:在textarea中编辑东西完成之后,敲回车,发送消息,清空textarea; 但是出现一个bug:敲回车后,textarea里会残余一个换行符; 想来想去,应该是这个回车敲击以后,清空tex...
分类:
Web程序 时间:
2014-10-31 17:32:38
阅读次数:
223
#includeint main(){ char a; int b=1; while((a=getchar())!=EOF) { if(a=='"'&&b==1) { printf("``"); b=...
分类:
其他好文 时间:
2014-10-31 10:06:17
阅读次数:
315
1、Select下拉列表框的使用:①添加“ng-model”指令,代表下拉框绑定的实体对象②添加“ng-options”指令,指令的形式四种:1)model.textformodelinarray;2)mode.valueasmodel.textformodelinarray;3)model.tex...
分类:
Web程序 时间:
2014-10-30 23:50:47
阅读次数:
314
Problem 001TeXQuotesTeX is a typesetting language developed by Donald Knuth. Ittakes source text together with a few typesetting instructions andprodu...
分类:
其他好文 时间:
2014-10-30 07:09:46
阅读次数:
220
第一种改变TextView的方式// TextView tv=new TextView(this); // tv.setText("Hello,Android");//这个是输出的语句// setContentView(tv);//这个是把语句显示到屏幕s第二种改变TextView的方式// Tex...
分类:
其他好文 时间:
2014-10-29 23:32:58
阅读次数:
301
java搜索引擎有很多,比较熟悉的就是slor和lucene。luncene:概念:全文检索是计算机程序通过扫描文章中的每一个词,对每一个词建立一个索引,指明该词在文章中出现的次数和位置。当用户查询时根据建立的索引查找,类似于通过字典的检索字表查字的过程luncene入门:全文检索(Full-Tex...
分类:
编程语言 时间:
2014-10-28 00:23:55
阅读次数:
332
[转]ubuntu 12.04添加launcher方法http://www.cnblogs.com/Jerryshome/archive/2012/08/21/2649500.html对ubuntu 12.04自定义launcher的方法做一记录,希望能对有需要的朋友有所帮助以sublime tex...
分类:
系统相关 时间:
2014-10-26 01:33:04
阅读次数:
246