// 题意: // 输入两个整数N, H,按照字典序输出所有长度为N,恰好包含H个1的01串
// 规模:1#include#include#include#includeusing namespace std;int n,h;int
buf[16];void solve(int c0, int c...
分类:
其他好文 时间:
2014-04-29 23:19:55
阅读次数:
416
原因这次英语老师布置了篇英语作文,要求在批改网上写,结果太呵呵了添加了一个“正文不允许粘贴”这个蛋疼的规矩。无奈,我都在Word上打了一遍了懒得动手再来一遍,所以就简单的破解了下。原理一般来说,网页上的这种“规矩”,都是用脚本语言写的。比如说最简单的“禁止复制”,如果用javascript很容易实现...
分类:
其他好文 时间:
2014-04-29 23:12:49
阅读次数:
2294
1 string dict = @"d:\估价报告\"; 2 if
(!Directory.Exists(dict)) 3 { 4 Directory.CreateDirectory(dict); //创建文件夹 5 } 6
string subFolder = "su...
分类:
其他好文 时间:
2014-04-29 23:09:44
阅读次数:
444
要将Servlet中的
response.setContentType("text/html;charset=utf-8")这行代码放在 PrintWriter out =
response.getWriter()之前。
分类:
Web程序 时间:
2014-04-29 23:03:34
阅读次数:
549
转载:http://blog.csdn.net/wangqiulin123456/article/details/170686491.
添加删除受信任站点:/HKEY_CURRENT_USER/SoftWare/Microsoft/Windows/CurrentVersion/Internet
Se...
分类:
其他好文 时间:
2014-04-29 23:00:29
阅读次数:
657
The onload event occurs immediately after a
page or an image is
loaded.onload事件当一个页面或是一张图片加载完成时被触发。onload="所要执行的代码"Parameter参数Description注释SomeJavaScr...
分类:
编程语言 时间:
2014-04-29 22:56:18
阅读次数:
610
1. 打开新的窗口并传送参数:
传送参数:response.write("<script>window.open(’*.aspx?id="+this.DropDownList1.SelectIndex+"&id1="+...+"’)</script>")
接收参数:string a = Reque....
分类:
其他好文 时间:
2014-04-29 22:53:14
阅读次数:
571
最近带我的师傅发给我一篇英文技术文档,抱着学习英文的心情我将原文翻译了一下。原文链接:http://www.matthidinger.com/archive/2011/03/02/Progressive-enhancement-in-MVC-3-with-the-help-of-custom.asp...
分类:
Web程序 时间:
2014-04-29 22:47:04
阅读次数:
688
bundles.Add(new
ScriptBundle("~/bundles/jquery").Include(//"~/Scripts/modernizr-2.6.2.js",
"~/Scripts/jquery-1.8.0....
分类:
Web程序 时间:
2014-04-29 22:46:01
阅读次数:
618